Memory Pool Memory Pool Refreshing

8,863 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,151 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (101,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
806,444 806,444 00000000000000000004df4f60c945c36e8a97b5f28d7f9aa5cf16220a55a4d0 1.54 MB 3,849 24
806,443 806,443 00000000000000000004806456856ba959bda6509e1dd984e19abfe8dcc340d6 1.73 MB 6,725 17
806,442 806,442 00000000000000000003ed805316c93fcbf7b9db944790acbf3925402c6ecc2c 1.57 MB 2,803 21
806,441 806,441 0000000000000000000068bc6e1fe70c35247dadec385c0e60879d31ca68ba0f 1.56 MB 3,250 29
806,440 806,440 000000000000000000019de8fb95619913818e04bc4b44c29419a64a898843d0 1.55 MB 5,899 16
806,439 806,439 000000000000000000007100d58b943db7c7a252bcafbd7e0efc238a933e1721 1.54 MB 3,328 19
806,438 806,438 000000000000000000035a5bc7c0c4c8d7cfbb2b61107ffaecf18c6299a07284 1.47 MB 2,151 20
806,437 806,437 00000000000000000001dcbe4dd037f1527368b796a1ff2124aeb38b15f2ddd5 1.52 MB 3,385 27
806,436 806,436 00000000000000000000283403ebbfb2b3748a90edf7096596204bd147351dfa 1.47 MB 2,404 23
806,435 806,435 0000000000000000000264ea9df32a36b9f7832e861078ecc414be590e6184cc 1.70 MB 4,763 18
806,434 806,434 000000000000000000050588eff92fd24221c86e29c18d7395758924866f7ded 1.64 MB 4,345 23
806,433 806,433 000000000000000000048f112d5a4f9db47a4ebde2ebe8a0e4b6add95b262472 1.40 MB 3,343 19
806,432 806,432 00000000000000000000ee2963f593c20f8910310ae74c4e4507381c93d4f883 1.59 MB 4,513 19
806,431 806,431 0000000000000000000424dcb506645c9b88f5da3b0dba4eb8deddc7f6b36e3b 1.59 MB 4,633 19
806,430 806,430 00000000000000000000f815af6439f2055cc587f20962321739d0c7f6be108a 1.58 MB 4,457 21
806,429 806,429 000000000000000000044ec6bd37c9b1890b4ae8dfed5e65b4cc5d518b0aa8ca 0.00 MB 1 0
806,428 806,428 0000000000000000000520108c99f65ce672c381aa25912b2a9be2e9dc1cdcbf 1.69 MB 4,870 20
806,427 806,427 00000000000000000003e8465d55741955a442db3331cdc09cea080332f84df9 1.36 MB 2,142 21
806,426 806,426 00000000000000000002090de0f6979b15668a00fd7fb456010a8919f67d5f8e 1.56 MB 4,457 19
806,425 806,425 000000000000000000005212720b988bb469501cd20bb93ed25e8ff48002b95c 1.66 MB 6,844 17
806,424 806,424 0000000000000000000281e6b29f1636910b2ec5c03f7577a16ecb1eb64c34a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,621.34 GB sent, 92.91 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.