Loading Tool

Explorer IconExplorer

Memory Pool

84,963 transactions
31.86 vMB
0.16829204 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt e093f6c33d93ca3c313093510d9594796841c4919b4eacd12492ae848b9f2eb3
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 4b49a2d9ee49889a6838d5c33e8afa1fb7bdff1f6af9f782c8d71c9391b8d518
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.05337032 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (462,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,468 452,468 0000000000000000026083872574e1b2442fac4305a185523e9c91911f20a214 2,688 1.00/1.00 vMB 66
452,467 452,467 000000000000000002681aafbaecbff011a421e3deb3b76840d729de3aea27ba 2,491 1.00/1.00 vMB 99
452,466 452,466 000000000000000002258a53e6d182300501967b6cf14add3afea900094c8c99 2,096 1.00/1.00 vMB 101
452,465 452,465 0000000000000000013e7ab11829e56fbb01ff03753514714a38752b22c572fe 2,413 1.00/1.00 vMB 130
452,464 452,464 000000000000000001e950c20c05c36b8b40271ada495094a4e7e028eb526509 3,057 1.00/1.00 vMB 157
452,463 452,463 00000000000000000230b071e9c155788aafeb899f250d52a96ac412e822f71f 1,756 1.00/1.00 vMB 60
452,462 452,462 0000000000000000010a1652e24e137fa4bf83a6edb1ea5437431839f11747c6 2,248 1.00/1.00 vMB 107
452,461 452,461 0000000000000000027125c2b68dec88f0510cfec637e564b534948f59287726 2,503 1.00/1.00 vMB 110
452,460 452,460 0000000000000000013e7603f5252ccf6bebb36c4cbd547dbe54f6d8bf8b0db1 2,237 1.00/1.00 vMB 106
452,459 452,459 000000000000000001b73dabea71655c35c2858d90ce2b41e80003d4256a27f5 1,886 1.00/1.00 vMB 77
452,458 452,458 000000000000000001ada273f0768a784c851eb0061b00ee6eda611b64f46731 1,421 1.00/1.00 vMB 58
452,457 452,457 000000000000000000348cb2f735b2f42f5ae0a9f8938a69b3e9ead14c8aced2 2,456 1.00/1.00 vMB 65
452,456 452,456 000000000000000000ac3769282bf52e666be752fbacce55b8344ea3317ac97c 2,063 1.00/1.00 vMB 86
452,455 452,455 000000000000000001fc03873beb240a0729e0ceb1416c6d5003cfcd5887388c 2,422 1.00/1.00 vMB 137
452,454 452,454 0000000000000000010c3edf081a1fc2989dcbf84d1c82bc8e882bfbfe3d1e4c 2,460 1.00/1.00 vMB 115
452,453 452,453 000000000000000001fcccec243240d6c660c3bb732a7ecb21f2810e046d67aa 1,941 1.00/1.00 vMB 59
452,452 452,452 0000000000000000015839c18c2c5b3b34f2df88ea7104841ca2a87d76051959 2,662 1.00/1.00 vMB 101
452,451 452,451 000000000000000000ee326c0ef293a18cc5b498ca7ca9be67d76100f1dae88d 1,435 1.00/1.00 vMB 100
452,450 452,450 00000000000000000061b1c1973953dae8ffc36f1948cac6b07c19e61473aa75 2,204 1.00/1.00 vMB 114
452,449 452,449 000000000000000001b5ff4a7841ee32c991f9d3098cec38d3d3c0bd1593f8e3 2,143 1.00/1.00 vMB 100
452,448 452,448 000000000000000001e1a9a038faaa3aab7ada06c22599752ea3ea0a257dd2e8 1,914 1.00/1.00 vMB 93
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.66 GB
    • Received: 16.30 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.