Memory Pool Memory Pool Refreshing

19,727 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,630 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (15,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,297 892,297 0000000000000000000232c6fb92cb8f67344f100b6fbdab50d32284db080cff 1.08 MB 2,562 1
892,296 892,296 0000000000000000000010d3571d46f9ff660817d97ca32969c5ca62a5341fd2 0.02 MB 63 2
892,295 892,295 000000000000000000013c13419e566ac96535096b8eb6981ef3975160de09a2 1.21 MB 2,589 1
892,294 892,294 00000000000000000001965a112638d4016c4deecc022a4563dba2261468ea7f 1.78 MB 1,184 1
892,293 892,293 0000000000000000000055cb76331552f7894be4238b311733d4f0486dd8b70b 1.80 MB 3,825 1
892,292 892,292 00000000000000000001caf568dafeeea153c57adab000efabcd823a168c20d9 1.64 MB 3,784 2
892,291 892,291 00000000000000000001e2d9c3fe6fb1a9891d8cc5f5fca27b2e318fc7598586 1.63 MB 3,557 1
892,290 892,290 0000000000000000000165526bd47cf6288519c00d27dd99102b7ae2c16e722b 1.70 MB 4,233 2
892,289 892,289 00000000000000000000e1c30f1bf4c4477660ab3e51a4a82745f20e3872eed0 1.72 MB 3,056 4
892,288 892,288 00000000000000000001ec759f74a72568d7e704db29a6261c5772c824c3f9ea 1.71 MB 4,223 1
892,287 892,287 0000000000000000000133ba364035373e1569d5320ff546ace80b70d8f18e8e 1.72 MB 4,643 1
892,286 892,286 000000000000000000020989614c42589117e28c43f311c00cd6fee13536dddf 1.60 MB 3,272 4
892,285 892,285 00000000000000000001fa33b3054f756a637bf96fdeaf7091354b5e1101bfe9 1.69 MB 3,480 3
892,284 892,284 000000000000000000013f86df54d3b10f442089c39cb58487a722c54bf353cf 1.85 MB 3,556 1
892,283 892,283 00000000000000000000515391eaac9abf433954f8882a982fe1d6c6a601135a 1.83 MB 4,792 1
892,282 892,282 0000000000000000000167451e94135ddef0932a10c6e02bb62b750495e05290 1.83 MB 2,635 2
892,281 892,281 00000000000000000000768516b2122634cb9e5a039e9fc190c5015ab328d8cf 0.36 MB 977 1
892,280 892,280 000000000000000000001f13304905e8636d067ad72d22c9376a187c1d13fa28 1.23 MB 2,996 2
892,279 892,279 00000000000000000001a6878d5d21d40f53e4a331635658ee832f0194da761b 3.99 MB 2 2
892,278 892,278 00000000000000000000ea686cc6c2fd29f1527633cedbc6a364a97594900e4a 1.76 MB 3,997 1
892,277 892,277 0000000000000000000215de27936850c4c3ef63b1d6d63d177ea16937e26346 1.25 MB 2,477 1
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.