Memory Pool Memory Pool Refreshing

7,950 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (603,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,597 304,597 000000000000000006b757101a7f0a4dd7947690407ab5512246b5ecb79fd7f9 0.34 MB 494 23
304,596 304,596 000000000000000030dcb8c8dcad9c93468bb1fdeb638ab5fd39dadda7693bd6 0.35 MB 1,006 49
304,595 304,595 00000000000000001ea250a0205ca8cff96bd922051ae1b044ceab493455aaa7 0.06 MB 142 10
304,594 304,594 00000000000000001310ed94f0a6e8c37d05418117ed045366e3330aa8c26aea 0.13 MB 210 29
304,593 304,593 0000000000000000454f9fa96c438b61d8fb9ce00107606cd2bb29b9d361f2de 0.15 MB 238 27
304,592 304,592 0000000000000000438d3c2d735fd69eac978c0a9ef6243cb2747d3129a808e7 0.20 MB 150 15
304,591 304,591 000000000000000059d57e09a1b9214dc258c1cd4b4b6ea5744ef0e46b2ed7b3 0.35 MB 837 41
304,590 304,590 0000000000000000189e4f87cb4c387985ef019e4c59389e16d146de4d38fdcb 0.01 MB 34 37
304,589 304,589 00000000000000000129fc44f175e2a8e27aa77869a4169f80bb383fd71f9269 0.04 MB 114 36
304,588 304,588 00000000000000000e694616d535e744cecbcd56c223ef3880ab5705555663d4 0.13 MB 215 30
304,587 304,587 000000000000000045bb47e64c4c8ba78bfbb72f11363c588d985860356439a8 0.05 MB 119 41
304,586 304,586 0000000000000000059df048d8f849ee316f23cf589bb67a7b0b3e02517b13c8 0.00 MB 16 23
304,585 304,585 0000000000000000331e4af56cc2776bee97c56b4a1617054093fa8bd0f09621 0.21 MB 331 28
304,584 304,584 00000000000000001b80b0afbe6f7af1adc56fd1df6c4165b76bd77c720e4a14 0.37 MB 440 26
304,583 304,583 00000000000000002f1168b31df3ad1ea4e7d61e36950d4a280bcddef4a8e45b 0.25 MB 548 38
304,582 304,582 00000000000000005009cc6c6f7067e4deacf30a13c7357949cf865c729b5620 0.23 MB 420 31
304,581 304,581 00000000000000004d612bc5d951dc1311dde6350aee5055fd52f752cb40ba69 0.33 MB 516 27
304,580 304,580 00000000000000004760f8e10487f0d838831e19251d54ef699b76622b10b762 0.19 MB 314 29
304,579 304,579 0000000000000000527f2b313c9c650d400481e5b1e263bfa8224a870f56f5d7 0.18 MB 234 24
304,578 304,578 0000000000000000232834bcbe69f8c188ccca2817d768e94212dcb6ae0fe332 0.19 MB 270 32
304,577 304,577 0000000000000000297d7299908830824f958f7ad125d42dea2ebf6e6abda613 0.18 MB 227 25
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,624.89 GB sent, 93.01 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.