Loading Tool

Explorer IconExplorer

Memory Pool

19,710 transactions
8.51 vMB
0.03599765 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.49/200 MB

Candidate Block

Mining Attempt aca9bc5d6930095b1aa74e8567f33a4dd19af924fc7299b60910ce5be0789355
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root cd3862477c651875c4c912150af45f850d486594fdaa18a81a440c5db874cdd7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,609
Size: 1.00 vMB
Total Fees: 0.01773459 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (646,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,771 266,771 0000000000000003b3e3ea51fabdd2903a3b0e03ec2c951fafa0a9546b870096 60 0.03 vMB 74
266,770 266,770 0000000000000008acbb9bbd078be9f253516f31a95f6076b49c3d41f5e8ac3d 206 0.08 vMB 102
266,769 266,769 00000000000000075f5dcceb294e35376d38cb7f5d26a6f2669efd8825adff7e 60 0.03 vMB 40
266,768 266,768 0000000000000006d8ab813f1bc63d3b43f4daa620ba01d91a89c99a0842b7db 549 0.23 vMB 106
266,767 266,767 00000000000000094e77293e9718852437864b66c43d0c5184dde89511dd7173 154 0.07 vMB 137
266,766 266,766 00000000000000025fdacfc7f87bdf4324b192323fd99d8b126efef922b90aed 179 0.08 vMB 64
266,765 266,765 00000000000000015b49a4ff453212b34cbfdab82f868e647e9dba993a41b913 176 0.08 vMB 54
266,764 266,764 000000000000000823b5a19914196cb55757346a60c3df189980c815872f7111 355 0.18 vMB 86
266,763 266,763 00000000000000014d97c5985aefa5476e7f3ba6548a44098f36f7f9b0b47960 433 0.20 vMB 108
266,762 266,762 0000000000000001e913504e940650ff0cc63e871dab14dd6565e1874687fd76 536 0.21 vMB 102
266,761 266,761 00000000000000031ad49703c30f954c8a1f1b811bd57a409f0324d30acda892 165 0.08 vMB 53
266,760 266,760 00000000000000019006c4da3591c4e6ac0a0663e339d7eb7dea19fda6d641d6 114 0.09 vMB 86
266,759 266,759 0000000000000000ce1696ffce1f163098fd22e673acd65075c60451d7877cf1 7 0.00 vMB 92
266,758 266,758 0000000000000007191ec6d03f14cb6f8d33441ad08991dd5b8d8a1deac6f514 75 0.03 vMB 98
266,757 266,757 00000000000000055a14b2b956dd4a2ab985f0d0978e1bd1ff474790c113ff7a 300 0.11 vMB 121
266,756 266,756 0000000000000001fb73ff6e6e8cff777fbe10023c51cacb7ab3142552f489c3 207 0.10 vMB 53
266,755 266,755 000000000000000a25c350f265534b54eda3d09bfc9efd305193266a3fcf3498 232 0.10 vMB 84
266,754 266,754 0000000000000006b2f24e8a7ca15ec3a30663d3f191d7339c300f8b494cdfc9 541 0.25 vMB 40
266,753 266,753 00000000000000051cd363b7100568a4835eb7863b44da7336dd4eb94fb8f7a2 673 0.25 vMB 178
266,752 266,752 000000000000000775df138d1f75f0206b5ad9c50e90f9607dd89258fedb1e53 190 0.09 vMB 93
266,751 266,751 00000000000000084e789d2c83cb30352b4f104a900f73ae1a0c46c387fd1993 261 0.12 vMB 81
Previous 10 blocks ↓
Total Size: 779.58 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: 284.04 GB
    • Received: 1.13 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.