Loading Tool

Explorer IconExplorer

Memory Pool

78,373 transactions
29.37 vMB
0.06619298 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt 5109b1ff17e4fd7c0f2d55859275a327735ad25d3cd1adadd0113c922c29e152
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root a02fa4f4db4477de87796a58c07d721bd8116d303f53a765af1607fdfb33a57f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,172
Size: 1.00 vMB
Total Fees: 0.00668356 BTC
Feerates: 104.71 > 0.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (360,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,117 554,117 00000000000000000007b936d81eb78bdd657654eeaad33fd35e153abeefa0fa 1,703 1.00/1.00 vMB 6
554,116 554,116 0000000000000000002574c54ae24157ec3ed846bf0607ed09adaed68cbef4e8 3,073 1.00/1.00 vMB 11
554,115 554,115 00000000000000000008408e993de6d90a5b8d210bb7f27125a71a07b27b76a5 2,963 1.00/1.00 vMB 14
554,114 554,114 00000000000000000015dc562be569b2e068d96db8387708f1eca83b8743f996 3,659 1.00/1.00 vMB 28
554,113 554,113 0000000000000000001d4a0f97515e4b882bb8c1488b517d32a75de02ac1ab75 3,383 1.00/1.00 vMB 18
554,112 554,112 0000000000000000001d9f0b438849e5d388f61e0f2f0a9d0b3a328f958a579f 2,049 1.00/1.00 vMB 4
554,111 554,111 0000000000000000002e632545e2be7212b108e072220420ef21fa96ec7a8a18 2,763 1.00/1.00 vMB 17
554,110 554,110 0000000000000000001e5da26d03f54865b5487c37f62d2080ba023ad3dd85f2 3,140 1.00/1.00 vMB 20
554,109 554,109 0000000000000000002c5b6fde352ee4cefc314dff6ff33f3edd88d0e2cb3a3b 3,202 1.00/1.00 vMB 8
554,108 554,108 0000000000000000000796adf678e95880a41e4c6aab57d88a2390f8b98c50b2 2,524 1.00/1.00 vMB 12
554,107 554,107 0000000000000000002c15b4a5d79200445735323f287a9c1a5fab5821ca4276 2,890 1.00/1.00 vMB 27
554,106 554,106 00000000000000000004e56317d837518b236a59b9eae6a36f9d9403f461bbf8 1,448 1.00/1.00 vMB 3
554,105 554,105 000000000000000000197c1c7654ec1af7f23f157e15926805e9df88c3e811cf 3,159 1.00/1.00 vMB 14
554,104 554,104 0000000000000000000ef880efe89d5edbb430f4565a7103847dc521de54edf1 2,906 1.00/1.00 vMB 18
554,103 554,103 0000000000000000000bfe1befee00178a6d6801e03e6e3e0e53833b4c513079 2,006 1.00/1.00 vMB 4
554,102 554,102 000000000000000000144853ec6e3df14864a78f1d386e51dd12899b94583ddc 2,751 1.00/1.00 vMB 21
554,101 554,101 00000000000000000013d44a7c839d79d06b9200192f5437c1ca22f721006918 2,704 1.00/1.00 vMB 11
554,100 554,100 000000000000000000239831ecd4ece8eacd65bd428d99d9b14c881b818f017a 2,477 1.00/1.00 vMB 7
554,099 554,099 0000000000000000002b0f2d75e17322efdd360e274d41927505765a33296432 2,733 1.00/1.00 vMB 17
554,098 554,098 0000000000000000000713413121eb254ba8d16a00684635d8df140db8cba6dd 2,503 1.00/1.00 vMB 6
554,097 554,097 0000000000000000002105ebec59e75d4899f79345c7c8e2fa55e6bd15c211fd 3,103 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.40 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.69 GB
    • Received: 15.03 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.