Loading Tool

Explorer IconExplorer

Memory Pool

112,157 transactions
28.37 vMB
0.08118309 BTC
Random Selection Loading Transactions
Max Size: 194.23/200 MB

Candidate Block

Mining Attempt 523f0148648768241ac25a395d01fbc6e3351634191fcb8286876b64875c5a7a
Version 20000000
Previous Block 000000000000000000010e94f83fd6a7ab10bfe7033f09ee3f756647c1732c2f
Merkle Root 8813757ccb75d5e365d1eb558b1a7d875901331025a6e8c488fc30dae34d71df
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,969
Size: 1.00 vMB
Total Fees: 0.01172967 BTC
Feerates: 30.77 > 1.18 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,047 (811,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,284 104,284 0000000000031c9d8d6adfb7a6d27fc052b5561ccb44984d1ddd41b948ca574a 1 0.00/1.00 vMB 0
104,283 104,283 00000000000038c51b065a37671574c988263630a0c9f3953296f0466a4bb539 1 0.00/1.00 vMB 0
104,282 104,282 000000000002e3b1d3db93987f9811f1d33b4b9a385fcc6e4ee119ca1b3aa6c2 13 0.00/1.00 vMB 637
104,281 104,281 000000000001da1774ad1e9feac91c9cdf45504973bd09dae11e50602c1a7dce 1 0.00/1.00 vMB 0
104,280 104,280 0000000000026dfc07bcac94c6725bbdd915d6b5b5ca2772caada34c06d76a09 10 0.00/1.00 vMB 399
104,279 104,279 000000000001cb00275f44ee76f907a2b0e8a8149669fec8cc7fbebebf8f39b9 9 0.00/1.00 vMB 418
104,278 104,278 000000000001b83ed6260dddd9f124b9c4a4824e1b2a9a08d2bd62868f95efa2 7 0.00/1.00 vMB 0
104,277 104,277 000000000002a6d1fe094941e9f735ff8cc8cb5c77daa38314dee18126cb9569 5 0.00/1.00 vMB 0
104,276 104,276 000000000000e92859108b095968a6ea109de8a6edae75aae7d2a9e53574e81c 9 0.00/1.00 vMB 0
104,275 104,275 000000000002f49d6c6c933d872805a4a2488264532eedc53483eec5b5afce4d 8 0.00/1.00 vMB 0
104,274 104,274 000000000001c81c2908ca3eb01c3200c642bae8c2562fa24177d048a07f18ef 7 0.00/1.00 vMB 0
104,273 104,273 00000000000132b38c8b8ccc53611782eb095dfa550ef49343cb4d2a68627682 9 0.00/1.00 vMB 0
104,272 104,272 000000000001c5dddc75d410177a151a9f6c437a1606f195f284ec2bc6009c4e 7 0.00/1.00 vMB 0
104,271 104,271 000000000002500a4852c5a9c712636b5dc5809aa6a7a22729cb7763ab2dacbf 6 0.00/1.00 vMB 0
104,270 104,270 0000000000038c8447018c299acd94c32614b6e4eda4b2d53af0d7db1fa9a604 10 0.01/1.00 vMB 364
104,269 104,269 000000000000d77f0edefa64571d914c2bea3e066a70669ee28da490ab23b5f9 8 0.00/1.00 vMB 521
104,268 104,268 000000000002a79ea35e6b375e5506e943232c96a45bb3f5971f0101ca49f5ff 1 0.00/1.00 vMB 0
104,267 104,267 00000000000318bb358f03b7ee5310356a9927712042fa8ded8a97b7cec937ff 4 0.00/1.00 vMB 0
104,266 104,266 0000000000006c415815d158c6bc0f7fbc033e323f985be83084d7c41d914c30 10 0.00/1.00 vMB 0
104,265 104,265 000000000002af542682609870aaa867a71af438954c0e11cab1f55be4160de9 2 0.00/1.00 vMB 0
104,264 104,264 000000000000f8a39fec866652417e85d21db9598ef6f8819da6375e329cfb5d 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.20 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: 812.21 GB
    • Received: 23.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.