Memory Pool Memory Pool Refreshing

5,613 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (623,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,110 284,110 00000000000000007b01902ea93393246b66a077412f59a640993fde7fab763c 0.02 MB 35 36
284,109 284,109 0000000000000001b0c50eb928b4025dc6dc1d1ce9971eb8aeecb517ab4ae843 0.06 MB 95 42
284,108 284,108 00000000000000006a96b6813f9e27090d0de9d16a9a387bd5b484336ab19994 0.10 MB 98 17
284,107 284,107 000000000000000176482e91526ca5f58ab9e64bb16cf07113eae5506f941039 0.05 MB 115 84
284,106 284,106 000000000000000192fe6675b919109587c0bd50ab9040a3b1acb22f9a67c025 0.02 MB 30 25
284,105 284,105 0000000000000001208742285a62e6b91c614a5bf7d810b897066c33875ef7b8 0.09 MB 114 37
284,104 284,104 00000000000000006dbf5662434705ca12c2d59e1b5fd90a4337e0db9005c6f9 0.25 MB 448 31
284,103 284,103 000000000000000138569736e230125d1ee5ea6f8c10bf148056a3fddc517b7f 0.35 MB 670 35
284,102 284,102 0000000000000001b8749ac4fe80382b6ebdda8b9e64e8e22d90d3f1c27df989 0.05 MB 186 92
284,101 284,101 00000000000000011b78e49e37890f50ee8a4099bf0f95c3ffb4d14e7b37e556 0.05 MB 84 23
284,100 284,100 000000000000000114df35db8a38b29725d688cda959372d96914ad9a8246aeb 0.36 MB 509 30
284,099 284,099 00000000000000015aa840a44b9ffe6ada43cdf5c907f1458fca33df3e6b02f0 0.29 MB 425 30
284,098 284,098 00000000000000005b9f801840bf18548d68b49da97afde5fd3cacc22efd5fa3 0.10 MB 185 34
284,097 284,097 00000000000000001e0e823cd57e7a35c39673b15c60fab83d07559e66d24e3d 0.14 MB 274 39
284,096 284,096 0000000000000000400f7d6af649d6fa4d760cf03f0d77335299b4e699c58028 0.10 MB 157 31
284,095 284,095 00000000000000007ce365628c03ce9c1c0786911d790b80bc32dee07b9b166c 0.00 MB 1 0
284,094 284,094 00000000000000008d4228662db4cf6970e5c0eda976a6d778a8a523dcd3ee21 0.25 MB 346 27
284,093 284,093 0000000000000000a2a82be2be355b83f1e8998fa9432aaf60809e6854718934 0.00 MB 1 0
284,092 284,092 0000000000000001e2cad87e83f3c128d352145bb888c161e4cd19e3b184163b 0.05 MB 161 81
284,091 284,091 000000000000000189d58dc7ae7e68c7ea4561e4730009b976ef904152a9ce59 0.10 MB 225 40
284,090 284,090 0000000000000001b96797cd1893ad43eb9a039fbc80842385b96b7f8c318b37 0.03 MB 76 36
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.