Loading Tool

Explorer IconExplorer

Memory Pool

38,844 transactions
28.59 vMB
0.06094136 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 77d3cd531447c885db67280e1bca549d58ac6e54ba3f718ec7f56687776ae4ec
Version 20000000
Previous Block 0000000000000000000000b13f16a0b725be9eb9dbc589e20dba7f86162748c1
Merkle Root f6ad104f96c29a2983d7cb8e68a3a56a5ece3ce3283ac1f85804e66e92c7b333
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,321
Size: 1.00 vMB
Total Fees: 0.00561908 BTC
Feerates: 41.25 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,551 (682,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,473 232,473 00000000000001bdb93ea2c44b976fc86e6b07f50fd4e14d65371f1d9a0672fd 313 0.25/1.00 vMB 106
232,472 232,472 00000000000001da9750f851a191181d787def338a7059701ae6885c6a81bf39 644 0.25/1.00 vMB 178
232,471 232,471 00000000000000fea51999b1eb08b0206b39beb94921a5cdb37ec49e32a2b79e 776 0.25/1.00 vMB 236
232,470 232,470 000000000000000ef522ecbad8643151e3e5535bcd5f08646b67ca1f3095eb9d 32 0.01/1.00 vMB 54
232,469 232,469 00000000000000445fe7b787b213e71e5621e1cc0e7beed53b7248ea72ad6066 251 0.11/1.00 vMB 177
232,468 232,468 00000000000000cce20395453f227238c11dda73a241a84b1eff2697b6ef75eb 154 0.05/1.00 vMB 210
232,467 232,467 00000000000001a4dd75340faeecd48d393a55585b26408d197f591499a8212a 269 0.13/1.00 vMB 145
232,466 232,466 0000000000000084ebb375487232be2e9d68b987bf2909b1968797e021b838be 61 0.02/1.00 vMB 219
232,465 232,465 00000000000001407a3f1082c32cc61aaa00876b2921bd3eb68c3f24e5c930e9 360 0.17/1.00 vMB 88
232,464 232,464 00000000000001b1511a11b08fbef1dac109da25d006dc8b06183e4727625a0d 158 0.07/1.00 vMB 157
232,463 232,463 00000000000001b35a86b243833fbf04d13d74b383f3b39de375238c836a65f9 425 0.18/1.00 vMB 175
232,462 232,462 0000000000000199a9b97d62b9c039dc6f973bf8c6cc6885498779b452aaab6b 62 0.02/1.00 vMB 92
232,461 232,461 00000000000000edc85d2d1f91af3a78e58717ef7279f2ab0051c544315c30f9 339 0.14/1.00 vMB 155
232,460 232,460 0000000000000136fdf1cf172df22d304765f93c7546e3ba37d561856af77e94 219 0.19/1.00 vMB 74
232,459 232,459 0000000000000032b8d42b0621f83b68cdf0e02ad9034662d086e6092f32ca04 384 0.15/1.00 vMB 207
232,458 232,458 00000000000000b812a0a41d2a25bfbb89f6ccd989f9ed63203f83ea7ecfd7f7 66 0.03/1.00 vMB 131
232,457 232,457 000000000000007b40d5eb15f47c2d5e37e25a399b9de73ee9afe2cf4021d050 73 0.04/1.00 vMB 196
232,456 232,456 0000000000000004cdaeb0fcda87275ec983f27cffa6405234fd4db47ed5df21 751 0.36/1.00 vMB 144
232,455 232,455 0000000000000190cfab30d63be199773a1b0f7549a0aacdf99cfe19c3b4eda4 244 0.08/1.00 vMB 145
232,454 232,454 0000000000000146dbe3f5f77b70bedfa31b3a539d99bc8bdd7d81677b92b108 151 0.05/1.00 vMB 220
232,453 232,453 000000000000014b43936d4c668cffb2793ca6dbca1f25dc1de0bc5ba85cbe11 418 0.15/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

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