Loading Tool

Explorer IconExplorer

Memory Pool

48,775 transactions
28.27 vMB
0.08084619 BTC
Random Selection Loading Transactions
Max Size: 150.94/200 MB

Candidate Block

Mining Attempt 67f7ae8f090cad2139927c35859ce19da4453efdae466ef39362bf689624583b
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 375f511bdb3005ecd05acc37ee23baa1b370218891a7d0701898514b621a879d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.02692705 BTC
Feerates: 500.45 > 2.70 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (344,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,727 570,727 00000000000000000024e1750e15b9ab8b849d1462eb3a14d3a9043be62c301b 2,496 1.00/1.00 vMB 122
570,726 570,726 00000000000000000000c5d02c05126ad7d070bdf4b5981229ce23758e56da17 2,851 1.00/1.00 vMB 110
570,725 570,725 0000000000000000002a689a87d9c294e88089ad000674b318d6e1cc1595e123 3,118 1.00/1.00 vMB 119
570,724 570,724 00000000000000000011336b80b21e25251c1dafa750fde4539028f8daa51ca5 2,694 1.00/1.00 vMB 138
570,723 570,723 00000000000000000012408b9b5cfb4c76de37a33427cacd476b7f12a8e5375a 2,733 1.00/1.00 vMB 184
570,722 570,722 00000000000000000024814bd56e4a45e38abe6460e05a0fa3b2482250a386c0 2,722 1.00/1.00 vMB 109
570,721 570,721 000000000000000000224602d70de2afd1b1385fb0a71ae36bd89a25bec6b42b 2,503 1.00/1.00 vMB 171
570,720 570,720 0000000000000000000b7a7e4b12db0ea5b8f729a7a34cd5856bd47fb42dfdb0 2,269 1.00/1.00 vMB 35
570,719 570,719 00000000000000000028c5a2ce1ec39548cc422a692695811bd0f147a557efd5 2,226 1.00/1.00 vMB 18
570,718 570,718 0000000000000000002b690ac0b79ef7fe07532b26d2df42260942b19c463b5f 3,001 1.00/1.00 vMB 65
570,717 570,717 0000000000000000000850b8ab6e60b0f898990585033c5b5df4eb8b9e648592 2,808 1.00/1.00 vMB 108
570,716 570,716 000000000000000000076f6bda96c2faf4d6771d0587060afe83b27b41c3e638 3,002 1.00/1.00 vMB 75
570,715 570,715 000000000000000000253e90a6acbee25b0fd013e64867dc22b9c540bd16f5a2 2,505 1.00/1.00 vMB 76
570,714 570,714 0000000000000000001168d7596d8bf5985d284f17f9968f260d4299dee3a8ea 3,169 1.00/1.00 vMB 106
570,713 570,713 0000000000000000001aa4b23b8ffd5e3b5b87f2c98077a30fe32fe43f2188c4 2,786 1.00/1.00 vMB 114
570,712 570,712 00000000000000000023d3c359acd4d2fdb6c5d559d953335a4685e1ecb258f6 2,710 1.00/1.00 vMB 144
570,711 570,711 000000000000000000015c4f1ad693f2ba9e0b5717011b5b00bd5ad494a260e2 1,492 1.00/1.00 vMB 119
570,710 570,710 0000000000000000001184a4806ddd99f213f4b0c8eb5577f914c4925e439417 2,029 0.97/1.00 vMB 17
570,709 570,709 00000000000000000022747c6b6b305b1ef156885b090a893a6edec78ff2f710 2,829 1.00/1.00 vMB 42
570,708 570,708 000000000000000000201c75a9357ac20101fcd0da0fdb255328f8a7625d9abd 3,081 1.00/1.00 vMB 45
570,707 570,707 0000000000000000001b9792fcf5a63b280d5de8dad7ec8389eb4802a99ed57f 2,985 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.