Memory Pool Memory Pool Refreshing

4,434 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (446,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,360 461,360 000000000000000000e068c24c246221c2fa704612576240e395bf0ec04331f4 1.00 MB 816 58
461,359 461,359 0000000000000000021c203a751ee8d09359f371482f6f03d7ddbc43edff806c 1.00 MB 1,486 76
461,358 461,358 0000000000000000015198b17b9f0781b7aad77c086ec65aea2c5c005aabf829 1.00 MB 1,873 122
461,357 461,357 0000000000000000008e4b2586df963d86ec9d1377a5ea22c05999655cf7f4ea 1.00 MB 1,220 109
461,356 461,356 0000000000000000001635154cfe98235985abd11879b301aba9fe3bec2f0c9f 1.00 MB 1,178 82
461,355 461,355 00000000000000000209ab0b831aa62af0e973912916f48b89e8a3bb1572e505 0.99 MB 2,035 144
461,354 461,354 000000000000000000a8f27a5070a38115d79602c80eabbb2e6174a962795587 1.00 MB 1,258 94
461,353 461,353 00000000000000000180af165e59679f73247ead898b100ad33103c69660ba6e 1.00 MB 1,999 116
461,352 461,352 000000000000000001718130e4e014067a22c831ec6223ad165301b4bce79216 1.00 MB 1,426 118
461,351 461,351 000000000000000000b731115e1ca9c3b4c6191346453264fab413736da0ebce 1.00 MB 1,262 120
461,350 461,350 000000000000000001b89dd6d0ddb3c0103ed82073c4487859317767f823ed2f 1.00 MB 2,201 142
461,349 461,349 0000000000000000005ef4210fe6d7e39ea42b191c4c9884485fa09bfa403b51 1.00 MB 2,343 160
461,348 461,348 0000000000000000005e8209e2499d5fdbb9a4de471b5c982174d79df1b4f48d 1.00 MB 1,542 118
461,347 461,347 0000000000000000005b670615d76b95c2b69341d19a68f53d7b9f146868cb74 1.00 MB 1,910 138
461,346 461,346 0000000000000000012e33646db9d5ce4d6c94e3ff7f0da2bcdc626f914b866c 1.00 MB 1,717 138
461,345 461,345 000000000000000000fb8c307b03bbf58a3b916ea70ab7603fc9c374808532bb 1.00 MB 1,942 130
461,344 461,344 00000000000000000081dd0f826d8311efff5b65369899d2660f68f073c47503 1.00 MB 2,036 185
461,343 461,343 0000000000000000002124304f96debeff928b395feb80c9d726c6be31c8d46d 0.99 MB 2,304 126
461,342 461,342 00000000000000000220f274e706b3a58710f1daf440116f8a3e56f4deb96215 1.00 MB 1,481 151
461,341 461,341 00000000000000000172071d3bb2dddeba52482b949543dbc589a5c6f10b2cc1 1.00 MB 2,111 189
461,340 461,340 00000000000000000082c025660a0845bec9d64a4162708c44a81bdc0e8ef3fc 1.00 MB 2,150 132
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.