Memory Pool Memory Pool Refreshing

1,227 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,221 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (653,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,065 254,065 00000000000000191773a32ed0b7b5c709e37c5ae1a610ab3f7e12c479c5f8bd 0.03 MB 69 104
254,064 254,064 00000000000000333ed747132a8eb3dec7baccd3c799a3952917941aeb0719ab 0.13 MB 268 142
254,063 254,063 00000000000000130c79429f8c3b2fd1165236010b3398014fc41ea83f364b74 0.26 MB 499 127
254,062 254,062 0000000000000015d8f41cbf52635db8722a62290f73ca09aa1fe413dcc72af6 0.09 MB 164 114
254,061 254,061 000000000000001ec1f51ab2652ae84895515e2efd268e84f6d6e4b79327c03f 0.25 MB 563 142
254,060 254,060 000000000000002aba43c38a1376885f3a4a8172c91ee46044c29d32ba7ebdca 0.25 MB 625 118
254,059 254,059 00000000000000376b8ca586367759fcf1a8635bc2ea9057ddff1d2483ff8537 0.07 MB 155 133
254,058 254,058 000000000000001ada6ba6e07266de1e53c428f5e02e44c121c8ae2fdc378ba6 0.03 MB 64 15
254,057 254,057 00000000000000251169e4dd0501dc7da898d4bb7ac5b29d16276af5d396e594 0.09 MB 210 116
254,056 254,056 0000000000000001d22059deab0217ffa31b8688aae73548e6d9bf889ccef4a5 0.12 MB 208 120
254,055 254,055 0000000000000011aac0027737e29e228c10707bd08e4ebc1ee4d7e220dc7c3e 0.50 MB 789 82
254,054 254,054 00000000000000109e99e56084dd130163e1c3af518a43a595cf584b37500732 0.35 MB 939 146
254,053 254,053 000000000000000f741279ed8f9e4564344cecdb196edfe32f03383fb345e24d 0.25 MB 744 79
254,052 254,052 000000000000000a7d2db7bcde19f71f9f0357aabec2df007176e67efbacc778 0.25 MB 666 165
254,051 254,051 000000000000001b65ef1e20a12f23e1a471cae567b73bdf35b99006b082102a 0.12 MB 211 147
254,050 254,050 0000000000000010ae38f09737111d63ad891189d63b6d36f4d446a266db41f2 0.03 MB 54 29
254,049 254,049 0000000000000009d32c2da29d784c5569cf08afc3adcae2cb8f8aa717922617 0.25 MB 632 203
254,048 254,048 00000000000000286009b0df057321d535e72207ef9b7405404b57b80d441268 0.19 MB 484 140
254,047 254,047 00000000000000055d007e6a1979e38eb4a2c329f2848787bdc1fdf7e277fc87 0.01 MB 25 145
254,046 254,046 000000000000001d5b400ab78b5034a12a5dcfcd035a5c1bb3315874f57e6069 0.15 MB 343 181
254,045 254,045 000000000000001e3ceb952e391b30c7faa11e04f4eb42a798340c3817a3cdcf 0.04 MB 64 79
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.