Memory Pool Memory Pool Refreshing

9,942 transactions
4.57 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (523,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
383,901 383,901 00000000000000000c6865df0895b8a6e4cc9350792a8b20ef86a0e7906ad89a 0.40 MB 1,109 53
383,900 383,900 0000000000000000019ec7f6052a91f75583bcef4678a19a7cc038db51951238 0.92 MB 2,124 42
383,899 383,899 00000000000000000f1586f2f1f2557af1305257e52c25759f7e0064b02d1c31 1.00 MB 2,740 42
383,898 383,898 0000000000000000061cf7932e8f539ac5c514ec87f872b4afc378df4d78f365 0.95 MB 1,043 20
383,897 383,897 00000000000000000998f9ed759967a7209ed8a771f553cc59ef4b222d811f3c 1.00 MB 2,095 29
383,896 383,896 0000000000000000056183cb640f1dc04500f358ffd7c86d4ea7e8133b53f54e 1.00 MB 2,166 40
383,895 383,895 00000000000000000eb87e4d2b1f6ef2b202c49a472e4ef269e38ef738d6c74e 0.00 MB 1 0
383,894 383,894 00000000000000000f2b2e4dd2023d40009e8d34fe164f2c91504e58407694b6 0.75 MB 751 21
383,893 383,893 00000000000000000ed422de3071e4f67964981554741065468aa4ee0b2f78a4 0.75 MB 2,056 43
383,892 383,892 000000000000000004bbad611d99b24bf2a288033c23669cb46f593813d33d26 0.78 MB 1,793 29
383,891 383,891 0000000000000000092d4046d8837153364ce33241ed8e2e50c9146f1506da49 0.95 MB 124 3
383,890 383,890 00000000000000000d66ba63f1829f8a3c7e7e0858eac6e5c58b827aba5bac12 0.95 MB 2,550 61
383,889 383,889 00000000000000000d84bfc2c78cacc27c345af38822848f00d9683f911af6b6 0.93 MB 206 84
383,888 383,888 00000000000000000129acf0e3880a554e94d802db57c21ae7275de68da9d9c5 1.00 MB 237 94
383,887 383,887 00000000000000000cd6903664ef38af13465a5d39a40ed54b8c7b4ea11662b9 0.05 MB 62 33
383,886 383,886 0000000000000000092bec068dab9f9171ae3c5816ed85e7be9f7fba87f51c63 0.00 MB 1 0
383,885 383,885 0000000000000000038184b361558f7065e10697703c09d4b46480b6625adf78 0.27 MB 542 26
383,884 383,884 0000000000000000039288d1e98a60de44563a4dda6409fb38ae02aa1590330d 0.98 MB 1,092 11
383,883 383,883 0000000000000000003b3b99a10d24c4bbfd0bcaea024413e0e183297968fadc 1.00 MB 2,438 40
383,882 383,882 0000000000000000079687dbab80835c01ad9279685e69f4295558092a24bd1e 0.99 MB 1,477 24
383,881 383,881 00000000000000000ab7740e0a9220dcd9185c3216761cf516422b256ae5c48b 0.93 MB 2,384 42
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.67 GB sent, 93.04 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.