Memory Pool Memory Pool Refreshing

3,792 transactions
24.43 vMB
Show Random Selection Loading Transactions
Max Size: 100/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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,395 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (857,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,697 50,697 000000001c99069584fe1244fdcab331bce289cac0c916c80e54b1f8590e13e5 0.00 MB 1 0
50,696 50,696 000000001cae7640ff7a67ea1cc9718adc6c04009c945bfe9c9166655f7bdcdb 0.00 MB 1 0
50,695 50,695 0000000002733921485391210da868ecbaaf42d57a96aa39dad2031c9915b30a 0.00 MB 1 0
50,694 50,694 000000001b033194830ac12f970a494296b332f21639793da61819c29c267446 0.00 MB 1 0
50,693 50,693 00000000032762b816602f5c52ba69493df6c5ebf3833fe80e3f09d33620317e 0.00 MB 1 0
50,692 50,692 000000000b8d10351e919b41e33ebba263f5f2404649aace1dfebd9c4edcb6f4 0.00 MB 1 0
50,691 50,691 0000000013f6a8e2054e482d7cdfe6fd8a464e2f3106add57a9842d89ae4e2bd 0.00 MB 1 0
50,690 50,690 0000000001b4466165b6d93ec949556e36f7e2f881cd40a77ab1c16f4b6fb7d9 0.00 MB 1 0
50,689 50,689 0000000013c9acea5c6c1bfae508b5b13917ac362335155c38cd24e1a6c57c4c 0.00 MB 1 0
50,688 50,688 0000000016d82d960ed6b0bea51bf91ef53fffee98b83b1bb2a4a12a2f5063f0 0.00 MB 1 0
50,687 50,687 00000000200f66838d2f2632ff34013fb8ca5fda31d0fd1e447ba4639f1640be 0.00 MB 1 0
50,686 50,686 0000000014b1cc7dd86184dfe441ecd5e42e12639fa6fa069bb766e0e4d55c22 0.00 MB 1 0
50,685 50,685 000000000175ce7045caf4426000202a3e3879c12ce95439a10124f9a1fd94be 0.00 MB 1 0
50,684 50,684 0000000007f64f32059a7912f8bfd1916c4e8d0eb901057a1338c80ab4deb911 0.00 MB 1 0
50,683 50,683 0000000017f646808b716f3f901b3ef68b7afedc017c1931df2c71f05894e962 0.00 MB 1 0
50,682 50,682 00000000158867928468ef3830441c7cb6acabdf3476c0bed183a0708410ab90 0.00 MB 1 0
50,681 50,681 00000000116113b0d46a80d86c9dbe60cbb067c85473e24c54c298001b98f1eb 0.00 MB 1 0
50,680 50,680 0000000003c71b9441ef38c540e1b423d202abb094c2b2b79740390aef36c3d1 0.00 MB 3 0
50,679 50,679 0000000003cb90bf07642bd5d37637dc8a826216c97698647ff16dd2f5d1687c 0.00 MB 1 0
50,678 50,678 0000000016bff573c44efe012f5a1ce635f54a6bafb5d8e1b0cc0571b27ad9f0 0.00 MB 1 0
50,677 50,677 00000000156a7edbc09cac3f70ce03a4f9c7774a8313adf85351e00e953a7aa1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.