Memory Pool Memory Pool Refreshing

7,933 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/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 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (484,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
423,460 423,460 000000000000000003e31bcbf6badd1a8fdf8682b46b9974c5ca6780c24af70e 0.30 MB 772 59
423,459 423,459 000000000000000002e82ae861f43fd87f7a5efabba2d1423694a002accbbf6e 0.01 MB 21 105
423,458 423,458 0000000000000000031028aed093e424be5b84b57979e6b5f6dc1ba1e8be13f7 0.99 MB 287 6
423,457 423,457 0000000000000000001a3a360dc4be774e32550379ebf6a48fe5153960a3ce24 0.17 MB 355 57
423,456 423,456 00000000000000000114476ac9aeecebe3b98989f7ebbf2e8e90d23b4ec4b645 0.71 MB 1,397 53
423,455 423,455 00000000000000000337f070d7f4da534bfe433d43a696bc87a22e5aa37eceb9 0.16 MB 375 63
423,454 423,454 000000000000000003f02cef4f869e3e42f11543ab6139ed721ef8b5f193655a 0.90 MB 1,648 44
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.39 GB sent, 93.03 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.