Memory Pool Memory Pool Refreshing

8,939 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,355 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (457,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,694 450,694 000000000000000001f293defe21fa7a5f01b8831404d42201e0cd342d834637 1.00 MB 2,381 81
450,693 450,693 0000000000000000022c726230c6bdee6a91436e5a2c125e9e20c023d3bfc58f 1.00 MB 1,669 70
450,692 450,692 000000000000000001d698601def164463811185f2ad0472ca8c4fc2de048e29 1.00 MB 2,429 108
450,691 450,691 0000000000000000028e160816c10b75ee34e9bf43614be54d601bf07257cc2c 1.00 MB 1,663 80
450,690 450,690 00000000000000000116ce977ddbfe78398fd194cf356e2e76ac0d3b8145b390 1.00 MB 2,035 74
450,689 450,689 0000000000000000008388d03813509c6bca1fc119820cce7938390b00a80298 1.00 MB 2,065 95
450,688 450,688 000000000000000000ebef03e71f031ce6ee20537acf8049019dca3bc9a051f0 1.00 MB 2,086 101
450,687 450,687 0000000000000000029cb8c10f5e0071aebbf0fbb8bf43003f6c83b70785554c 1.00 MB 2,452 70
450,686 450,686 000000000000000002833f033f10c3f33365e31aee88a700e02a22dacf215d49 1.00 MB 1,650 74
450,685 450,685 00000000000000000061b0bcd94eade7b5a9d2a6832deb5b6dd81bf3163851a8 1.00 MB 1,905 84
450,684 450,684 0000000000000000023e318ca26f9f0dc2c407e111f5b229a1319130c14f11a6 1.00 MB 1,889 97
450,683 450,683 000000000000000000edbbd94a58b7997d408efd62555c5a032788483096e479 1.00 MB 2,386 106
450,682 450,682 000000000000000002b24738de667bd84e865a64d1e81dd103d75b61edf829ef 0.10 MB 161 91
450,681 450,681 000000000000000000bde8cdad32c5dfcfcab24db02cc797fc69f0dd2f1ee81e 1.00 MB 1,957 96
450,680 450,680 0000000000000000024d5133aad4db50e2ef5482eaf9d0ec901bba4bad718b29 1.00 MB 1,239 97
450,679 450,679 0000000000000000015b8f729786292967c909b901a8901436e9a2db97575ebd 1.00 MB 664 100
450,678 450,678 000000000000000002464db7ad1159932a95e8719929390180e4c4e52e83c846 1.00 MB 302 94
450,677 450,677 000000000000000001c56ac2f47525c77d9c6c4a1d9867507ea0d6339acb48ad 1.00 MB 1,400 109
450,676 450,676 000000000000000000a977fa3135a491921d562ef8054a890310306888eb8f0d 1.00 MB 2,147 124
450,675 450,675 0000000000000000020211b28092f93e7526ca7f7257063a8fc708addd717787 1.00 MB 1,075 108
450,674 450,674 0000000000000000015aa37e6ecde23761657a4d112bad8fe3e0ab0f75fd1b8f 1.00 MB 686 77
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.