Loading Tool

Explorer IconExplorer

Memory Pool

80,829 transactions
30.50 vMB
0.08283436 BTC
Random Selection Loading Transactions
Max Size: 185.95/200 MB

Candidate Block

Mining Attempt 649e680a917c4c9b107b814e4e28f809bb4b612287c036edbc9ae9cf1bcf3521
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 21d36a50358d797720a9f031d65cb8877de5d5590afd0f95d42b92cabfc065e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.01461421 BTC
Feerates: 318.30 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (507,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,497 407,497 00000000000000000473d5dfc24fab41ed144a6e7da9d7baca0156607dae0a0c 456 0.36/1.00 vMB 20
407,496 407,496 000000000000000005440a2e2dc238faa129518199fc5ad40981b848237b836c 2,090 1.00/1.00 vMB 43
407,495 407,495 00000000000000000168d56fd8625a33edcead7ebc13f29f0059586a001d6ea5 183 0.39/1.00 vMB 21
407,494 407,494 000000000000000005d22a957e0fc5476c06bb8e408fd115919b8a7056097e4b 1,895 0.94/1.00 vMB 40
407,493 407,493 0000000000000000012ee5af54d3f9f17f26a834fdd4cd72d073f706ba74cc09 1,663 0.97/1.00 vMB 31
407,492 407,492 000000000000000002a69e37884b02aa1a57f556e3d48ed78693091f09c205b0 2,935 1.00/1.00 vMB 54
407,491 407,491 00000000000000000301076ffa8571c64a5a1345d586a211a97834f923b6c08f 556 0.30/1.00 vMB 31
407,490 407,490 0000000000000000051078f383ebcdcf3ce923caa255e3307c2a0685dad9c2fe 190 0.07/1.00 vMB 38
407,489 407,489 000000000000000004d3c3f428349399fc86df1c9dafaad296eb45b37a768b9d 1,172 0.40/1.00 vMB 44
407,488 407,488 000000000000000005c0937d3646aff5de8b372d6b90823dd86520bff2e8a4d0 2,185 1.00/1.00 vMB 32
407,487 407,487 0000000000000000026f6a92518163c60e282810a5656f0850f4dca7c8a91652 403 0.15/1.00 vMB 38
407,486 407,486 000000000000000002216102c3749fae1b23d92da762eb7e982ab8dd2af1272f 1,519 0.62/1.00 vMB 41
407,485 407,485 00000000000000000260e0413246ca86ee81cfe0a19ed7e0ca84eda835f2b64f 370 0.15/1.00 vMB 35
407,484 407,484 000000000000000005a5a3734d7d163f1a8f81a9e2e9de6a98b214ae51f53b09 1,804 0.67/1.00 vMB 47
407,483 407,483 0000000000000000058eeb3084aae8405210639843e6dc0ff482761add53436f 135 0.08/1.00 vMB 38
407,482 407,482 0000000000000000055f592557a2a342a7e0a90e74f402aa6a5baa2b4bc07403 1,291 0.54/1.00 vMB 52
407,481 407,481 0000000000000000003f8999ad3576d392530df9ef994179b19f8d93acbdff8b 144 0.08/1.00 vMB 37
407,480 407,480 000000000000000004f0cc322f551e39676f781186441614da3281bbc7d373e0 2,109 0.99/1.00 vMB 39
407,479 407,479 0000000000000000038a95f743308b0cb25dd383084e0fa7e5e0f4d61b947e99 977 1.00/1.00 vMB 17
407,478 407,478 0000000000000000026e5eef2b77b310bd484912e4df5fb6b0e8fc2c087af3d4 2,225 1.00/1.00 vMB 39
407,477 407,477 0000000000000000013b1599b1eb12ec5de7d28c4eec7d3287616c973774ba89 2,950 0.99/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.00 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: 718.33 GB
    • Received: 17.89 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.