Memory Pool Memory Pool Refreshing

6,997 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,109 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (104,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,654 803,654 00000000000000000000d673eb91e6224f6a34ca53ed8704be9513368f953555 1.56 MB 2,981 19
803,653 803,653 00000000000000000001afc40a7efbe87d22c5fc6d11fdb338f38ef8695d0655 1.60 MB 3,122 21
803,652 803,652 00000000000000000003513827196d794d6592bc52b21e0c19b854c957bae20f 1.51 MB 3,286 23
803,651 803,651 0000000000000000000299c2ff3f6c5fdff59df4744059d05b9d5982993728b9 1.43 MB 2,940 28
803,650 803,650 000000000000000000028e7d922e04edd85f8412dc79770e38c6dd8a7b29e2f4 1.56 MB 3,004 13
803,649 803,649 00000000000000000004259cf1f13893dd28c0a217c2d316cbf74765a02eff35 1.41 MB 2,940 19
803,648 803,648 00000000000000000001a40958f592c856a5b76e68d4b4e8de75991e6e57b4be 1.35 MB 1,881 10
803,647 803,647 0000000000000000000539f96f99e6bcea115ee5a7a24ab220e94a9ce98c618c 1.10 MB 278 8
803,646 803,646 000000000000000000030b1f9cfc4581612d94917383e837a335dc47f260217f 1.68 MB 2,506 13
803,645 803,645 000000000000000000003675bafbec0ee0a9dadc51b021e988a55968ac15ee72 1.24 MB 1,454 11
803,644 803,644 00000000000000000000b11522445f42b451524274a31494a382a932d6c96065 1.27 MB 1,673 12
803,643 803,643 0000000000000000000349e1fdabd8710a5c95037709349a7a79a6fbd7b3bbc8 1.14 MB 564 11
803,642 803,642 00000000000000000004d36a902efd73608c52642cd52ea4bc5584a74688f8ce 1.15 MB 697 9
803,641 803,641 000000000000000000001eb037ed31077aaaffa67964772987ade9db8cc26cbf 2.11 MB 6,903 7
803,640 803,640 000000000000000000013c7a0e1df0913380e09f151191e0526276f9064b8ed3 2.08 MB 6,680 6
803,639 803,639 0000000000000000000229d736fed62fd06039339ee29ba2f3d0828a17099b05 1.86 MB 3,707 12
803,638 803,638 000000000000000000021b8c8cefb21554aca9dfab861d486837ef4d9d00a292 1.84 MB 4,782 8
803,637 803,637 000000000000000000032add517d90368e3282a1b3dbf2b3b5bb77e9adfa4971 1.81 MB 3,088 13
803,636 803,636 00000000000000000003361ea16d663710c3e071b0cece2eb23f37d28adba72f 1.58 MB 3,338 10
803,635 803,635 00000000000000000004086304537ce1a268fed5a87c55326350f81291d7e3c6 1.28 MB 1,780 7
803,634 803,634 0000000000000000000145e4c94d4b280d68e97369bd02f0df384df383dcc8ef 1.48 MB 2,586 7
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.10 GB sent, 94.16 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.