Memory Pool Memory Pool Refreshing

9,042 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (665,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,747 241,747 00000000000000f15cae7349b16262a97747e67651085762bb156fbd39d83d09 0.08 MB 164 123
241,746 241,746 000000000000005be92bd316a343bb63cbf95b0e5e4aa6f6d1547cd19ae52b75 0.04 MB 65 21
241,745 241,745 00000000000000d63be7298d7fab28efdd14c3c1cc054adba02de1f2686be1b3 0.15 MB 379 195
241,744 241,744 00000000000000241000f2447a211049409a052373dbb4ade295f6b495588d51 0.10 MB 234 187
241,743 241,743 00000000000000e6e51aa4570684f0f2f350ec5a4b065f15c9f40e46f4be8f41 0.10 MB 162 118
241,742 241,742 000000000000005e1ad1a49c76d4d34396fff93534bfe5485025ba60570ad1db 0.09 MB 202 124
241,741 241,741 00000000000000b6203819f2d95cef72b95d0398bbf117ecda9ab02e1f827172 0.10 MB 242 112
241,740 241,740 00000000000000ae97a0f5a9503b86176404e2c4f54374a489e7518a21b04edb 0.16 MB 355 157
241,739 241,739 0000000000000042d7dae01f5c070a3c1b83f6306d31518da9accaf0cd28f6fe 0.09 MB 228 120
241,738 241,738 0000000000000022cbdf8accd772c0e56beb03f3b221fcb20e2f957562b56587 0.01 MB 20 88
241,737 241,737 00000000000000483d57958424c9fd52a8a0b14b50882ec0b38e4b47beef3288 0.04 MB 75 121
241,736 241,736 00000000000000423b8f5cd5eabf44c61b2969dbdfdfa2823f3255b1462e2cf0 0.03 MB 80 144
241,735 241,735 00000000000000774869f6c167c272322f6edac4ba31d5a2e8779fd7f70746c0 0.02 MB 45 105
241,734 241,734 000000000000008c469b10deb639020d4a840c267df9b0601c235e446176f88e 0.03 MB 58 105
241,733 241,733 00000000000000070032f879bf0b38ab62768788eec46d3388af28d746f8c928 0.02 MB 30 80
241,732 241,732 000000000000002c166a59da545785141a7aa2a495c5a20c163f3a684442193b 0.07 MB 156 143
241,731 241,731 000000000000006c954ac7c642fc2221be782f22c766cd54774eb934506b9987 0.06 MB 131 125
241,730 241,730 00000000000000990d28db8733c2be45cf177c4ba13619d46e3a7563baa10f66 0.03 MB 73 143
241,729 241,729 000000000000002445957f394a837a5ae0b7de72bc9269a5ea32846999834ffc 0.03 MB 54 95
241,728 241,728 000000000000000222b2a4c302e12f2aa2d252718b155bc81e675d80867b0ba0 0.10 MB 228 140
241,727 241,727 00000000000000011aa9f2ba6503f32aed0533a3e7c83a3be67b4e645d2d58da 0.22 MB 429 120
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.