Memory Pool Memory Pool Refreshing

5,076 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,741 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (11,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,591 896,591 000000000000000000006229328bb53a201d2e5bd5f26a3e2990c4a7544c5554 1.77 MB 3,548 5
896,590 896,590 00000000000000000001901e7c1430ffeb2189b0024fbb7fa705568f5b2271a2 1.59 MB 3,526 6
896,589 896,589 00000000000000000002199eb467b45df63e921f9bb0dd5ac4699f648711cb85 1.59 MB 3,763 7
896,588 896,588 00000000000000000001c06495bcd359bcab16f2bbd00788bbaa08a8739c92ed 1.57 MB 4,075 9
896,587 896,587 00000000000000000000a7b002d1de64a709328ebd72bcdce8970bc4bf8818e5 1.35 MB 2,544 15
896,586 896,586 00000000000000000001634441d5043862cbee928035e52aa71ee3df5aed3076 1.46 MB 3,705 11
896,585 896,585 000000000000000000005e261ac2aaf17fd064a14eb0e774ba1d2dc1950b2159 1.90 MB 3,529 5
896,584 896,584 00000000000000000000c7cceb9d5492ab3d183e849d8be242d1ccac2d42c63f 1.59 MB 3,952 8
896,583 896,583 000000000000000000001e1e5544ccf4f9d206a2d76d735bfc5a4f9908e349c2 1.84 MB 3,321 5
896,582 896,582 00000000000000000000aed07ae8e551b6172718a1f402e4beab8050a43700bd 1.58 MB 3,760 9
896,581 896,581 00000000000000000001da0697d5c2f3c518123668fbf91784af75a7fc5cebc6 1.82 MB 1,815 2
896,580 896,580 0000000000000000000076c5c948a344f9fb5baa81b71b9a6408bde787bcc217 1.57 MB 3,394 5
896,579 896,579 00000000000000000000b6919266da42a10370a2987bcc412a5389c5f75194c5 1.51 MB 3,248 4
896,578 896,578 00000000000000000001853425cf37b93aee25de6dc02332a8ac1bc6f104a9aa 1.60 MB 4,493 6
896,577 896,577 00000000000000000000b80cfeb8055231c157ad4c13080ed6c600800c34d36c 1.64 MB 3,711 5
896,576 896,576 000000000000000000023ab82f8d717028e8ccd5bb34bd2839dd444df50cfa31 1.57 MB 3,175 11
896,575 896,575 00000000000000000001870b9a460715bb38873fd312d62a46f6ea95155b8acf 1.48 MB 2,032 3
896,574 896,574 0000000000000000000250e0b23a781d0b011af2e9311aa5b3387f9d0a6cae7e 1.55 MB 3,370 5
896,573 896,573 000000000000000000019f8c4ef6d1e3151b601ae4af439b4c3cc675f967e994 1.15 MB 640 2
896,572 896,572 00000000000000000001f3e66cebbe431cf12dbe2194f82df4b33136ca4ce34c 1.52 MB 2,954 3
896,571 896,571 00000000000000000000590a003bdc8f1ea81a832af03e0d3c3d10b8a303dadd 1.70 MB 3,179 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.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.