Memory Pool Memory Pool Refreshing

2,277 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,271 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,270 (894,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,087 14,087 00000000b4aa3c382b7cd1f7d962e80d166685965548544d6b9ac52789712511 0.00 MB 1 0
14,086 14,086 000000006e9a5470f8a8a8a4d8fecf08e62a5a8530add2d410ce379ff0325b9d 0.00 MB 1 0
14,085 14,085 00000000efbb7491d64373c457c63d00b49bc968905e1da5207ceed902040cf9 0.00 MB 1 0
14,084 14,084 0000000098f699d17638cc3b6aa53da1199f632f7a985494dbf1e6fbcaf9618f 0.00 MB 1 0
14,083 14,083 0000000041003c6105e3cc8b1fb57cedafc81fb548e18d8fbb02a3b85342d7bd 0.00 MB 1 0
14,082 14,082 0000000015c13d7f2eec20be1c30b54741556af83f06e83474888438f355c8a4 0.00 MB 1 0
14,081 14,081 000000007ab1800ddc053cd15f1ed70c11a55cea7aadf8887c880eff39e636d3 0.00 MB 1 0
14,080 14,080 000000002e706c14934ba940c8341afca266cabd1adda579fa3353060c8bff1f 0.00 MB 1 0
14,079 14,079 00000000636a4086fe97cef0eaa74067ee3b901308ccdf22ab63a775d8a5a8f1 0.00 MB 1 0
14,078 14,078 0000000042bfeb800095c55829c12fe4b08f91cd96fc247cd5c6a3bedebafb1f 0.00 MB 1 0
14,077 14,077 000000001358752f0ccb0f8f447cd5916a7f9316f86bc50ca15a24a642209a80 0.00 MB 1 0
14,076 14,076 00000000d151a72264ec69927ecdbb6793f820eb5c7a26df961b3c4fdea2a071 0.00 MB 1 0
14,075 14,075 00000000db5d29026b64eb79d7120e409eb9952653fa4b226341451c529d2f6c 0.00 MB 1 0
14,074 14,074 00000000abf2e8a092bfa80030a3992fb2058ff693f0ca1aba8007b34fcac845 0.00 MB 1 0
14,073 14,073 000000004e389a4a63724d4fa9d0f9a60f243b9525e260505de2137c65bd680f 0.00 MB 1 0
14,072 14,072 000000006db2a10078293ac204c5e617251293735f948525cc066b4033b0463f 0.00 MB 1 0
14,071 14,071 0000000003789a8b1d76d7e5e6ecca0a1f641e3fb0af14e0d908f753c958d4b2 0.00 MB 1 0
14,070 14,070 00000000b9187eb77c8fd677f2159ee71f20cd1daf857680faf5ccfb70ec2ef5 0.00 MB 1 0
14,069 14,069 00000000d65a7c571e2b046f28501d7159a3467587449c9620d2e73d8d62168f 0.00 MB 1 0
14,068 14,068 000000004c681e4b970a93c4a8c2e3854691a98955ed23a85367cbe881f5dbf2 0.00 MB 1 0
14,067 14,067 000000003beeddb2c86afa47a9e683aee3a4c7801fa50f6a4649c2ba1c84b723 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.11 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,691.56 GB sent, 98.13 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.