Memory Pool Memory Pool Refreshing

5,367 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,700 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (401,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,292 506,292 0000000000000000003a919f80b2f3b6b4abde61ad6da1a7eba2ea5e1472fb4a 1.01 MB 553 15
506,291 506,291 000000000000000000402b6f0c9cfffad8778aec73ec295be5103ce63a753e0e 1.08 MB 1,574 265
506,290 506,290 0000000000000000000d0306e061f01302163e0d0cabfa581b217f4538ad1ec5 1.04 MB 1,668 106
506,289 506,289 0000000000000000003c717fc2163f81afb8827890d1c16998ae326b0b647ec6 1.01 MB 985 58
506,288 506,288 0000000000000000004dc9e2868ebc167521a1a9e9db570c3bb80ef5a707e023 1.03 MB 1,125 103
506,287 506,287 00000000000000000035209a890c85a1d830bd6e136e31a85faabbe01c167622 1.32 MB 906 47
506,286 506,286 000000000000000000337377317c44c70ec9e96c226517da1b0516b79b427d2b 1.07 MB 1,688 198
506,285 506,285 0000000000000000006353b01dc3b18d7cd8205bcffcfe72a35599407e831d35 1.01 MB 813 51
506,284 506,284 000000000000000000172bfcbc3ff4e81337e4169285b555595d9a45703b4b73 1.09 MB 1,728 161
506,283 506,283 0000000000000000002b448aeedad20372275068c938ab4b2ed09eb20b3be05d 1.02 MB 707 58
506,282 506,282 00000000000000000053dc7f0d98b46bb68b1599e2b821d0eb358f1bcfe5d3e3 1.02 MB 460 42
506,281 506,281 000000000000000000320f34ff9c9a03f0af940362cdb1160de84f69cef3a767 1.02 MB 692 74
506,280 506,280 0000000000000000001dd32ef554a1bb9e204d6f46ab345302019412ac2f6af9 1.01 MB 645 70
506,279 506,279 0000000000000000001b79b6b407360998a4ad03e5675de1d0a3be044fb70a43 1.02 MB 966 91
506,278 506,278 00000000000000000054b1ba67fd492c9834a32b4fa07d3abb64eac80cf05200 1.02 MB 777 90
506,277 506,277 0000000000000000004bca4e111a78ae6d8b4c4e0933fffbc99be9d821675f61 1.03 MB 396 34
506,276 506,276 000000000000000000646c4b57a454a474b8f1c1ab337989afaa1ad3e7b2de79 1.00 MB 82 8
506,275 506,275 0000000000000000006a0081e7a1edffd36a0baa7d11503771cc1b384ad66335 1.01 MB 673 67
506,274 506,274 0000000000000000000eefa02e9af71acab80806cf78ff3053a57d453aa3917a 1.05 MB 737 78
506,273 506,273 0000000000000000001e5abd458007f609a183c80011f33f560902560d377538 1.11 MB 1,163 83
506,272 506,272 0000000000000000004f4ff8e4b5a2a8c4dfd1601d3c5e9d1e2995e40d490546 1.08 MB 1,675 188
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.