Loading Tool

Explorer IconExplorer

Memory Pool

78,662 transactions
29.47 vMB
0.10707153 BTC
Random Selection Loading Transactions
Max Size: 177.14/200 MB

Candidate Block

Mining Attempt e2d064ea004572d44d0fc78ecf5c50efd91e5dcfd4e5c004378a4df1c73a2185
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 5657f190783cc335bea2c47626b9131e63ddfe2aed773626645fdc479d9282e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,949
Size: 1.00 vMB
Total Fees: 0.04732131 BTC
Feerates: 109.69 > 4.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (344,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,304 570,304 000000000000000000279d15a5bfa0d640967664646e0a04f11679053d829249 2,304 1.00/1.00 vMB 65
570,303 570,303 0000000000000000001421e374af23a6ca2b0cc530870cbfddef9455bac06e25 2,470 1.00/1.00 vMB 100
570,302 570,302 00000000000000000020a2c74656af236e404f6ca1e4bdbdc090cc876d5cec18 2,725 1.00/1.00 vMB 125
570,301 570,301 0000000000000000000e9e7cf52b081daa4ca32c9fd460f0303149bd53513a0a 3,115 1.00/1.00 vMB 102
570,300 570,300 0000000000000000002b73e0ab067a157b8792645924d958e0ab51316526966e 2,040 1.00/1.00 vMB 93
570,299 570,299 0000000000000000002881fe9e292ad8ffac622dcd2afa310aec0103f126ea4f 2,272 1.00/1.00 vMB 141
570,298 570,298 0000000000000000000c7f645a0e65a15d9d258f5e4844fdc7f78ac8f8998afd 2,904 1.00/1.00 vMB 111
570,297 570,297 000000000000000000276ebe1e04c6ad859d1bf35f27e8a5dd0e17ba65c1fa1d 1,545 1.00/1.00 vMB 167
570,296 570,296 0000000000000000000f36dc61a0797542eb0a8e1c10919d9dee7415f52e02e3 2,444 1.00/1.00 vMB 115
570,295 570,295 00000000000000000000e4f2cbd25cac616771f73cf50f1208fc3d10c28ff4aa 2,900 1.00/1.00 vMB 154
570,294 570,294 0000000000000000000550685f890d31c54ab1374acb15f7861c17df59241cb2 2,329 1.00/1.00 vMB 128
570,293 570,293 0000000000000000002216ccfe6c48723bf5a0c158de20e8b0d7eac00e5dd32e 2,525 1.00/1.00 vMB 154
570,292 570,292 00000000000000000013d54d49dae7122d6ad36311c36738171501f977deaa75 2,675 1.00/1.00 vMB 55
570,291 570,291 0000000000000000002a88be1f9a574b20d1bdc597f9765ff5a359e6b5489e1e 2,590 1.00/1.00 vMB 82
570,290 570,290 0000000000000000001ad35c2243fef1d3fb5dc2ee665c9db27128be811ce5cf 2,435 1.00/1.00 vMB 15
570,289 570,289 000000000000000000117864dbff18a807332d4637992c3b1ec784d2b62cb7af 1,924 1.00/1.00 vMB 32
570,288 570,288 000000000000000000224da522e1f54ffe34275db26afd65f9aef2d178ca2766 2,455 1.00/1.00 vMB 43
570,287 570,287 0000000000000000002757a32cb45921d7abad3eadb547a127b844c27ffda60f 1,979 1.00/1.00 vMB 32
570,286 570,286 000000000000000000095a84b5c5a3b7487b8e9a62d8389a1c773774a5c6c8e9 2,022 1.00/1.00 vMB 62
570,285 570,285 0000000000000000001b618d2d0592cba9741cb191d990a64680d2a98ce38af3 1,788 1.00/1.00 vMB 17
570,284 570,284 0000000000000000002132dab4a5f5a73240349f230de7d631739a2ac972a060 2,804 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.