Memory Pool Memory Pool Refreshing

11,105 transactions (3.03 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,455 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (880,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,447 28,447 0000000040720a9e1d7f1085773cd0a73be5903b3adae445bef497edd20dac4e 0.00 MB 1 0
28,446 28,446 000000000c307085ceea2fe3dfb208b5d19ff4e76eb6a3871579fbf6d6dd0345 0.00 MB 1 0
28,445 28,445 0000000094c55c622da0aa423f6ab5ef5a8ccf55a557a125d1e2fdf21e518cf9 0.00 MB 1 0
28,444 28,444 00000000e651206c9dfb15d1c6d6f9a6e79440363fc51fc740a433ed229f881d 0.00 MB 1 0
28,443 28,443 0000000097d07db7cdbfa8b1c04ded5272fad12894841d8971bb6081b536f919 0.00 MB 1 0
28,442 28,442 00000000cb553da4ceada6e653c24584337558f69a6ff77bb477b070312df576 0.00 MB 1 0
28,441 28,441 000000004e1ee0f7a59020df2a1de2dfc2537fde627e4405888b8162135761ed 0.00 MB 1 0
28,440 28,440 00000000f6a4eab856a48fb8ad140dc05c6fb8f5f3ed72af6293570ab955581d 0.00 MB 1 0
28,439 28,439 00000000d53cdc6794d92b66a46d74a98eecddfb7178cd7940e6edbd5ef3ec09 0.00 MB 1 0
28,438 28,438 00000000bdaeb2bbc318163266733bdc92822c754248bc2f4753be10e3430e97 0.00 MB 1 0
28,437 28,437 000000006bf9ec0ac70c9b97ba72114bb2c54edad38806f432c87e0e8d4d153e 0.00 MB 1 0
28,436 28,436 00000000858e2bc8d45344c505e94bf61fec39e726e4d52beffbd27e5c75c297 0.00 MB 1 0
28,435 28,435 00000000deacb9fe344ed0a8ba2309731a6dcfe540eb7f837a8fe7791404c9ac 0.00 MB 1 0
28,434 28,434 00000000f64fcc313ee847eb90dce48d6a27146a4ea5dc242354429cb819b290 0.00 MB 1 0
28,433 28,433 000000006005b1f5104ce601b3813081fa3fde27bdde7d71902baae213c9ae44 0.00 MB 1 0
28,432 28,432 0000000003eb51e1b3ff7b0812888066bfb5f45eccadeba3867c695ebc01d444 0.00 MB 1 0
28,431 28,431 0000000044c257daf7fee937388b38d2ed9fb9490e0b2e944f02590430ab6791 0.00 MB 1 0
28,430 28,430 00000000e9d8031600d067fe8413cca3807c15eade791763a8972e283b60276d 0.00 MB 1 0
28,429 28,429 0000000081d387f0d3153544186b5006a3c06b2934723b4271c0070fcab76996 0.00 MB 1 0
28,428 28,428 000000001717bb56376f85c38c8a1214a7d87e49cf440c7034d6f33e803a9ac0 0.00 MB 1 0
28,427 28,427 000000009b86521f2dc820acf50f59dd196a923a71b3cd20d24f01f6fbab13d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,896.71 GB sent, 105.71 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.