Memory Pool Memory Pool Refreshing

5,986 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (652,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,502 255,502 00000000000000167d4b7e57600916f0f13b8eb61c91b3025bfcecfdd4d5edb5 0.11 MB 265 158
255,501 255,501 000000000000001444038873bb6f51dab3a9035eca5000a4acbbb2eec061b609 0.14 MB 307 133
255,500 255,500 000000000000002e05037b624caabaf38732cb09f8019b5d637180dc54e3205f 0.22 MB 555 133
255,499 255,499 000000000000000230c60a513734a984adfdc87cbe279f2432c5ee6b3543a724 0.21 MB 445 145
255,498 255,498 0000000000000018042a0d390dd5d4c804d10939791296b41465f349c8dfb1fc 0.13 MB 298 135
255,497 255,497 000000000000001b9dab03a1de1f5f436d5d3ea73166ac104904369e264ca01d 0.13 MB 278 72
255,496 255,496 0000000000000031cfe2d9d7e30e7edba9bb9d48822114f3d0ec91987bdc9237 0.15 MB 389 165
255,495 255,495 0000000000000003787f2bc59c610c422834b840b13798e555bf0c8fb75adecc 0.11 MB 196 123
255,494 255,494 0000000000000022bc3eb66e7b30cad0d3c54cf6936921902eb806f083b648e2 0.22 MB 413 109
255,493 255,493 000000000000003426cd7b709ef3e91e2dd9a3237b4ad8137bfdac4271a0830a 0.09 MB 112 113
255,492 255,492 00000000000000114c2ae7891cdd4fd86691a2d62feb2d1780732ae5ce767824 0.01 MB 22 136
255,491 255,491 000000000000002b499e79a8029eea48a993ef0c768de03bec486d6c3d770edf 0.14 MB 280 100
255,490 255,490 0000000000000016fa159d97e6556029b9dde43f85b43d4e98a597c56917a5e0 0.03 MB 64 6
255,489 255,489 0000000000000028ed1e8248c6d9bfbe683bf015f5e977b01715243aae67b2d8 0.25 MB 641 134
255,488 255,488 0000000000000040fc20f500cda7d290f023cf265d37cca3864dd7955b44f12e 0.17 MB 390 140
255,487 255,487 000000000000000246ec378e6605df89707ddfb0a898737bfba49d1f357d8a3e 0.01 MB 43 116
255,486 255,486 000000000000003ebbee7a8d5d971e0757675979aecaed6d4bb51e9cd68e58e4 0.00 MB 8 211
255,485 255,485 000000000000003f725e25872c5b998ddc0391bb67fd27afbdab54258b1ff541 0.10 MB 223 141
255,484 255,484 000000000000001f2c1efa0331f59881711d6383bccc4e69cb2038d15ffaed1b 0.12 MB 291 134
255,483 255,483 0000000000000038a65d29d970505524345fe8c7bd6e58cd18f447f25a8298dd 0.12 MB 279 142
255,482 255,482 000000000000002fed14dc1f909a6fbe2bf51de3fc88189f8f1cdb8bbaf52010 0.13 MB 284 120
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.