Memory Pool Memory Pool Refreshing

6,411 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,674 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (252,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,540 655,540 00000000000000000000b9a1baffb00851310612d0ea53b6643c915ab46084ce 1.15 MB 1,289 294
655,539 655,539 00000000000000000006540e0fedc71058b28d2fca1595137db44a65a05983e6 1.46 MB 1,341 179
655,538 655,538 00000000000000000004fc8e7693d6f3e216b304016ce8a460685dd5dd395902 1.60 MB 717 145
655,537 655,537 0000000000000000000ba28789fbb3ddf0a0de1b004b06af76b9e24c14d247f2 1.30 MB 2,212 234
655,536 655,536 00000000000000000006ce20c9d6f4854e83eeb1323281936ff039f2b5d132cc 1.21 MB 2,353 254
655,535 655,535 00000000000000000006dfe47814aead005ce40fb2b82428cd5e2c251a4e0195 1.20 MB 2,134 196
655,534 655,534 000000000000000000028f1ea0a3ccfac982eb53c1bd2d3d20695af87ffacaaf 0.00 MB 1 0
655,533 655,533 0000000000000000000b4ce0f11325932fedcc64284f8c85d7586c1f65cf68f3 1.34 MB 2,213 236
655,532 655,532 00000000000000000007115681dc4aaf28401bdc340a6c983fd91434987faf5d 1.21 MB 1,799 316
655,531 655,531 000000000000000000045cd95e586b5b59ae1facb07636815501e12acce8767a 1.06 MB 1,471 361
655,530 655,530 0000000000000000000039878545109ade5c4ebb047410479bbd04b7e2fd8254 1.27 MB 2,809 338
655,529 655,529 00000000000000000001d0bd46cb511d00fd1516d9b1220334c02e3526f00da2 1.35 MB 2,584 136
655,528 655,528 00000000000000000009cf7e6e86b57b0edb23b87071eafda3eec0b63ce3b71d 1.39 MB 2,811 221
655,527 655,527 0000000000000000000ebf5919fb47ae7373c2e24dc0ab3ea30896769e385902 1.31 MB 2,107 109
655,526 655,526 00000000000000000008d6334c0ab2eb7531228959acf306bd07777861d0eef6 1.14 MB 1,796 10
655,525 655,525 0000000000000000000ce6a0b689483366ef38b445c125d640c7d0e4b3282d4a 1.13 MB 1,302 193
655,524 655,524 000000000000000000069f5070bb31ec4ae26a17c81dd0636d812a6657e18688 1.15 MB 2,635 76
655,523 655,523 0000000000000000000f155c481c00ba2910c52b6e7988a38080617a195c75c9 1.29 MB 2,135 137
655,522 655,522 000000000000000000022c2a64ec2d09d32a48a4c488e4d1d85626cc9163efcf 1.15 MB 2,362 81
655,521 655,521 0000000000000000000cd8f52e95eecd583213f222ce76bfec5d5816a9689e90 1.31 MB 2,642 160
655,520 655,520 0000000000000000000e22a136fc51a0101bf332268e6abc20c395c85755431f 1.28 MB 2,422 98
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.