Memory Pool Memory Pool Refreshing

7,165 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,774 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (898,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,126 10,126 000000004a3b32596d0086ef66adb76ada435b276d26d5c40b49c5638a70f405 0.00 MB 1 0
10,125 10,125 000000009d469c5f8a8498820473e15736091bcc9bfb06004da539dec3bdf1f3 0.00 MB 1 0
10,124 10,124 000000005a994b49043087a9d4ae495573a32725b23291814c316568e013428e 0.00 MB 1 0
10,123 10,123 000000003c56646db0dfa32686798a47ae28f2df3202e535cfb3682d649c1f96 0.00 MB 1 0
10,122 10,122 000000001b6d08db6fa312ad0bd26475d367144d1dcd1857ccab9c75b85b851c 0.00 MB 1 0
10,121 10,121 0000000060851fa855dd0a182b731f695714c3f3d4001bef52ffc0475e7be703 0.00 MB 1 0
10,120 10,120 00000000f38b30e1fe6bac6be701460768e5fe42a697fff4e6759b272a6076b4 0.00 MB 1 0
10,119 10,119 00000000532bad3f0624f6162403d035e0fb065843e9d21c130231da2f6b4de9 0.00 MB 1 0
10,118 10,118 00000000d0714ed5c270936c4a1e57e58318be18e3b75894f0ad15388c2036fb 0.00 MB 1 0
10,117 10,117 0000000000fe085acdebc039385954c0c3f96a053749a09781b3c9460fcfbae7 0.00 MB 1 0
10,116 10,116 00000000407b9013a779853c4241ade480944bd4554ebfccd3047a79b42864ce 0.00 MB 1 0
10,115 10,115 0000000064502d6043e43c97bbb83a8878a3f230aeb6fdcd005f200fbeeeb921 0.00 MB 1 0
10,114 10,114 000000001aacd14191ecc11b1bec305ea3ecf517a7ac8cc54d5b635b8b70de64 0.00 MB 1 0
10,113 10,113 00000000a31e2273d4b424b9d65432677b05285ae0f8390d9bb6e77d6567b1ff 0.00 MB 1 0
10,112 10,112 00000000a8a081b2e19b1646692241b5c8aa9486ab113d8c0dfb2d75e28b08ee 0.00 MB 1 0
10,111 10,111 000000000c7a753c31c3c7c8761e5e13a4186d7aae066ed9a9657d19f0d43930 0.00 MB 1 0
10,110 10,110 0000000001fe8f8458e6d093083f5bf5780d4a883281409ab498aebdfa2178c0 0.00 MB 1 0
10,109 10,109 0000000057184d9df7505e9e48fd27396549f0d4f97c6257d1e5fa7b4cc984cd 0.00 MB 1 0
10,108 10,108 00000000b3d29ca5f83ecce2c00de8a623b1767f0b2d25e993ceaf80a508fb15 0.00 MB 1 0
10,107 10,107 0000000056eb8acf1b199ab0eb32c4ff95d4cc384ccb08d1243ac66d730cfea8 0.00 MB 1 0
10,106 10,106 000000002836a0a7f719e91d101ae6ae6f3e2f51a52a2e0fd08ba9ca13ebac34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,848.91 GB sent, 100.90 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.