Memory Pool Memory Pool Refreshing

3,289 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (802,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,298 105,298 000000000001200494f1b707b156526c59567ea5f67fd5677bc89c4a2c4deb7a 0.00 MB 5 0
105,297 105,297 000000000000e097f028038873541b4afb0dfc87133212f12c37a8142a70e39c 0.00 MB 13 0
105,296 105,296 00000000000010bc5dd0177add07608edda72018a65f06f680f4017a4558f859 0.00 MB 8 0
105,295 105,295 000000000002f4be114d24b0fc5a7e8718574b25373f9d1c5ae2920e3b7a7a2c 0.01 MB 29 0
105,294 105,294 0000000000026d4cda951a509950312de99aeaf56f58625d25b2489b3973fbe9 0.00 MB 10 353
105,293 105,293 00000000000129167e131b1c45daf9335619dfebd308db45183f3a9883931143 0.00 MB 11 0
105,292 105,292 00000000000125c0496aabcd70944fb32af478963d779a19f76e4961fe52f21a 0.00 MB 12 0
105,291 105,291 000000000000ea3c905abc911e1c9a313bbe4c7748459d5fbba2ffede938abf5 0.00 MB 2 0
105,290 105,290 000000000002f965157405e23607a5fcd242dd7df7e036de50c8e9756d331301 0.00 MB 11 0
105,289 105,289 000000000000dc22518e965cfb7722e4bb92d8e4cddae6aec401d17cb8e47f04 0.00 MB 11 0
105,288 105,288 0000000000013bfa7650681408b5f6bb1c2d56f128cc2d50075d6d7faf27d6d1 0.00 MB 12 0
105,287 105,287 000000000002047a96fea299cb0c5514675731a6e82a8e21d5306d9c41506289 0.00 MB 6 39
105,286 105,286 000000000000abd309b590789b4146962879b4c611aa6c6e70fb82d4d174a99c 0.00 MB 10 0
105,285 105,285 00000000000279fe2d4eb238c89a0c5f30f549c68d607b2e1eca498cef7c6022 0.01 MB 22 0
105,284 105,284 0000000000000ba4a71da61e558b1147274703880a2bc5a8aab532e779c819dc 0.00 MB 7 0
105,283 105,283 000000000001f7beaa0edbbce5c8fb726aefd19988654d3e29a2e43898a29462 0.00 MB 3 0
105,282 105,282 000000000001f8f7d484dff43f0cfc6a05c83f5e5a0ebaba9ea7079276ad0635 0.00 MB 4 0
105,281 105,281 000000000002bc5bbde045d15ccd5e51c1e5be3abc83d3ad1c10411ba67c2c99 0.00 MB 1 0
105,280 105,280 000000000002c4cd23379b8487260c00b03949c80e574202c22731ca40da5cb6 0.00 MB 5 0
105,279 105,279 000000000002bdfc43084d570bd206aad76d66c7308e3313e47fc59f458b92be 0.00 MB 10 0
105,278 105,278 0000000000012d9bf80e8dbb67be6b9354f27134b71c949a70d8ac96fc930f69 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.48 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.