Memory Pool Memory Pool Refreshing

7,682 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (196,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
711,111 711,111 00000000000000000004cb70846d9ec0258983cd331894c76b350d1de66ea77c 0.16 MB 229 8
711,110 711,110 000000000000000000086366bfe217523fcfbdc743d844f7178ddf67ae1613fb 0.17 MB 396 15
711,109 711,109 0000000000000000000925a383fd1881bc1595021ffc9002bd26c934af0a18a8 0.68 MB 1,105 11
711,108 711,108 00000000000000000008853a7242bbea58bf6df2d6af5e192578dff2e6053d35 0.40 MB 922 13
711,107 711,107 00000000000000000003d1dc1bb3dc5d753e420d60d9aac18d076855f70e0164 0.52 MB 752 5
711,106 711,106 000000000000000000038825c983cc82de8bf88bc13e49974e2799ee6ad4a0e7 1.41 MB 3,025 12
711,105 711,105 000000000000000000089176d9e1959d0f581837d5c207523bdfeab6fae69e51 0.11 MB 286 10
711,104 711,104 00000000000000000000f205eeea2cc02f6700977c8517290edbac923d219e9f 0.00 MB 1 0
711,103 711,103 000000000000000000056a4f84fea0fe55141cac8bcce2079bd62ebc7b3c33e7 0.32 MB 602 11
711,102 711,102 0000000000000000000ba736ac65641092ef973bf208985a476f4349f59b1b16 0.31 MB 723 14
711,101 711,101 00000000000000000007c3108a10f7b7a11537da972656acc121027cd68aacab 0.01 MB 26 3
711,100 711,100 0000000000000000000ba9ad97469ccae8b01160442f154c3ee65c4a00f8a50f 0.35 MB 687 12
711,099 711,099 0000000000000000000bc4cee25d85a61c2bb02a9eb6d9df27fa427179d4a56c 0.74 MB 1,493 9
711,098 711,098 000000000000000000062421c899113341567f002bd7f20eaa439a31d29c59b6 1.26 MB 2,762 11
711,097 711,097 000000000000000000005ab567e7c476b01ccdc3c920a48a38d0e6f1590cd1b2 1.34 MB 2,226 11
711,096 711,096 00000000000000000008be453de6deff622439d3fc64c4a3d66322c25c193417 0.73 MB 403 5
711,095 711,095 0000000000000000000b393c3369029431309f88882a891d2e7db29af19dbea0 1.80 MB 1,233 5
711,094 711,094 0000000000000000000c52e1d7ebc8dfc37ec9611479a6f2ac713e9b8c1dd364 1.81 MB 540 3
711,093 711,093 000000000000000000054b0eb366213e13af4d4007840d063151a488c048b192 1.81 MB 557 2
711,092 711,092 000000000000000000041fcc7afecc6296821ab045cd40acd9610e672285caed 1.80 MB 882 3
711,091 711,091 00000000000000000007197126d120298890c3abd74e21d03f3bc87fd60f0449 1.69 MB 1,655 7
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.