Loading Tool

Explorer IconExplorer

Memory Pool

30,362 transactions
5.79 vMB
0.02547721 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.33/200 MB

Candidate Block

Mining Attempt dc98d101fda6157a64412920778a4ea2dc892a11081b3544dff14f2b71777127
Version 20000000
Previous Block 0000000000000000000023940c0e24b9344067690f6eccb88ad55b33fb1e5c67
Merkle Root 3d90f224e82a5f32985617bf57fe652c2b9bcb7623f6fc161d6c0bef3b4651ee
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,007
Size: 0.58 vMB
Total Fees: 0.01172393 BTC
Avg Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,936 (545,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,460 367,460 0000000000000000091bb83a7ea42b357174f25967c2973e27b0dfe0acc7c574 0.68 MB 1,213 32
367,459 367,459 00000000000000000950ae12bdef6ce67c1dd419b515df81fd9d874829dff6ea 0.92 MB 777 24
367,458 367,458 00000000000000000b6954194656a78babc115e05f1e8cf379ec3ff2f0140e94 0.93 MB 1,052 27
367,457 367,457 000000000000000005e7bbea3602491d2ba3d9a6cc9f0422f58b4c133d245da0 0.75 MB 1,831 55
367,456 367,456 000000000000000010a53d67148e32861d7196bad0092aaccd920fd4c0ad5a7d 0.93 MB 1,031 27
367,455 367,455 000000000000000014fc0c57c2c0e20ef320d13b36220951b7bb70b99f7ce61e 0.95 MB 940 27
367,454 367,454 000000000000000002b89a674e0547142fba1a25c8b581d085680f69646f3d79 0.21 MB 341 49
367,453 367,453 00000000000000000e49d4e5e6bb09ca9b8c388b556a8133ec6ea9a68e265721 0.79 MB 546 22
367,452 367,452 00000000000000000719ab5ad0eab1bf956ad528bd0100912b83f934126223f8 1.00 MB 663 10
367,451 367,451 00000000000000001012e8934d1dc2855f753f312861090d0aaad99ef4f44989 0.93 MB 1,146 29
367,450 367,450 000000000000000004dc6f64f3728d6d909bb7dca5537b26d3147fa152b6fdc1 0.95 MB 717 20
367,449 367,449 0000000000000000108380b38e40cc0fcaa1bf4beba135faf450e7650ce674f2 1.00 MB 848 11
367,448 367,448 0000000000000000106207fd99bdc1beeec1169fefcee2f5d9ef590645fd06b6 0.00 MB 2 0
367,447 367,447 0000000000000000045bfc830755061dfe5c1d0f24a21ce224f632f4a6b21adb 0.75 MB 925 31
367,446 367,446 000000000000000013b808fd2e37ea020a6cdab6b7018086c351b8b3b1283d53 0.20 MB 300 17
367,445 367,445 00000000000000000390a62b84951120fc30fd6ff46595155a2859cb4eb819ff 0.36 MB 785 36
367,444 367,444 000000000000000004f39ca54bbe380b1b5213a50efd1f70cf120a612c4934e8 0.68 MB 685 18
367,443 367,443 00000000000000000ea67a189cbef601b52fd59fea613caa0afd1e2ce6f889fd 0.93 MB 859 26
367,442 367,442 000000000000000001317ed726ec791a543493fc42d38de2924081f858fb72d7 0.93 MB 1,128 31
367,441 367,441 000000000000000007a614e16e7bf36555e97c6875a81786114d29bb7ecfa559 0.75 MB 1,202 37
367,440 367,440 0000000000000000037397e7bc5534b413929fffca2dacc4b85f275fb02d43a8 0.85 MB 580 21
Previous 10 blocks ↓
Total Size: 778.73 GB

Node Details:

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