Loading Tool

Explorer IconExplorer

Memory Pool

37,365 transactions
28.09 vMB
0.06577530 BTC
Random Selection Loading Transactions
Max Size: 142.09/200 MB

Candidate Block

Mining Attempt f77250db06e2d6c53cea76c5c9c2d680d76584ffcd19453a5d652077b0d7201a
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 931c696727fa41e4bce340df576bce49dc30ddde3c4b51617051679d02648a07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,100
Size: 1.00 vMB
Total Fees: 0.01186406 BTC
Feerates: 150.61 > 1.19 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (810,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,450 104,450 000000000001e63926e2ed9141e4e740c7670c9e9877a3d1e6a5809ac996da46 7 0.00/1.00 vMB 0
104,449 104,449 000000000000488d856b4aa4191603c25c37d7265da962d0c37855f3a3b3f164 6 0.00/1.00 vMB 457
104,448 104,448 00000000000240fd0823789fb5c4c143b946b949b80a1a934e2a7c6febf355c3 7 0.00/1.00 vMB 478
104,447 104,447 00000000000053be3d196765d157e0a6b1d9ecef42daa9f7cfe53ab8caad68fb 3 0.00/1.00 vMB 314
104,446 104,446 000000000001906ea02874531ac22a1b70d76d23b5247d5621ccc1d912fba854 9 0.00/1.00 vMB 0
104,445 104,445 00000000000261b1d30abca5babaf31138d63e862ad0900b5c418fd276445254 7 0.00/1.00 vMB 645
104,444 104,444 000000000000c63bd88f77e16ee077b41ee734730e5b6ba86b2a56eb868a0b93 6 0.00/1.00 vMB 0
104,443 104,443 000000000002f29d725234d982bb85cabc1974869c8d6e8c9189470109a741a6 31 0.01/1.00 vMB 0
104,442 104,442 00000000000259bac44d13851fbd62e7c055ba4b677833aa08cbbe60af90aa20 3 0.00/1.00 vMB 0
104,441 104,441 0000000000001fcd7da257e70db9aa1cd44e9b7ca15deef110fccc95edbaeae4 3 0.00/1.00 vMB 0
104,440 104,440 0000000000030a4dcb524e3f5ccb6b97c23df69ce289b1c7dba0e22273d6375c 6 0.00/1.00 vMB 0
104,439 104,439 000000000002b9de76bb46a0b4072181359d4d96cf78ca2b1382795f67ded730 10 0.00/1.00 vMB 0
104,438 104,438 000000000001388ec3ce31a92a4c262cba3caf789ea5780debf2c701821ef741 3 0.00/1.00 vMB 0
104,437 104,437 00000000000210ddffbbf979b6f56ddb719bb31f9927f3d4edb67ad0d018f260 9 0.00/1.00 vMB 0
104,436 104,436 000000000002b26ddd4a2560666df1b5f7cf6d7ed2ecc5b364daa9f7745ec081 10 0.00/1.00 vMB 0
104,435 104,435 000000000002f8c7e9aa0ed905a4be6361082c0ee3c12dddd38ff7f4de3ea3d1 5 0.00/1.00 vMB 0
104,434 104,434 00000000000188f5a03d1bcdfcd11fb1d7b256c05538428b868832c1a7343d40 5 0.00/1.00 vMB 848
104,433 104,433 000000000002a4199dc22c129744288808424b87ace80b0314474efec342863b 2 0.00/1.00 vMB 0
104,432 104,432 0000000000004ac403a6be9f276a037459c3e102338c8bf7075721316bbb55c0 9 0.00/1.00 vMB 0
104,431 104,431 0000000000013739c8c57bc42a531d37955d2816c61cebeaacf5d5eda9f2187e 12 0.00/1.00 vMB 0
104,430 104,430 000000000002d2024b6a09a467ddbaf83f3024f11b8bde2394cc37b52fb2e560 30 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.34 GB
    • Received: 11.79 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.