Loading Tool

Explorer IconExplorer

Memory Pool

83,806 transactions
31.55 vMB
0.17241665 BTC
Random Selection Loading Transactions
Max Size: 187.41/200 MB

Candidate Block

Mining Attempt 2818dce52830dfc4a45dc3563392fadb351bcfce3a8b4af0a34a482db020ac91
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 915fd64691abcbfcc68f6c790066d560e1cb217482a1c385b1e9ba4cfb5e0318
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,063
Size: 1.00 vMB
Total Fees: 0.06509497 BTC
Feerates: 269.69 > 6.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (795,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,482 119,482 00000000000097a78b83157ce576bd14c5f96d59fe99bc18fecde800856d7311 5 0.00/1.00 vMB 0
119,481 119,481 00000000000028de792dcd8e1e16744bed34566699db46089889f14fe23ecc87 11 0.00/1.00 vMB 0
119,480 119,480 00000000000074cfb4602e75e1e526a5d5702fb6a54e1988f2f87a997b83a5a2 1 0.00/1.00 vMB 0
119,479 119,479 000000000000a307c7b77671d3cbb585a1fdc983ce7dcd18c41900f593246d13 63 0.02/1.00 vMB 49
119,478 119,478 000000000000a7587ad3c7def62aacd96eb99c2d6ca231ea5c292500e1988b30 1 0.00/1.00 vMB 0
119,477 119,477 000000000000b43473a95daeaec91b73ce342beafb547ba59ba44215a332f817 8 0.00/1.00 vMB 0
119,476 119,476 0000000000009233ed590cdd3a04e9a60855958a04e8bebbe6f73835c9b4efda 26 0.01/1.00 vMB 527
119,475 119,475 00000000000058aac8a8140e1e8478413235330f00d878d4e86f69c2254166ff 9 0.00/1.00 vMB 0
119,474 119,474 0000000000007b6a2fba2a4d970c896f6d4a59975bde58e674d975315668b4fd 27 0.01/1.00 vMB 832
119,473 119,473 0000000000009f0de1ad020fe687eeb847f058b51c8221c807531287348a263f 18 0.01/1.00 vMB 287
119,472 119,472 00000000000005ab8995a8e28f9d56f198fcdd5cc890825c2ef59efb211d7a88 6 0.00/1.00 vMB 1,551
119,471 119,471 00000000000009dd063ac8d4f92cfa9cc4e57bb8fc25f9813b8a89ef9bdd04d0 4 0.00/1.00 vMB 0
119,470 119,470 000000000000a179401b627a5c2f99c7bab6705e8d07e4118d584e4819758633 48 0.02/1.00 vMB 192
119,469 119,469 000000000000707261f147b6dff0a9bce4cb99389ba752ed1211ceeea2fdcf97 9 0.00/1.00 vMB 0
119,468 119,468 0000000000000c3e7034bb43afe1fa30a60c90bb800dc2ea76a70e9ae7465224 11 0.01/1.00 vMB 399
119,467 119,467 00000000000064db7fb4d20c235d6a3ab31a5948f7d544e9eaea18368f2a87e5 13 0.01/1.00 vMB 650
119,466 119,466 00000000000001a544acca36df96d19f7f3fb14c691ef1b0881c65695276a867 33 0.01/1.00 vMB 839
119,465 119,465 00000000000088d9751cc45e6a54fc6815d57dfe5d32531e0bd1ebcf5c7db003 36 0.01/1.00 vMB 81
119,464 119,464 0000000000001a124b39376fd4f20df8a99c9bebf9baeb6bc264d851087d2a40 12 0.01/1.00 vMB 587
119,463 119,463 0000000000004f1b1a53956dd7250b25dd87edb912d68511a08da408c8faa956 196 0.05/1.00 vMB 25
119,462 119,462 0000000000007a98f692b109b44bfd8d7bbdb3d556132f0f8daa91e858c92f41 9 0.00/1.00 vMB 341
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.55 GB
    • Received: 16.28 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.