Loading Tool

Explorer IconExplorer

Memory Pool

77,258 transactions
29.53 vMB
0.07147747 BTC
Random Selection Loading Transactions
Max Size: 180.26/200 MB

Candidate Block

Mining Attempt 4152f0cfaa136474321f8866fd93bf98c0c7f88e8d0b609f332c64bd2afbbb9b
Version 20000000
Previous Block 000000000000000000003f719ef45cf33efc9e72b7af23a72b3e9889abfeb5eb
Merkle Root 4e51fd72d8977452730a4a7364845c9191f250f9cab5a10edd09237f600577fa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,858
Size: 1.00 vMB
Total Fees: 0.00624727 BTC
Feerates: 67.41 > 0.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,399 (507,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,611 407,611 0000000000000000053cf497aaa82aff72028a3f9d0eedad812f7127026b9a02 1,327 0.53/1.00 vMB 39
407,610 407,610 0000000000000000053b4ba343eff60e9c737f73b6464e24a692200c7c607726 1,698 0.82/1.00 vMB 32
407,609 407,609 000000000000000006061e0f9a3a003e118752d7e40493e2e1aba458a8ac1d85 1,157 0.60/1.00 vMB 28
407,608 407,608 000000000000000004700bf1d2465c5983041b3f4a5c9df8f932bd97f6f92e0f 2,226 0.99/1.00 vMB 47
407,607 407,607 000000000000000004465076f7b468909f903829a21967ad1caf62a573862cf3 63 0.06/1.00 vMB 33
407,606 407,606 0000000000000000057612be28a3fcf0d57e0d4b1f797b666acd9872aceea1b4 1,121 0.48/1.00 vMB 38
407,605 407,605 000000000000000002f6ff60fec9e3e8ec1d88827a61ff383748e40e10b7a03c 1,916 0.92/1.00 vMB 36
407,604 407,604 0000000000000000013eb609dc70e645178f52da7f55e4bfc05cfa4d8d0077c1 2,059 0.92/1.00 vMB 35
407,603 407,603 000000000000000004336a337266a0cfe56d5f9adc8bc5d14ae8de97bd321a99 1,568 0.61/1.00 vMB 41
407,602 407,602 000000000000000001aad1c6b7339e6d7c0ec3b770a7d9f10873e8e189c92641 9 0.00/1.00 vMB 115
407,601 407,601 000000000000000001366ae059b1f7de11e24bc5404b1aaec2da24b6cda82764 1,367 0.64/1.00 vMB 46
407,600 407,600 000000000000000005596414948cd80f262c0456573ca7633c89322061bfd50d 639 0.28/1.00 vMB 34
407,599 407,599 000000000000000002c41c4da2e7b290e9e438040edd7ffc5e6803d2f8ef0dff 362 1.00/1.00 vMB 9
407,598 407,598 000000000000000002d5f9fd9d8e7155e44f89d2b305b9dc813349eddd608a3d 2,531 1.00/1.00 vMB 40
407,597 407,597 0000000000000000000562164a0ce0b9ba885c50fbff83bf31b0b641654dcaae 146 0.05/1.00 vMB 34
407,596 407,596 0000000000000000003b50caa459af6797df142415dda78dd142fb749dd6ac39 924 0.51/1.00 vMB 29
407,595 407,595 0000000000000000040b8aeaa88c46cef25031d055b237b30bda9bbc7a4f2a84 555 0.82/1.00 vMB 12
407,594 407,594 000000000000000003543adad40410bd624377879f661d5513133724a7aba952 1,184 0.54/1.00 vMB 39
407,593 407,593 0000000000000000036933ad930e3f2dcb8efb9d348c29faed33e6a3a4620dc0 1,793 0.75/1.00 vMB 41
407,592 407,592 000000000000000001ea1f807689f1bd9dc21d6aaa2104a67ed4e0cce52b6c7c 2,118 1.00/1.00 vMB 39
407,591 407,591 00000000000000000174329aad3a818df4922db03b28508f115e8e15927f3800 1,255 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.