Loading Tool

Explorer IconExplorer

Memory Pool

23,482 transactions
11.67 vMB
0.03843400 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.66/200 MB

Candidate Block

Mining Attempt 9242f26186434c44bdc45b706432f98e08b8c30f6d3285a83795892c9c3b2a71
Version 20000000
Previous Block 00000000000000000000e302f3878319182556fceedbb9bd50b83b87694db006
Merkle Root aa04cc76a7701a86af247bfdafcd91e19470ad2e664c3a4da9792db606165a00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,805
Size: 0.99796625 1.00 vMB
Total Fees: 0.01928902 BTC
Feerates: 503.57 > 1.93 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,669 (711,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,123 202,123 000000000000034f4d97a1a5ae2de0001298e7ce864e33182cb25fdbf64d0426 318 0.15/1.00 vMB 200
202,122 202,122 00000000000001c5e91dbe77ddef6c64ed2bb05c2518f4966b154456401242eb 505 0.25/1.00 vMB 119
202,121 202,121 00000000000002b1f306a2671659ff3d7c197233d1f0e7d2e3bcf9cf85be81ae 265 0.25/1.00 vMB 150
202,120 202,120 00000000000000f586356e8425f2d65dae685c64f70d81e480b40232b6ab0204 259 0.25/1.00 vMB 112
202,119 202,119 00000000000002e8fe7fc153f79b3bf074cb90be335a317c2eb88af2f14d387a 181 0.06/1.00 vMB 48
202,118 202,118 0000000000000239f8c1b447eb3415ec27d3fd44bcd1ebcabbf0f35a03095857 316 0.25/1.00 vMB 98
202,117 202,117 00000000000004938d7605272ba253f6f59c670e65b93ae38abd667960ddaada 32 0.01/1.00 vMB 0
202,116 202,116 000000000000032a86e26ff495666935c70c7b60d6c1a9bd4ec5d541c0bf6766 342 0.24/1.00 vMB 94
202,115 202,115 00000000000002dd7718a6ddde6b126df3eb5a71390d98c3d041c34dc691b145 163 0.25/1.00 vMB 93
202,114 202,114 000000000000038991a371c9c39a519ec24537046aacc713941997ce77dc4d1c 117 0.05/1.00 vMB 159
202,113 202,113 00000000000004d84c293eda2857d7c951192814e6a6abeed505df6c1224fd97 350 0.13/1.00 vMB 145
202,112 202,112 0000000000000046b9168153047265028349553db5691cafa7f34dc50c25646b 275 0.26/1.00 vMB 180
202,111 202,111 000000000000054790bab5e7d76bc08fcfbd85037e0a9195800057477f10c77b 13 0.00/1.00 vMB 472
202,110 202,110 00000000000000bdd39f7b4288a285c5c7b77f9ebe78089f95a4e44a7746b8df 250 0.10/1.00 vMB 191
202,109 202,109 000000000000044e23b4c7dbb55187c0099c448e71fd5c65d1f81d03c58456e1 104 0.05/1.00 vMB 81
202,108 202,108 0000000000000279377b6bbba88939e0187addd382dba83c4d0083baabda4fa7 378 0.24/1.00 vMB 141
202,107 202,107 000000000000050f781d8c9ea2e96c3f84c4db66979526465a3e0f113eb01948 31 0.02/1.00 vMB 201
202,106 202,106 00000000000002085037052560c2ea6d2f7a2495e27b47365c7377efe349f0e8 91 0.03/1.00 vMB 201
202,105 202,105 00000000000002321270e8271f793337e2c45cd3b63a53e2e756154a33dc355e 266 0.10/1.00 vMB 204
202,104 202,104 000000000000006340e6bc66bf3326b178073ec3257b6882825d164c592da9a0 77 0.04/1.00 vMB 177
202,103 202,103 000000000000028adc08a05323d2fb6b97fce8b06ff4be692cb83498aa881c88 94 0.03/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 484.12 GB
    • Received: 3.22 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.