Memory Pool Memory Pool Refreshing

13,582 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,800 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (779,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,908 127,908 00000000000018575580da90250c9599b19303fbeab945c29ae828e5aa1bc02d 0.00 MB 4 0
127,907 127,907 0000000000000382e012b4cb53b3b8b09668e25f60f7d5f024368b735bf3539f 0.00 MB 7 1,440
127,906 127,906 0000000000000b5c5f21efadfb6d2888ef78fc71f12ce1edc6ebc21b858becb4 0.00 MB 4 0
127,905 127,905 00000000000007807097bd0cebff45b4408b6bfcefb245d01f7eccf4b408a97c 0.00 MB 7 575
127,904 127,904 0000000000002662cfa71613f8312bb5c0006dfa2e9c1a9bac2584e79ab1e640 0.04 MB 150 50
127,903 127,903 000000000000157c9e69f4a755e009657069516b49d0b627e2d32e3a9eb74f08 0.00 MB 15 679
127,902 127,902 00000000000004bd53bdda485da98e994abb5336d754ab397c7a1738f4f56311 0.03 MB 60 878
127,901 127,901 000000000000186042e76c6274c6db03799ca0038de6b6485e5b67573f076513 0.01 MB 25 2,403
127,900 127,900 000000000000251c76a3a7e21eca484a9f70ba7ff7fd6e592bb111462d8e6072 0.02 MB 13 116
127,899 127,899 00000000000020563dbf6dcfe57dd8af21b1e9e6948c3f9322a862aadb0d4d0c 0.01 MB 18 541
127,898 127,898 0000000000000648a0f3b5166249f5297045fef0792ee0a3cc9b116f170e3299 0.02 MB 39 423
127,897 127,897 000000000000222fc645a11c73c4c6498e17e705cfd15768c0ed5ced7043ed42 0.02 MB 53 2,662
127,896 127,896 000000000000110543528a5fde8d951a3304510bb0ffb2e19de04871ed553596 0.01 MB 34 0
127,895 127,895 0000000000000c1e42f5bf93eb7fe55ff4653c50a80995873b340cfdd9bfab2b 0.03 MB 79 1,720
127,894 127,894 00000000000021773e94f23b7182e62726bfcaa325deb591fffc13bc495c1879 0.01 MB 12 574
127,893 127,893 0000000000001852f82dfa92ad3687350171b5ab29a074b38c9f5c1b2dc868a9 0.01 MB 8 911
127,892 127,892 00000000000012dfde9294449fe23b42054eef6433677186d0fb5c4ebea25f19 0.02 MB 48 258
127,891 127,891 0000000000001c8a50793d647305c8d884acb18cf44e68d23a9126da7791dd33 0.00 MB 6 0
127,890 127,890 0000000000000a3bab1234a2cf37e0819e1ce58ec05d87d0532d7db583af313c 0.00 MB 13 220
127,889 127,889 00000000000008c10fd9ffd4e8e41c755e6132435aec87ea5706d9e9109538c2 0.00 MB 5 577
127,888 127,888 00000000000001994ebbd2f42205be0def343eb8d0e9b6d661255644ed8ba26a 0.02 MB 40 525
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.