Memory Pool Memory Pool Refreshing

1,940 transactions
21.82 vMB
Show Random Selection Loading Transactions
Max Size: 88/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (902,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,651 5,651 00000000a8968a4b2b47660aa9ca625dbcab74bbb5f89af49bcb9148b502455b 0.00 MB 1 0
5,650 5,650 00000000ff81be1e2f43b3e325790df946a36d8dde10f7d39cbd7ea2c4291939 0.00 MB 1 0
5,649 5,649 00000000e2df7c3a57707749cb968329205d83b27667063bd00fefe73712b941 0.00 MB 1 0
5,648 5,648 000000004500ec9713489276e420b5e13a256526f4937c71760b7ebc8e613444 0.00 MB 1 0
5,647 5,647 0000000037d7365c2c14c5a0345b430dc55ee9ab4a49d92b3d0e3a0646d0e59d 0.00 MB 1 0
5,646 5,646 000000000e848e4c6b43a767fffb1a5a5e4be8b95ce0c9423e4a6b568113fc56 0.00 MB 1 0
5,645 5,645 0000000020b199a81eed96e3aae298c904d572905b4a592a32df95ece596965b 0.00 MB 1 0
5,644 5,644 00000000100fecd6bf10d11e6a6639bb4ea23b80ffb8cb0ac6c5bd7a11eaa074 0.00 MB 1 0
5,643 5,643 00000000ff3f1f5e91e8c0e0d1e0aa9828e283b7a2a921b2165a655e43e95475 0.00 MB 1 0
5,642 5,642 00000000f194a1196643a1cd4cbdfe716cf7765b49b0df73f0c76da44fad6d34 0.00 MB 1 0
5,641 5,641 00000000d61b82fd6ed1423a19824a9b7dad03adbeff0feffe06eefab3149531 0.00 MB 1 0
5,640 5,640 0000000037b32f32b177ea8d09746c5b05c60005bfcc84c78ca8fb22c5269c10 0.00 MB 1 0
5,639 5,639 0000000008e4138ffcfef67b05bfb3d91a3bb6c9b82eff62db0a20fcd34d28f7 0.00 MB 1 0
5,638 5,638 00000000685c9967b0f497a1358d5116131cdaac75d859a91aaa39baded2772f 0.00 MB 1 0
5,637 5,637 000000000a73e64735a2b75c97ea674950a9018da1420d01328a918c9ff9852c 0.00 MB 1 0
5,636 5,636 000000006044d922fae8142a8dc33661b8ace68fc48a148214bf25b6f16c01a0 0.00 MB 1 0
5,635 5,635 00000000d4cc36aa56bc86e401bb3748d974d3fbae22dd555e9ad1e77308e391 0.00 MB 1 0
5,634 5,634 0000000024ec7df45bcbc4c633c369540304a7f6c27e47d3629b71b254bf6f06 0.00 MB 1 0
5,633 5,633 0000000033f505543e0cd672552cd0135d4fb8a10961ff386420a8e9ac5a4779 0.00 MB 1 0
5,632 5,632 000000002a98484f5fa940d1f5e7c1340d354438d9842b974afdafe56dd773e1 0.00 MB 1 0
5,631 5,631 000000008f8eea4d988b36f4dac1eb2ca51b1ef1800e9747a3ce5e2271bda43c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.91 GB sent, 98.55 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.