Memory Pool Memory Pool Refreshing

7,446 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (845,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,065 63,065 000000000cf7e61496fc5fc7e5815e3fff379174205db41957a62982fe0ec802 0.00 MB 6 0
63,064 63,064 000000000220bb00e0906070d858071808407df7c88f5ff27f8b555494a2a8e7 0.00 MB 2 0
63,063 63,063 000000000033b057ff020448be85eb760a04aa8a219d25a75924c2ef52b52de8 0.00 MB 1 0
63,062 63,062 00000000028e0dd43e270131593b486416483d4fb40519843a03d50d2de0a407 0.00 MB 3 0
63,061 63,061 0000000007768660c4d22865521ca8340ef11f8765a1a6bf95755e23e3435c1d 0.00 MB 2 0
63,060 63,060 000000000b6c98adf6e713dd26aacfed8827f8a76f2c579c402871f557279cb8 0.00 MB 2 0
63,059 63,059 0000000007565adea744eae4ca8a14daeddf4a1d1d85fc6c1695905a178d91bc 0.00 MB 2 0
63,058 63,058 0000000006542176dbb10d499400bdfdb6ec71fbf35bffd56dc827027f50489c 0.00 MB 2 0
63,057 63,057 000000000a9a33e7d0e86adf4d23ac731d04265e3522e0b1e5a235e1aa961705 0.00 MB 1 0
63,056 63,056 000000000c2f87f2f72fa8b625a13c414a6d6b7b5a9223f79037cbed05c9c5fb 0.00 MB 2 0
63,055 63,055 00000000061689b28a3a2aa7c96b64d1b4c9f794987c6c2f938bffb24ca41403 0.00 MB 3 0
63,054 63,054 0000000003068ccd9a75efa8317142bcc38441d91301182f6dbed8269f24f93e 0.00 MB 2 0
63,053 63,053 0000000001383965fa70ed28a352a1f01a2b4a3e1fb175ff5e9328d58736e01a 0.00 MB 1 0
63,052 63,052 00000000039cd7b662b48046878057dcbec46f5002acc12d7cbfa9c66ed22d2d 0.00 MB 1 0
63,051 63,051 0000000006e243396fa875e88e26589274f9bb137377ebc48b29561541180312 0.00 MB 1 0
63,050 63,050 000000000190026614e1063114402fe1065076f9cdd49a9ad91795b4e105f36d 0.00 MB 2 0
63,049 63,049 000000000d17f6cd0f976db06b9b21bf8c3f160093557f46707c49834c312d50 0.00 MB 1 0
63,048 63,048 0000000000004b0e41a07353bbc38b644df42c26cb819e94c381a5783a281f46 0.00 MB 1 0
63,047 63,047 000000000abcb4a842399df730218521d04ed6810b1755a08526b86de3a9f250 0.00 MB 1 0
63,046 63,046 0000000001734c56e8e8400c4e3028e3527b319ac15efb2ac1810ac25cf7b637 0.00 MB 1 0
63,045 63,045 00000000044551e389267085ff29d2e2cce2d6dac8fbc86faa2e914fcdea6622 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.