Memory Pool Memory Pool Refreshing

6,367 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,297 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (11,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,447 896,447 000000000000000000016c6f12faa8a6874231f4a196bb5b192dcb56ffc0fc2e 1.33 MB 2,167 4
896,446 896,446 00000000000000000001d02238cda10fedabf2a06478dcfcda0919e88772500e 1.63 MB 3,586 9
896,445 896,445 0000000000000000000148f7979b1e32a49f79612cb842b4cd3c8b6c61b3345e 1.70 MB 3,206 15
896,444 896,444 00000000000000000001e6fe323321f126b6abed7d5cd44628d2d954e5af08b8 1.65 MB 3,526 12
896,443 896,443 000000000000000000022696786a42a5f18482e83f999c40e4b3ae2ca2fa3409 1.67 MB 3,606 16
896,442 896,442 000000000000000000016cb4cb74527f0ebd4706d903372e4ff093cc5f680f8a 1.66 MB 3,338 11
896,441 896,441 00000000000000000000521454ddefd12a1be8bb26147f18745094402dabc998 1.61 MB 3,936 20
896,440 896,440 0000000000000000000209e802d78c6e4122f99ff2e9a8f677898b8065608427 1.59 MB 3,783 27
896,439 896,439 00000000000000000001f639940e661e14db023a0e4d054aa8ef7c3ff7c66ef4 1.68 MB 3,633 27
896,438 896,438 0000000000000000000254edc94ca12d07a799c71b7d88aae8b57ad368a50065 1.62 MB 3,446 12
896,437 896,437 000000000000000000020f4edda4f3360a96d80c49e2c8590dadd02f8808a432 1.57 MB 3,892 35
896,436 896,436 00000000000000000001393eb24b0e65e9947c48b6eafd23ecbcde95308da5e9 1.63 MB 4,021 21
896,435 896,435 00000000000000000000170b7336108ff2e1436f39d40230fcbfc2d340c4fe8d 1.57 MB 3,632 42
896,434 896,434 00000000000000000001e9b25facaa4ab6a829ff8ab46569002e527c8ada0d99 1.58 MB 4,165 32
896,433 896,433 00000000000000000001351ecd205e6a7e0f50eb3333acdd9f38ca0cbe1fcb04 1.48 MB 4,408 15
896,432 896,432 00000000000000000001b86d4bb699baeaf7985662ad7a391fd6befdd878ee67 1.51 MB 4,334 24
896,431 896,431 000000000000000000019550653da65cbf7042ed111d35651d74147f175e8f0b 1.54 MB 4,493 28
896,430 896,430 00000000000000000001b6216d0339144356dae020143d3eb8960537c2a2cb92 1.54 MB 4,399 30
896,429 896,429 000000000000000000012b8b89f5aba028d2562a6c07a4f484a4c2855995ab6b 1.58 MB 4,340 30
896,428 896,428 00000000000000000000ac106a2476cb798642cafe89eb025ff9b096baaaf994 1.48 MB 5,096 36
896,427 896,427 00000000000000000001b590aaee809d84d17821ebb925d2b144043ea21a4d65 1.52 MB 4,698 32
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.