Loading Tool

Explorer IconExplorer

Memory Pool

27,114 transactions
13.66 vMB
0.13607711 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.61/200 MB

Candidate Block

Mining Attempt cc1a156f9a18ad2d462878852a314bd4f9f4a44176725777ddea5face19a4e5a
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root d91719db178d1540c98451bb28173ded9a9eabe9f0d8213c92b95e6f0cc93ff1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.08533024 BTC
Median Feerate: 3.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (753,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,580 159,580 00000000000002fda90bd836c8af35de16a081db0ade64ca0fd997d086ba624d 1 0.00 vMB 0
159,579 159,579 000000000000040659652f4d2d4d865d89de5d20939ff8964ed362cd5c4af4ce 24 0.01 vMB 153
159,578 159,578 00000000000008c94d78b6ecf4f01fe240914c09da3e7537de8600cb28e0bcc3 21 0.01 vMB 53
159,577 159,577 00000000000000104544b3e7546d75375e16c1faac8f634eafca55efb787ecf0 8 0.00 vMB 284
159,576 159,576 0000000000000159bce2e7a683f1e672bdcde5c5ce325eb7f4b3a0c3528b96de 7 0.00 vMB 53
159,575 159,575 00000000000009c93e2668f69904f2fc39ffe33535e81bdcf32721faaff5c039 31 0.02 vMB 59
159,574 159,574 000000000000002074a92473c64cd587c2672c64440808f9b97d8dadd225782b 10 0.00 vMB 73
159,573 159,573 000000000000025ee339276ffe6816b83b51a1ac722f729b569a8923f3d9f3a3 52 0.02 vMB 82
159,572 159,572 0000000000000c466ea831734cc875b8dadd7c5c49616e6cbd8fdb5d8203fc9b 14 0.01 vMB 14
159,571 159,571 0000000000000e4fb2d0aa2ab29f20a6a864473f9c772333c125e962b59ef908 63 0.03 vMB 89
159,570 159,570 00000000000003054be1f7c4877edce1b93e9baf1a7cc3fd942b25195b929b28 44 0.01 vMB 349
159,569 159,569 0000000000000676bc6c124a5aa4771e284fb03902446ddced46985590076a17 6 0.00 vMB 17
159,568 159,568 0000000000000cbf7eb5f24a7ba8bc5912e46d959ebe50c047d038b441d511b8 13 0.00 vMB 25
159,567 159,567 000000000000064a3b24a70a29e1970026ff54bbac93eb177c773ce0fe2fdca9 67 0.03 vMB 77
159,566 159,566 00000000000000d40214861039a437e56055a4f43a90ddf6e53fbb94e0360c0a 18 0.01 vMB 51
159,565 159,565 00000000000000c373fccd55050cfcfc55d0fb4c1e541f1451df2bd90c1d9403 6 0.00 vMB 70
159,564 159,564 0000000000000d004b0dbb883a583e3dcd9725cd46a9946f0a9231d1050830d8 48 0.01 vMB 3
159,563 159,563 0000000000000b7cca4092128f9e24a717d11e20fd98f76bbb3c509d7299b10a 12 0.01 vMB 42
159,562 159,562 0000000000000a74cc5c4530645406385da8e91526c1464a593f58b9456969d2 33 0.01 vMB 84
159,561 159,561 0000000000000055c62ad779deba4d9a8c2a3da24809fc433f9395561096dd65 12 0.01 vMB 44
159,560 159,560 00000000000007e65a2aeb01b992a4954a21301fd8271fed673396d95f3ebd9e 62 0.02 vMB 308
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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