Memory Pool Memory Pool Refreshing

4,409 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (778,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,882 128,882 00000000000017d33ca70af81ce4e8884f425780a97b06600c98c03461ce3ae2 0.01 MB 15 914
128,881 128,881 0000000000000e7d60b9598f342b59034d6b46b5b52ca2d805d49f5588a4f703 0.00 MB 19 224
128,880 128,880 0000000000001869fe2573a17e411e294a4e86fce04ac34d16f63ed357520766 0.01 MB 15 485
128,879 128,879 0000000000001ac9b6943ef67d126a192ad9e62b64b28bc033d905c2db989954 0.02 MB 32 725
128,878 128,878 0000000000001b66e674bb2a6629fa6980a96c86ab53272712c94cb5e93286a5 0.02 MB 30 645
128,877 128,877 0000000000001b0cdd997eb66cf1a87349646de2efa51542d175da3ce4955e9e 0.01 MB 20 376
128,876 128,876 0000000000000a37ca0e6cb12cbe35245b1ff1feaab5564ad35664b259998e2d 0.00 MB 10 857
128,875 128,875 0000000000000f437ad21f237bc5c5185b2dc94f47ca94ffa13c9511f6620607 0.00 MB 14 1,041
128,874 128,874 0000000000001ed6a67d90b5647258d30106776040b164ae124515b4193e2d72 0.02 MB 17 870
128,873 128,873 000000000000079ad306d27025b7f02d165a6a556c30c458663efd8d3d1d248e 0.01 MB 39 243
128,872 128,872 0000000000001aaf0b0eb4acfb81820223a06f6c59b64e7c5aa438fca9e41cec 0.00 MB 14 655
128,871 128,871 0000000000000cc0d441bd385684158aa4f3eecd62f26be3cd156ab82be44ea5 0.01 MB 37 620
128,870 128,870 000000000000086adc30c5b21147f54d2480e4364303ef1d6bd80714ea586f21 0.01 MB 31 890
128,869 128,869 0000000000001431b53b3401414ca9c344881109fa2fbfaa26940a87fa1b6f7b 0.01 MB 23 925
128,868 128,868 00000000000019b0cb18557d921b3dbad6aa680905172f5075f2a94678bd28ba 0.01 MB 10 348
128,867 128,867 000000000000263365e9d8460e74358c432cded3901c893c9f77ebb44e91263a 0.00 MB 3 0
128,866 128,866 0000000000001ba16e41416effec6c9dda26beeb8c20b8bde9d357833741af3e 0.02 MB 81 175
128,865 128,865 0000000000000b26d6e21d140e4cd71ae75a6e893cc032be6956ee51c01d9c2a 0.01 MB 26 1,122
128,864 128,864 00000000000007140634d971b2e60b97907c614e623e5b09c34b42c3fc739556 0.01 MB 48 442
128,863 128,863 0000000000001afcafc9b97638d7ad8ff28b9237148b5ba01d08532f0d327ed5 0.03 MB 65 709
128,862 128,862 0000000000002363513aa896daab5a660010564cd0e10d106f204004cc222379 0.00 MB 4 2,745
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.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.