Memory Pool Memory Pool Refreshing

2,222 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 2,222 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (627,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,580 280,580 0000000000000001b3135e5a470414b4e11d736adc03e5a76479b2aef1fc4c6a 0.03 MB 114 50
280,579 280,579 0000000000000000c811512b7ccff1ceddb843b6c55c6d5b657607c2c93e5d0f 0.03 MB 112 89
280,578 280,578 00000000000000015bd97435771fc11b7b541da5441c82e50c4dad8c387d04cd 0.03 MB 89 155
280,577 280,577 0000000000000000c54e45114a569b721d7c5950669d48ab7b9b67a84c6ffc0c 0.32 MB 160 14
280,576 280,576 0000000000000001927640143917d654dd4a9f0e46c12da70583e1381bc5d65a 0.01 MB 28 32
280,575 280,575 0000000000000000698f14c6d580827a79949abc65d9dd14874a462af502fa08 0.02 MB 40 18
280,574 280,574 0000000000000002169f7273d182416c849b93bd57f0ad12c4c762ff1aef7117 0.14 MB 346 58
280,573 280,573 00000000000000019bcd5b57a2059fc4bf8381561fa8170252872d8dd9d39354 0.18 MB 386 43
280,572 280,572 000000000000000139286ef95d5e9ddc225e3ae826ecfd0644ca43d9e478117a 0.19 MB 369 51
280,571 280,571 0000000000000001a27b01add0a6b8a41acdd231b5631adcd10e297ff922ee55 0.12 MB 208 29
280,570 280,570 0000000000000000dcb207679908a76ca681c66f61ebaa581da2597db68534d2 0.03 MB 97 64
280,569 280,569 00000000000000020612828037cb99ea5e21cdeae28ee1d7b69f56da9ffee3ff 0.05 MB 114 74
280,568 280,568 00000000000000016deff289f15e35bbb34998fbbf6601ea682e18e919e8a1e5 0.23 MB 427 48
280,567 280,567 0000000000000000eb1021a8cc86de0abb138b5760da3a08fb9065dfdbfce29f 0.25 MB 502 31
280,566 280,566 0000000000000001a08e248868eb9d0d73846b2dd71183a22c5f9c2c7343a1c5 0.03 MB 90 191
280,565 280,565 000000000000000108940dfe7ca230be5fa5127f71f564b8b2ecb7cc583404b9 0.03 MB 99 92
280,564 280,564 00000000000000013c2ccc706a7a23983f8183c2b77b18e0b6dd7466a9ad7ffe 0.12 MB 278 36
280,563 280,563 00000000000000003a39d4f9232a0eb498b622a02e0125243dbd8634f68c048e 0.55 MB 1,263 49
280,562 280,562 00000000000000011a15893357f01200106c5842fbb7b05088dac9167b7f1ae8 0.18 MB 407 61
280,561 280,561 0000000000000000f746c739d4252ac46cbeb765856ae839089aa8ab82851dd4 0.06 MB 116 22
280,560 280,560 00000000000000023af5a51d7e5990978e924192c49287bf724466107bc10e4a 0.32 MB 635 30
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.