Loading Tool

Explorer IconExplorer

Memory Pool

82,984 transactions
30.58 vMB
0.16300273 BTC
Random Selection Loading Transactions
Max Size: 185.57/200 MB

Candidate Block

Mining Attempt 534b304ead87d8a8fbe86af68d3070d2d70927238fbaa5195e6d22e51d8aed06
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 34f9cd24aeeac21c59a052f152e9ab2acf7579ebc48348597eb720659f62b1c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,079
Size: 1.00 vMB
Total Fees: 0.08393811 BTC
Feerates: 150.79 > 8.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (667,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,770 247,770 0000000000000012d1edd90bc6f5d0e9edab79ecea23ad8517e1ddcf275e6b52 233 0.10/1.00 vMB 119
247,769 247,769 0000000000000011ad3c157ee5e479f4abbf37774919c49e3818a663bce161d5 309 0.14/1.00 vMB 118
247,768 247,768 00000000000000a3b19bb7918b4880d312111cdce42b907637c1717e37a5a606 91 0.03/1.00 vMB 123
247,767 247,767 0000000000000063089921975ff04502169612eede028d91f2f1eef0c2c54bf5 36 0.02/1.00 vMB 79
247,766 247,766 000000000000009d31a849d1f6ed5a8f54335b0f9457131abea1299b42080439 10 0.00/1.00 vMB 66
247,765 247,765 0000000000000004f8bf4ad4252f678cc1c9eebc69ae28bf59722baed71f134f 118 0.05/1.00 vMB 111
247,764 247,764 0000000000000046672e992330a5b6f345fbb2b9dc4bdf2291107de9f210451a 109 0.07/1.00 vMB 4,785
247,763 247,763 0000000000000065766262452707bcb5fcf98c7c11eed1202e200d905683cded 300 0.12/1.00 vMB 123
247,762 247,762 000000000000009ca66748f185e96e9c0f1f551eb1cf4bad74dc2e0d7d5b3e54 109 0.06/1.00 vMB 110
247,761 247,761 0000000000000082053f82784181e7f79a3a665eea61fb56fb7a9d0fb8a36c55 228 0.12/1.00 vMB 80
247,760 247,760 000000000000008e3987a6dda8e22d7f34e26b72005e542de3fc6f77d1d7f7e7 355 0.13/1.00 vMB 184
247,759 247,759 000000000000008034e530f2157f1b7bda7e6c7933710e7ffc3acaf84f440df6 489 0.23/1.00 vMB 154
247,758 247,758 000000000000009e4153a7c474123f9c53cd30e69b98b9d2abe3e8ba72b57afa 438 0.17/1.00 vMB 160
247,757 247,757 000000000000002f98f266609233216b1d6ce8ddc87c8603a6ffcbd24e5aa9c1 56 0.02/1.00 vMB 146
247,756 247,756 000000000000003ea00e4d2018ffc6fe900d473433aeeee948ae002a5c3db09a 29 0.02/1.00 vMB 125
247,755 247,755 00000000000000922059c342f6f915cee6182a1cca94b7c9792eac4a4db47693 215 0.13/1.00 vMB 101
247,754 247,754 000000000000006004ab24f158b3c10be8d2b27f8e371d01438ca4e113b6dae6 315 0.10/1.00 vMB 19
247,753 247,753 0000000000000056dbf2967ec28478990b8c6851dde22e80912d75986c89ef59 203 0.11/1.00 vMB 139
247,752 247,752 00000000000000610cba0954ebe1ebd4730ee5faed38128e75cfc346a33606b9 242 0.17/1.00 vMB 81
247,751 247,751 000000000000005dc5dc115dbce4005d4a3a482d24478cd4ab7455ce9a1ed892 11 0.00/1.00 vMB 156
247,750 247,750 0000000000000092e5fc6e473b78ba1f74515571411684e184539ae18791acb4 177 0.20/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.