Memory Pool Memory Pool Refreshing

4,145 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,074 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (74,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,287 833,287 00000000000000000003781f2c8087bc12ce9fdc7b28fac691a3f3392a3e6891 1.68 MB 3,089 57
833,286 833,286 00000000000000000000f4575b24ce5773f1ca92d96288e2f709bfcd4ad3c7d2 1.67 MB 2,652 60
833,285 833,285 00000000000000000000a9091a2262300338ef65d006e824c582a9c76afe3da0 1.65 MB 3,064 50
833,284 833,284 0000000000000000000123ceb0daf377a15f46ebb5499f5c8e34b19153ecf616 1.66 MB 2,799 96
833,283 833,283 00000000000000000002e83874eb1a6dad7bea48fd7d82cc299f1ade25f4092c 1.69 MB 2,633 37
833,282 833,282 0000000000000000000363bbfc40a0ecd700357842c1aef415e7d903c7bb0c3f 1.66 MB 3,064 47
833,281 833,281 0000000000000000000366afc795c985d670014f20fd9b5f3933677dbb40080c 1.63 MB 3,419 73
833,280 833,280 000000000000000000026f3ef53d1440176d2b0d0333710e997654ce3a524a58 1.56 MB 3,439 93
833,279 833,279 000000000000000000021824006f39c2a3f382a420b020db1b85f88258b1da1e 1.74 MB 3,338 43
833,278 833,278 00000000000000000001e9d390d618128039f0f5c32d73bfd5fd5fa4a73e90ce 1.66 MB 3,018 45
833,277 833,277 0000000000000000000072a8ae4851928c85f3712053e59b5240a6f00835e413 1.68 MB 3,060 72
833,276 833,276 00000000000000000001b6dc83a5c1c62a0f8bc9e66cceacc56cdbeeb62187fb 1.78 MB 2,199 25
833,275 833,275 00000000000000000003867ddc3fbd8e6ca017f90a649e1788f1270bdba7223b 1.83 MB 3,081 43
833,274 833,274 000000000000000000035fcdfb1195f60a6dadbd235e6846730527513694f10f 1.64 MB 3,046 57
833,273 833,273 0000000000000000000234aa94ff285148c306d89523b8047b126644e08bc08c 1.75 MB 3,120 42
833,272 833,272 000000000000000000020105d71b3578eb3d728de7fb56d52cee18b25360466a 1.64 MB 1,632 22
833,271 833,271 000000000000000000010c0f5647109bbc3a215c434fc36617739570218dda47 1.97 MB 2,304 28
833,270 833,270 00000000000000000002ebf85729e770ca5cf489c4d3ef2f580a9c2aed15ae42 1.71 MB 2,999 44
833,269 833,269 000000000000000000013fc39e5a2f8be94a2e8f265e1189f0449dbe9cb5742f 1.88 MB 2,404 31
833,268 833,268 000000000000000000022be2410654f9a83c054111aa4e1c0c6672559e2ec0aa 1.69 MB 3,058 54
833,267 833,267 000000000000000000023918064e6cf2b9989bdaa0023a75ec84e2e866925a06 1.88 MB 2,463 41
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.