Memory Pool Memory Pool Refreshing

3,231 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,231 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (7,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,080 900,080 00000000000000000001d269a1e28aecda33a51fb4e9707f44945c31a77ed7bd 1.66 MB 2,260 2
900,079 900,079 00000000000000000001c8a4867a0fc8529a20199748ee85e1398aa4954bb8a4 1.74 MB 3,571 4
900,078 900,078 00000000000000000000c47d792fc7419b4d18ac0478fe412a34f6f3636464e9 1.64 MB 3,317 7
900,077 900,077 00000000000000000001a71cc5371a47ac059cfab0b68b5d45bc517aa8091002 1.53 MB 1,932 3
900,076 900,076 00000000000000000001af4ef13458363d7059c02c2f997f34d55e8630eeb744 1.69 MB 4,074 5
900,075 900,075 0000000000000000000152855ee239c2637c24954d220cf639888b2d42676cd1 1.46 MB 3,714 8
900,074 900,074 00000000000000000000689e3e0db2fcb6f1246531ec6ceacc17fe2fe0682c28 1.33 MB 1,643 3
900,073 900,073 00000000000000000000f70fd9e6580c98cd20d07740cd41fdab3383b55ddaff 1.41 MB 1,651 3
900,072 900,072 000000000000000000012366e767ee042459c04aaa4b55678ada13f76d89832e 1.61 MB 3,748 6
900,071 900,071 000000000000000000014ef4563c2ea331bdb3518046adbe00c9d25d3fd14ce0 1.54 MB 2,255 3
900,070 900,070 0000000000000000000077f17f8c3a76c27c7e5018d736c5a1d7b48ef9bc05f9 1.62 MB 3,700 6
900,069 900,069 000000000000000000018ee9f6381f3ab8fc764ed1cf3581482a83489a53bda2 1.21 MB 934 2
900,068 900,068 00000000000000000000ca74bb29558fc0744ea3875cf3187c524a56d0fe8e0d 1.39 MB 2,054 3
900,067 900,067 000000000000000000010c9cfd2f6c3945e0a89412a731bca26e87e0b4f38250 1.58 MB 3,267 4
900,066 900,066 000000000000000000004b01f1f81f35daf82dc125a552d4b0fa8bcde931be90 1.32 MB 1,904 3
900,065 900,065 00000000000000000000dd9fbdc8e1cdb2ca8379366777a806af699e04477332 1.51 MB 3,833 4
900,064 900,064 0000000000000000000070437b32e954ed31f7fdc45c8493db620ab8acf5bb3b 1.56 MB 1,320 2
900,063 900,063 000000000000000000020b7c991fc66485a95c13864a10654e5632df1f588339 1.69 MB 2,974 4
900,062 900,062 0000000000000000000191a7fb67eb739f65ea136ac09b2a77f12391326ae4e4 1.59 MB 3,788 5
900,061 900,061 0000000000000000000188c912efa75cd3b72affd839421d94ec5c663d0908ba 1.83 MB 3,037 3
900,060 900,060 00000000000000000000a67f385ba98e7396759649ba761781bfb269e8d51a6f 1.62 MB 3,248 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.