Memory Pool Memory Pool Refreshing

2,087 transactions
11.23 vMB
Show Random Selection Loading Transactions
Max Size: 46/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
908,341 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 1,964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,340 (896,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,668 11,668 0000000051fc72f3071d3c02a90fdbbeddfd32f8b579078cfc796b4fdf4f6966 0.00 MB 1 0
11,667 11,667 00000000e879b8d8ee6e0475f527ba8403e692f7e699db96b329641df63fecd9 0.00 MB 1 0
11,666 11,666 000000008cded592d937eac078e7a28b488a3e5ce398f16a906e809589b096bc 0.01 MB 2 0
11,665 11,665 00000000ad9efb614192cac4c296ba8ca847968358129d090b4770208d6f6055 0.00 MB 1 0
11,664 11,664 00000000dd4f59b636f7967b0f7c657d3911e6c3f9aad0ab274648c0271b8357 0.00 MB 1 0
11,663 11,663 000000005d47c6178d04e068551b46110e0132873d0e7e8840bf3557b5a81ef3 0.00 MB 1 0
11,662 11,662 00000000eff0e51932cd9899042c266616ef396f929803f4e7e1019af19f4714 0.00 MB 1 0
11,661 11,661 0000000001bc7d2cae2e36dd8d02db8a732cbb7126d7f25bea2fd08862171eed 0.00 MB 1 0
11,660 11,660 000000003d67d27245810447bef2a938d6cdc9c7a969e1fe97aed6a281b09706 0.00 MB 1 0
11,659 11,659 00000000b344b3af1e18b760a06cfde3b2edaee7d437efa6e0bb5c41eb53485c 0.00 MB 1 0
11,658 11,658 000000009e145542a07923498576b0cfb94a70cf25e361f71b049d07bf8e78ff 0.00 MB 1 0
11,657 11,657 00000000288d02dd4850a3c5085e678e464372a8fd2b5e8560b4f930838e642b 0.00 MB 1 0
11,656 11,656 000000000483d9aeefcdaf388c043d0ca9f985f83d34584379ecca028b878b39 0.00 MB 1 0
11,655 11,655 0000000016741d723c5d9b305d543c66180167ffff875cdaa3f492f49c8ff192 0.00 MB 1 0
11,654 11,654 000000001f32cf0641584703dff42b75dda224d7690857f6728ff4b3d8ade483 0.00 MB 1 0
11,653 11,653 000000005455967f4a8e1ae38c49726edd6179313ac7283274377857181c945a 0.00 MB 1 0
11,652 11,652 0000000026b20661054137e2149868ff082b65325dcaf252586c6e7c99350e00 0.00 MB 1 0
11,651 11,651 0000000091b8c3dc72494ce952fb60b7f374ea91294189fe48fee1a2757cf565 0.00 MB 1 0
11,650 11,650 00000000db1b528f6b80321de0c7cbe097f777c1cab21a16d5b5ca2c3f9c87ee 0.00 MB 1 0
11,649 11,649 0000000097d62ee4359a2fcc064750abfb8d38edfc2ee99529ad92fa0157691c 0.00 MB 1 0
11,648 11,648 0000000022e49d49a176a41217092bc47c4066ff3e52074bfbd52dc6688ed32f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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,701.76 GB sent, 98.77 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.