Loading Tool

Explorer IconExplorer

Memory Pool

74,117 transactions
28.29 vMB
0.06930059 BTC
Random Selection Loading Transactions
Max Size: 168.21/200 MB

Candidate Block

Mining Attempt 595901d6c6da78621e6c26407a73335009c3c590e523d00193e6763e025b545c
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 31ad9544d21fc97d9b65d46fa38f60b7eb3746091c863c9cc80959bdf54c2e46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,462
Size: 1.00 vMB
Total Fees: 0.01254288 BTC
Feerates: 101.62 > 1.26 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (351,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,349 563,349 00000000000000000024cca7ae0fea5ae75fd1405a44e7fac08a94c03b19bbe4 1,915 0.59/1.00 vMB 10
563,348 563,348 00000000000000000021af461b2eb2e0933a7774af99aa96d1b6ee4d65cf4059 638 0.21/1.00 vMB 18
563,347 563,347 00000000000000000023b31a9dfe5ae95def8b0775a55badffa4a0bc8072189b 2,788 0.81/1.00 vMB 5
563,346 563,346 00000000000000000004057741565a49190c1c18de316a8b76ffd09c0ee9e0ca 3,396 1.00/1.00 vMB 19
563,345 563,345 0000000000000000000f6c5e15a5629bf44be5ba3ed0a0547c27c4940262cbf5 2,647 0.79/1.00 vMB 13
563,344 563,344 00000000000000000024ebadbe15728e01d5719055fe2b6e4d834ebce219d00b 1,536 0.45/1.00 vMB 14
563,343 563,343 000000000000000000162c9e515172cf54f80ad8b4b4dc2f81b5ce3fa4a00ce6 2,725 0.78/1.00 vMB 13
563,342 563,342 00000000000000000023f6fe9f9e63ade2de897facaa96a2333bd5ff7b2d8da5 164 0.05/1.00 vMB 13
563,341 563,341 000000000000000000292da098ed8906603f3c7cf313f733d08d20c9c9601800 2,744 0.83/1.00 vMB 11
563,340 563,340 0000000000000000000c6e5afff4357e5488128d33fa24015d6b880bc5c9f254 3,107 0.94/1.00 vMB 12
563,339 563,339 00000000000000000011523472190d8d9deb57316501fd37e3132d270c9768ec 2,022 0.70/1.00 vMB 13
563,338 563,338 00000000000000000027d588760026a00dd92c58550e71c8f1581225142c37bb 3,224 1.00/1.00 vMB 12
563,337 563,337 00000000000000000002937ec24cf54bd6974b5f943e0125b48a434b7f77b858 2,771 0.87/1.00 vMB 8
563,336 563,336 000000000000000000128bd7077dd15502ebdb349cb1151f7172e18e288e1983 3,359 1.00/1.00 vMB 23
563,335 563,335 0000000000000000002d1425ab479bff34e118596a8fef22dbc9e8037af72796 228 0.06/1.00 vMB 14
563,334 563,334 00000000000000000015be0063ca238bef182ecc05bfdab70e7e821372e72db1 455 0.22/1.00 vMB 2
563,333 563,333 0000000000000000000740ba375bbafbb871e0e201ded9c260a8b6aa1537c3f0 3,349 1.00/1.00 vMB 6
563,332 563,332 0000000000000000002c0a26d266b7e534c185aa75937d4c951b72f74e6217a2 3,348 1.00/1.00 vMB 30
563,331 563,331 00000000000000000019aa8503b557fa0c90a388fdb86ae58600a51e010b5c5f 285 0.09/1.00 vMB 12
563,330 563,330 0000000000000000000a4d1006e4dc50dbcba90f4ef04c0d093774d71165b1a5 1,791 0.54/1.00 vMB 14
563,329 563,329 00000000000000000026d162c366a74ad55cb14143f1b952e5df6b6c180536dc 1,481 0.47/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.