Memory Pool Memory Pool Refreshing

2,082 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,011 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,070 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (755,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,598 152,598 0000000000000d477f34036cc0977d8e63d9a0b60198416dda0893cf3fd4a29f 0.01 MB 23 211
152,597 152,597 0000000000000a78d74ad9e53fcb60c06b1a9ea3c3473131dcd9813de5f66d98 0.01 MB 14 236
152,596 152,596 0000000000000146bac97ddc0d0faa30f4a2847fecd6dd5a5a87bb4e4f808704 0.01 MB 29 40
152,595 152,595 0000000000000542d7962fc05f7843d1e3c31805c3bc5bb80688169fdede8ae5 0.01 MB 19 101
152,594 152,594 000000000000018d2ee6075622443a35082d78fa61f9dfe7f1fa9760e3681a90 0.02 MB 39 128
152,593 152,593 0000000000000737bd972268c0dcbdf915fd3153782eb968075fa29db4bb7522 0.03 MB 43 117
152,592 152,592 000000000000013c75a806035e1f6969c1f9bdf8f89c75be022dae732db3f509 0.03 MB 27 98
152,591 152,591 0000000000000b9a2780de8afa22e10975edc9253c3e941b430ffefc2977b29b 0.00 MB 12 348
152,590 152,590 0000000000000a763957790cd379c0f3c6d414e4e006a6eec1599a76f7b5dbde 0.02 MB 31 57
152,589 152,589 000000000000018b1b2c3bdbf5db44077053eeb2497f80d48bb7e0090a7608c9 0.02 MB 40 14
152,588 152,588 0000000000000be976ecb2bdbf21c6f8b098999d18b2877c5989fd159bbafc45 0.04 MB 98 75
152,587 152,587 000000000000059f8624d67008016659f2487c810dc405ff072127eb508b0e4d 0.01 MB 23 368
152,586 152,586 00000000000002fc2ee4320de66346ba85ca2216ecf764b3e6a495567ba918be 0.00 MB 13 0
152,585 152,585 0000000000000361a899a7177d4e028ccaad87e29f8652a21fdfbd4ce5372e41 0.01 MB 24 187
152,584 152,584 00000000000009ad3b4f854c1034d3944b2ffbb81e5660ac5ebb6e3696fa3754 0.02 MB 43 311
152,583 152,583 00000000000008aa643d8f47d182783d7e8efc7ae6c96a054a75fdea15145e15 0.03 MB 14 57
152,582 152,582 00000000000000a8385211f9b3681f01eb0a6730ec69f604b41fbdcd4e88f894 0.00 MB 13 41
152,581 152,581 0000000000000c6981e9ed564f9fb016a23e001464c6ce69ce63356e0a29b74d 0.00 MB 10 32
152,580 152,580 0000000000000a8823647788b38952fdf3939464fc5f846ce04566577ff472b7 0.02 MB 47 123
152,579 152,579 00000000000001db9c66c31292d62955a46c17429b96641d0ba58e15870baa47 0.04 MB 95 54
152,578 152,578 000000000000001c1d7410f61223d1cb97eaf6062008df0d9e6ec83fe90d2d52 0.05 MB 81 275
Previous 10 blocks ↓
Total Size: 769.57 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,649.52 GB sent, 95.77 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.