Memory Pool Memory Pool Refreshing

11,000 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (617,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,289 290,289 00000000000000011bc74f4b0ba1c1f4e281ae1eb54e0cbd530820542946b3c6 0.11 MB 189 30
290,288 290,288 0000000000000000536eedae2f870d87732358eb2452434d532100fb04db59e7 0.08 MB 131 27
290,287 290,287 000000000000000089a0216f64d6495088ed0e69894917348fa9e84e65dba93e 0.18 MB 187 20
290,286 290,286 000000000000000029a93c458eb30b33730cb516ad33b9b6af26fae41efec645 0.35 MB 689 18
290,285 290,285 00000000000000011236f89a013708af929f94cdb4c4c0185773af0ea681bab1 0.10 MB 157 30
290,284 290,284 00000000000000008f290e12c0a6531216a8f44bed2bd283d57c01d763c4f052 0.14 MB 234 26
290,283 290,283 00000000000000008ebf8ef180868e32874adabd0bd8d183cadd6a49a5cf62a9 0.09 MB 164 34
290,282 290,282 0000000000000000e222e71d4a5612666488b9ab7fef0f808ee0f13b600120a4 0.28 MB 522 32
290,281 290,281 0000000000000000a863fc88ea8ac088dd2874db6d71870e5f48ac5c60e9f6e1 0.04 MB 48 5
290,280 290,280 00000000000000008f8ab97bc4e3fee91b02c78e0b01f217c636d30a13e44251 0.35 MB 759 44
290,279 290,279 00000000000000003ceadf4f7bbda83120172a2ceba051e2086b46fbf2db4da0 0.18 MB 228 20
290,278 290,278 000000000000000024a2417c40f2edadb83e570668508fa4b44ea4d1a3ec9f4b 0.39 MB 336 17
290,277 290,277 000000000000000107aaaf303bffffb892728cfa9f2135b06016a083facfc942 0.35 MB 1,038 52
290,276 290,276 0000000000000000bac66d37f29278a997d5d48bc4bf37529c1fc3c9f5d2abce 0.21 MB 433 36
290,275 290,275 00000000000000011df4e3699e8bbc524c0ed51dc849308c1a9128dcd31b0a1a 0.23 MB 455 38
290,274 290,274 0000000000000000a3a9628f608fee23d80a76c4c3632a261fbfff85ab9b9b88 0.32 MB 521 30
290,273 290,273 00000000000000010b0fd3ba6dab103b6c5557c597b30d425d84974ebd09ade1 0.11 MB 256 90
290,272 290,272 0000000000000001179afe408f8d9c18dcd4fcbf925b280875f624c4332680cf 0.36 MB 658 33
290,271 290,271 0000000000000000b9404c7853b617900e61fd0315a1e05aab80f2b532642193 0.14 MB 220 40
290,270 290,270 00000000000000008d79d78d49c7b4dfe047a45212ec1d344704c29dbb5906a5 0.10 MB 198 31
290,269 290,269 000000000000000016e455d4764114e93e7253a384e575411a4c17334120d594 0.13 MB 210 37
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.