Memory Pool Memory Pool Refreshing

8,916 transactions
4.17 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,513 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (484,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,481 423,481 000000000000000002277776a1e0c21b4c06662e271bb57675f4a89893202a31 1.00 MB 660 18
423,480 423,480 00000000000000000142d0743e4408b0e11ad37afcf02a40a67248154e2dc276 0.36 MB 797 58
423,479 423,479 000000000000000001da6e208810665523d5caa0f2a5c24deac1ca4e62eaeb91 0.99 MB 399 11
423,478 423,478 0000000000000000017089a127496d844135cee563f54be2a7e3dfedcecb29d7 0.99 MB 1,556 50
423,477 423,477 00000000000000000403cc2876c100c323237a6c897e962d08ca2f90bbc6c967 0.75 MB 1,118 32
423,476 423,476 000000000000000000aae3c00df0a69a5980aa70ba2fa4d8eff10b8184542ad9 1.00 MB 2,332 63
423,475 423,475 00000000000000000020560d6d01eb7b9a0cda4f37974d2880656489bd551b1a 1.00 MB 1,494 40
423,474 423,474 00000000000000000475e9fff1654a06fad9a70dcfe376416e8868d01e002d45 1.00 MB 2,364 50
423,473 423,473 00000000000000000064f40ff424e1ee6785d74466a1b30b768be8380ed003f3 1.00 MB 2,072 75
423,472 423,472 0000000000000000049ede4c6de0c9e8d5e2afb781f8434bfe681064bf5c1ab1 1.00 MB 2,508 80
423,471 423,471 000000000000000003cf6fedec760015cb5e56945ce130290898086e0467533d 0.99 MB 2,498 72
423,470 423,470 000000000000000002d3a408de4389ca058b1e9867bfe81ebca1e111f70816fa 0.37 MB 639 39
423,469 423,469 0000000000000000051355f259453c9b5d1b28451ab5590cec1963039fa3285b 0.60 MB 1,130 47
423,468 423,468 0000000000000000031a2886cabaf83fac4db43315ac05ecff84c6bfd8739dac 1.00 MB 2,038 42
423,467 423,467 00000000000000000273e4e2c6e46820d0ce5864fa40a4b4dda30f99a4cc1770 1.00 MB 3,004 85
423,466 423,466 0000000000000000007fd53d7161fa2cf4acf29efd14bfaf838053ba51b34cf3 1.00 MB 152 3
423,465 423,465 00000000000000000306c7f8e47536672cccc2b6abe082736cfd1db5e2949b10 0.04 MB 97 52
423,464 423,464 000000000000000001fc8ce458a19e26fb71be3f22d1c5e59de0084b22fb4d0a 0.60 MB 829 34
423,463 423,463 0000000000000000026649dcaeaf52ca2f5cd3ae625e3c41b6d7b39b1c3ae347 1.00 MB 1,606 47
423,462 423,462 00000000000000000298a80713513f816b34e866317a08be0686e54c10c06c16 1.00 MB 2,712 68
423,461 423,461 000000000000000001bc42d97b7859f6bd9444e59e6cdeda91a86c9b6f8d293e 0.10 MB 143 47
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.19 GB sent, 93.02 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.