Loading Tool

Explorer IconExplorer

Memory Pool

78,955 transactions
29.55 vMB
0.07124746 BTC
Random Selection Loading Transactions
Max Size: 177.59/200 MB

Candidate Block

Mining Attempt 27d30481dae6d4b82013c5ce29bcb5cda754ddabb326eb147fae9b59c2955a47
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 79962b978b9f8a88fa7ed56e7a06e85c37692e92bf7572de9d307797f1fc5c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,668
Size: 1.00 vMB
Total Fees: 0.01128379 BTC
Feerates: 150.93 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (412,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,378 502,378 00000000000000000079410b62be3e39ecd4349ef148c4f25ce31bda7822dcef 1,685 1.00/1.00 vMB 456
502,377 502,377 0000000000000000004a8330467def26be5ae1881f1a1349d8bea7d2010b0cb8 2,943 1.00/1.00 vMB 586
502,376 502,376 00000000000000000082b604eb4d4a33bd271f95daf8c06c4ef470928f04b318 2,857 1.00/1.00 vMB 484
502,375 502,375 00000000000000000052adb465120b239ec0dc0202fd92f4d2af11406f5e839b 2,023 1.00/1.00 vMB 358
502,374 502,374 000000000000000000733585d04ff65c40305b34e882be35145388527f4a4ecc 1,393 1.00/1.00 vMB 351
502,373 502,373 0000000000000000003a7405de69feee8e10e17c7776b19e0a4f5f1daf3e5236 2,499 1.00/1.00 vMB 361
502,372 502,372 00000000000000000083a656e638b895311fc3017209310a05bba579b154113d 2,081 1.00/1.00 vMB 480
502,371 502,371 000000000000000000184094bb4a28fc8f75ac8b41f54b345ca0cfece4048a4f 3,275 1.00/1.00 vMB 538
502,370 502,370 00000000000000000091ac782b4a7a6585bc5ba30e527b66e6ba5415ce2b6256 2,849 1.00/1.00 vMB 475
502,369 502,369 00000000000000000084a972c15ef72fe8fde2f46be7ae4c29326bd511c4c60a 2,481 1.00/1.00 vMB 648
502,368 502,368 0000000000000000002842ada25f87c1b6cdad4f32a7a109574c0acba484258a 3,330 1.00/1.00 vMB 507
502,367 502,367 00000000000000000083af7e2d5e6d05e50093868242cbb43bed34e9c68d2fb1 2,680 1.00/1.00 vMB 444
502,366 502,366 000000000000000000533dfd712c35a6400f773b4e78860f30a3602d5abd0301 2,606 1.00/1.00 vMB 426
502,365 502,365 0000000000000000006805c0a3d2e9a67ef5670137e8598c6a0029d9cdc879f9 2,891 1.00/1.00 vMB 509
502,364 502,364 00000000000000000053b6c1df5ca539884ee3eb4cb8c3a477d5a102d90808af 2,744 1.00/1.00 vMB 645
502,363 502,363 00000000000000000036e56eec166424a4fad1075986bd0886841894d62ce64f 2,933 1.00/1.00 vMB 485
502,362 502,362 00000000000000000068f24e5d8091933ffed5b832327473e1ca4b4314846902 3,091 1.00/1.00 vMB 434
502,361 502,361 00000000000000000073410fe0fb5df753bcf99cd34dd05fc3da968317af330d 2,697 1.00/1.00 vMB 452
502,360 502,360 00000000000000000059a6a0c9cf894dbb1b1537b4a4ff531e753f1cc6c5adbc 2,576 1.00/1.00 vMB 460
502,359 502,359 0000000000000000004a3f82ed29988fbf3cf7294074cdfc0a5c00cc45c224d8 2,285 1.00/1.00 vMB 672
502,358 502,358 0000000000000000005968fa48c49d7c4fb2363369d59db82897853fd937c71a 3,054 1.00/1.00 vMB 536
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.