Memory Pool Memory Pool Refreshing

4,742 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (497,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
410,171 410,171 0000000000000000055ec969644474920d4516ef5e82f5f710a1fd36b646fc02 0.72 MB 642 15
410,170 410,170 0000000000000000003bfeed018adce084b0407b88dc876faa2c0ea9becf0725 1.00 MB 2,402 47
410,169 410,169 0000000000000000026915f5111f42739c4b58994cacfe865e897b08ad96159e 1.00 MB 2,141 48
410,168 410,168 0000000000000000011298496ecaf0cf3bb820ada288743047d1dd76ee4ebf73 1.00 MB 2,545 54
410,167 410,167 0000000000000000044ce0cab822d8ec74e1bcb0cab8145564a74ca7e9b9533e 1.00 MB 2,090 40
410,166 410,166 000000000000000003d0eef12942c62865dde99311c0d05742cd62ef33807cc0 1.00 MB 3,098 71
410,165 410,165 000000000000000005b865738a80b2d58547da1c862b90140cc087845e3eebc5 1.00 MB 2,024 41
410,164 410,164 000000000000000005dfb371ed5b6eafeecbf0ce08769365a317e4defd9da463 1.00 MB 2,691 69
410,163 410,163 000000000000000003fc0be9d7d776c4e4968d6adc71b9b638770e5bd0d912d8 1.00 MB 2,351 40
410,162 410,162 0000000000000000001c589169d263d06d01ce2b7e7fe59fc14f0734675cec8a 1.00 MB 1,811 37
410,161 410,161 0000000000000000057c0a5f3d88fdef3d77961a08cd65be8ce2d85f7fd30a10 0.93 MB 2,170 42
410,160 410,160 0000000000000000036c74308db9f5f685816c565a33c9ac57d772bc4ecd792f 0.45 MB 880 35
410,159 410,159 000000000000000003e034f8e8a2a0c1898f298c752f60802e98ba2455f1959f 0.25 MB 441 29
410,158 410,158 000000000000000000704eb600d3d801cd9c93ffdd45f6bcee3a6ad0b831c96c 0.67 MB 1,312 33
410,157 410,157 0000000000000000032b298cdedacadf4086a05485c82c1c08cb9c30cc548680 0.40 MB 696 38
410,156 410,156 000000000000000005759d68eeff7cfffb0961f43917be5768c713e89462e0a2 0.97 MB 1,243 25
410,155 410,155 000000000000000003b6bdb7c3dbdcd01567860774a7b665e4205aba965c324f 0.36 MB 427 46
410,154 410,154 00000000000000000230c3f19d376998b6fc06b5e7adebcdd5b5203e2aa958b5 0.97 MB 1,298 29
410,153 410,153 000000000000000001fcb315d44575dd03b8f57705de1ffbd3b8b09da52ea9a7 0.98 MB 1,159 25
410,152 410,152 0000000000000000056b10754da9df50e40cfc506084e0afebf41e380a46cc3b 0.99 MB 2,548 45
410,151 410,151 000000000000000000c51f8a749306d6472db6833bb6ebece2f03b7c9de25d1b 1.00 MB 397 6
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.