Loading Tool

Explorer IconExplorer

Memory Pool

78,078 transactions
28.96 vMB
0.07227899 BTC
Random Selection Loading Transactions
Max Size: 175.46/200 MB

Candidate Block

Mining Attempt 545710a499613a29928a74b3fbc00ba8b85dc7366439dc60e9e379b8742ba868
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 6741a81dabd76461bec5c3917a82e4a6ff34675b0aebcb78c147f34a4e818bb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,481
Size: 1.00 vMB
Total Fees: 0.01186252 BTC
Feerates: 191.02 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (227,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,527 687,527 00000000000000000002e1b28f608f37b68e1058d89e652cff3c2dd5e5c82ee8 1,756 1.00/1.00 vMB 18
687,526 687,526 0000000000000000000a2fc4dc6789ea497fdae3b33461e25a692ca2ba1933ff 2,108 1.00/1.00 vMB 38
687,525 687,525 000000000000000000033253ac5ed509102a492201be0ff53e26a443a19e99c3 2,370 1.00/1.00 vMB 43
687,524 687,524 00000000000000000008b3c3dd7dac3f44fccefee0e4e538bb2b9cac28cb7288 1,254 0.63/1.00 vMB 9
687,523 687,523 00000000000000000000c22ce18dd7726c839235ca2538a3253fccfc46b5b63b 628 1.00/1.00 vMB 36
687,522 687,522 0000000000000000000b6686f1948c5db3aec12ee9693582b8268da0c442d580 1,871 0.86/1.00 vMB 24
687,521 687,521 0000000000000000000daf56b379289a1f49268c08ecbf9b4514c608bcddba2c 975 0.76/1.00 vMB 18
687,520 687,520 00000000000000000004606cabc3832264b0b2769d02f389158934d51e5f8eff 376 0.35/1.00 vMB 13
687,519 687,519 0000000000000000000daaad549be50a5b479f4d72bc78bea6daba612d0e19be 671 0.22/1.00 vMB 26
687,518 687,518 000000000000000000009be3fe9daf71d51108802cd53b85f722993fa644a0d2 1,537 0.73/1.00 vMB 20
687,517 687,517 000000000000000000016bc1d4664644b0f9ef22ae5c9eb4f067e542087f1e40 1,972 1.00/1.00 vMB 28
687,516 687,516 000000000000000000079381cfe6aa3e9da592bb55e76308bdeb39a3e1bcf578 2,091 1.00/1.00 vMB 29
687,515 687,515 00000000000000000008e86ae61406d0220bab722cfa3fee054189198cc79934 2,091 0.92/1.00 vMB 24
687,514 687,514 00000000000000000002c468bdcf3b5ae1393b1f4eb6a557f91f4753c487ed08 1,894 1.00/1.00 vMB 33
687,513 687,513 0000000000000000000cc0bb9c8c8bd178020cb01feeffbff5333e5318297a17 1,572 1.00/1.00 vMB 16
687,512 687,512 0000000000000000000d289e0a5e6a0583386fe7c1e2c8bdff6a425ca889ee6c 1,615 1.00/1.00 vMB 51
687,511 687,511 00000000000000000005505fd6a1ae6e3c5834788617f66bd26e4d580f2b7834 1,235 0.70/1.00 vMB 18
687,510 687,510 0000000000000000000c6631ee97eace6828d78d21332a2d7c5f0cda3fec2f21 63 0.02/1.00 vMB 30
687,509 687,509 00000000000000000007e23e8d7f66bcb7a9201927cdf3ba87deb63e65844ddc 1,315 0.65/1.00 vMB 24
687,508 687,508 0000000000000000000668d1f06546521e94a0a0e5513e8b29159c7d58a29616 342 0.21/1.00 vMB 18
687,507 687,507 0000000000000000000cce12a09a256c25bcf3659e69351fede362c540d6f4e4 661 0.39/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.55 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: 669.56 GB
    • Received: 15.75 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.