Loading Tool

Explorer IconExplorer

Memory Pool

22,166 transactions
4.77 vMB
0.02049828 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.77/200 MB

Candidate Block

Mining Attempt af725e6341a226a1d614bee32c4111e8ccd5661869c3fc876da536cd87c8a561
Version 20000000
Previous Block 00000000000000000000cc6d598864331c67a34c85155866c526e1ea46bc0fa3
Merkle Root 4934fe86395fee70fd7c5fdcd7e61036a99a43ab302049f40cfc6e4cbfc0895d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 951
Size: 0.30 vMB
Total Fees: 0.00860949 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,979 (753,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,575 159,575 00000000000009c93e2668f69904f2fc39ffe33535e81bdcf32721faaff5c039 0.02 MB 31 59
159,574 159,574 000000000000002074a92473c64cd587c2672c64440808f9b97d8dadd225782b 0.00 MB 10 73
159,573 159,573 000000000000025ee339276ffe6816b83b51a1ac722f729b569a8923f3d9f3a3 0.02 MB 52 82
159,572 159,572 0000000000000c466ea831734cc875b8dadd7c5c49616e6cbd8fdb5d8203fc9b 0.01 MB 14 14
159,571 159,571 0000000000000e4fb2d0aa2ab29f20a6a864473f9c772333c125e962b59ef908 0.03 MB 63 89
159,570 159,570 00000000000003054be1f7c4877edce1b93e9baf1a7cc3fd942b25195b929b28 0.01 MB 44 349
159,569 159,569 0000000000000676bc6c124a5aa4771e284fb03902446ddced46985590076a17 0.00 MB 6 17
159,568 159,568 0000000000000cbf7eb5f24a7ba8bc5912e46d959ebe50c047d038b441d511b8 0.00 MB 13 25
159,567 159,567 000000000000064a3b24a70a29e1970026ff54bbac93eb177c773ce0fe2fdca9 0.03 MB 67 77
159,566 159,566 00000000000000d40214861039a437e56055a4f43a90ddf6e53fbb94e0360c0a 0.01 MB 18 51
159,565 159,565 00000000000000c373fccd55050cfcfc55d0fb4c1e541f1451df2bd90c1d9403 0.00 MB 6 70
159,564 159,564 0000000000000d004b0dbb883a583e3dcd9725cd46a9946f0a9231d1050830d8 0.01 MB 48 3
159,563 159,563 0000000000000b7cca4092128f9e24a717d11e20fd98f76bbb3c509d7299b10a 0.01 MB 12 42
159,562 159,562 0000000000000a74cc5c4530645406385da8e91526c1464a593f58b9456969d2 0.01 MB 33 84
159,561 159,561 0000000000000055c62ad779deba4d9a8c2a3da24809fc433f9395561096dd65 0.01 MB 12 44
159,560 159,560 00000000000007e65a2aeb01b992a4954a21301fd8271fed673396d95f3ebd9e 0.02 MB 62 308
159,559 159,559 00000000000002b3af25c1fcc20d4ff377eec764ce18edf7b49877ea70171ceb 0.04 MB 121 32
159,558 159,558 0000000000000d3df9a43b6bef877d832a2a17bd948c5019728bae1528abdc92 0.00 MB 1 0
159,557 159,557 000000000000088967cd1ee74b87e3e637c9ef25a09460d6fbad5d25daa8d157 0.03 MB 57 421
159,556 159,556 0000000000000605008e879ca00d8a0a1457de1a76557f8f8d08079ac20b16b4 0.01 MB 25 58
159,555 159,555 0000000000000668f0e5b12ec137ebb8299c64cbd125d523bf76b69a5ac12274 0.02 MB 39 89
Previous 10 blocks ↓
Total Size: 778.80 GB

Node Details:

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