Memory Pool Memory Pool Refreshing

8,268 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (546,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,467 361,467 000000000000000014db68376d89db90c15435b6e69ee0f45c65a4e7620b3072 0.45 MB 901 31
361,466 361,466 00000000000000000aba140d19afdccd0022957408a626644e8b5b35297ae946 0.30 MB 416 21
361,465 361,465 0000000000000000124552f1a62f604503d35477902650640130db29196fa10f 0.35 MB 799 30
361,464 361,464 000000000000000011e93335a686eba806d8a8f965f0a4888b309316c5616d3b 0.12 MB 64 11
361,463 361,463 00000000000000000d146e61f142478c8fb08d6c9c5bf896c7509a3d43bb30a6 0.34 MB 766 31
361,462 361,462 000000000000000001a81be91e08291deea0c5a1cbbd57e7f2133689dd57f700 0.26 MB 358 16
361,461 361,461 00000000000000000ce13f8e1d0286f0ff382017b4eadea1de63de5ec27a5ab2 0.25 MB 327 15
361,460 361,460 0000000000000000018b098e5d0efcee21f0e6e62ebe2a947d2be5bdd78234f5 0.75 MB 863 12
361,459 361,459 000000000000000007265da5441a03c153e510f7a4c5a50b120eac0c752b0705 0.75 MB 1,578 31
361,458 361,458 00000000000000000c2521f8fa743cefa30f2be481fa5f73663a6d652c5e584e 0.95 MB 1,728 30
361,457 361,457 000000000000000005a96d05bad26ca58fbe5a43dfea3237e0748b0cfd1a8a79 0.75 MB 656 17
361,456 361,456 0000000000000000112b0592529991996c33e92318cc496158631900d0d16d71 0.75 MB 1,525 32
361,455 361,455 00000000000000000c0ff1f5fbaabe0333f737dfe35ce3c767d8761d928f00c3 1.00 MB 2,609 31
361,454 361,454 0000000000000000024f4a8f918168417a6d8409ee3c7f97f4d3262723221b1b 0.95 MB 1,686 30
361,453 361,453 000000000000000003096ab814200984adfa828e9a57d1af851a48a16d492c33 0.90 MB 2,616 43
361,452 361,452 0000000000000000110740bc53a7caf67e1c5761eb883360af2c9f27b7ca4862 0.06 MB 123 27
361,451 361,451 00000000000000000fee58c66e4481ed836b9ea182a84adf39b70e110a21d806 0.17 MB 370 30
361,450 361,450 000000000000000012d24cd596bd9e016be43631b1ae8d86d2c690c0c7e71a81 0.13 MB 254 22
361,449 361,449 00000000000000001144f6ea8dcc9b4667c691f0da0ef5a6f9625d8300c6ee45 0.10 MB 246 32
361,448 361,448 000000000000000012bfad6824cdfd728e6cdc0c150465bfa42164b6e8d68ad4 0.04 MB 95 33
361,447 361,447 00000000000000000e109a8af7e1da5f5efbd7948d4e3754be571c0a779263f7 0.23 MB 307 19
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.