Memory Pool Memory Pool Refreshing

10,192 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/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 ago 1.00 vMB 3,120 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (441,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,170 466,170 000000000000000001558522e383556c58d9111cbde4854ab19b857014b3eb74 1.00 MB 3,095 155
466,169 466,169 0000000000000000007019ddd40973cca8f79ac551b006f3d076f24358de22fd 1.00 MB 1,473 103
466,168 466,168 0000000000000000006c57b2c2a260cb2e121d5240e836f2d468e7515113188b 1.00 MB 3,057 175
466,167 466,167 000000000000000000768f173e91d1b79557e43f8d31030261cb7716faf7dcba 1.00 MB 2,483 159
466,166 466,166 00000000000000000175adced6992a377690849561878565b13a3a324b19ac7a 1.00 MB 2,789 165
466,165 466,165 0000000000000000012022ce228b7a4427990800fa50d157bbb3eabb4efb687c 1.00 MB 1,973 231
466,164 466,164 000000000000000001c85b06e0004fc5efd97970c69965312eb78147a97d94c9 1.00 MB 2,404 248
466,163 466,163 0000000000000000019e8faaad24594e104562c13d181d30bbfe195142a2cd7f 1.00 MB 2,579 134
466,162 466,162 000000000000000000bab1e5accb2b167060dbfa4f6258ff9ed8b0c9321a07f3 1.00 MB 2,330 168
466,161 466,161 0000000000000000002036b6ed3ace236975f667bd2789447e5c81df683a0e1a 1.00 MB 1,789 167
466,160 466,160 000000000000000001825fca18cfb03734c112ba56c96409d33697ba6979399e 1.00 MB 3,424 180
466,159 466,159 000000000000000001bf69fa9b273d66c3f5e415875c07dc161f34c31fe1cea2 1.00 MB 2,929 204
466,158 466,158 0000000000000000014cd9390cdacbd5b19b61d2f5ee76fcc78b99fd27ee01f8 1.00 MB 1,886 170
466,157 466,157 000000000000000001455c7b5f9e37357bbf026c5d4ec36bfee1be5e4deaa512 1.00 MB 2,433 205
466,156 466,156 000000000000000000b41d4698759a595b19aef8eee2e7645d9913d50a1b654d 1.00 MB 2,029 230
466,155 466,155 0000000000000000009a807bfe80ac900823997597341d6a713bdf9946f49f26 1.00 MB 2,091 205
466,154 466,154 0000000000000000011efcc41a98e26b52029432348f1dbbcf0a0f25f9264413 1.00 MB 2,453 215
466,153 466,153 00000000000000000036a6b133f696beb20c913d934bcda7b3e6fd2cf9636171 1.00 MB 2,727 244
466,152 466,152 000000000000000001d6780789520fd2611f4c5a8c029031ae2355f3a198d384 1.00 MB 1,744 196
466,151 466,151 00000000000000000168074f2139c832622a8cffa428a764a0a6308022a97bf0 1.00 MB 2,624 291
466,150 466,150 000000000000000001cfb77a1a792497664d8ed12058f52c55214abad07e1724 1.00 MB 3,189 122
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.71 GB sent, 93.04 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.