Memory Pool Memory Pool Refreshing

6,229 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (581,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,144 326,144 000000000000000003429bcd8d7149108c6b191a2047497cdcd4e24ce6999099 0.02 MB 53 29
326,143 326,143 00000000000000000912413e190b1e8d2ca3e5deaef58b3153f29e3eae5e22ef 0.27 MB 390 22
326,142 326,142 00000000000000001179132f9f8b0b5b74e242095ccd253c697a4d3736bd241c 0.12 MB 163 22
326,141 326,141 00000000000000001a9bd8173e21e6c0fab18fcb2307a48b259a645cc542b28a 0.07 MB 95 18
326,140 326,140 000000000000000005d0e5743f9a0bd6aaffb1465735ecc77bd5c2f58a78ffc5 0.08 MB 155 30
326,139 326,139 00000000000000000b7aa53e36d2ab6cbfcf2cee3cbc47cb69af99fa1d87b7f1 0.39 MB 564 24
326,138 326,138 00000000000000000a3d27cf265c5ec838d9400e144ce2fc293ebdb463b0bfb6 0.04 MB 90 33
326,137 326,137 00000000000000001123b1baca6c065423e10ce1ea524f70f5a69cad9501d380 0.01 MB 18 31
326,136 326,136 000000000000000004cc60b204979965f1106e2ed759741040ed5c3479290657 0.08 MB 147 20
326,135 326,135 000000000000000001d40bf4913499a44d9f305be9e16ddfe451624c71a04edf 0.22 MB 300 23
326,134 326,134 0000000000000000180636d2ef510a7e2805bfa9e854ea3b8b7ba0dd15b3d8e5 0.63 MB 287 12
326,133 326,133 00000000000000001c144898808a6fd8aac1726ccf601bcb1c2b311fdb2f5481 0.35 MB 500 22
326,132 326,132 0000000000000000001f797ad0a8032f2127b33f7ff658adb7de7148730f84a8 0.75 MB 1,610 32
326,131 326,131 0000000000000000049930d39f34a6dfc3c1e3a7e09c386b145cf5c41f633fbe 0.34 MB 782 32
326,130 326,130 00000000000000000fd939b2659319a3e41c0a94572588349030717de2501a73 0.59 MB 1,173 28
326,129 326,129 0000000000000000042eecedbc8cf03f2828ce4f3c53d65dabb36ee3de2a6051 0.35 MB 534 24
326,128 326,128 00000000000000001cdaf9db343abe390a91511c1afeec0bd9eef64fdaf932b9 0.25 MB 578 32
326,127 326,127 0000000000000000072fb87e31f4309af7bbc5fb0942be2addc1583cdd190d19 0.15 MB 314 31
326,126 326,126 00000000000000000c1916d44ce159ae216fccdf675cd8c48d43243ee6d47746 0.14 MB 217 27
326,125 326,125 00000000000000000d3822c7b4662eaa68999d8339979fe8cf230caec5836444 0.02 MB 44 31
326,124 326,124 00000000000000000eb33fcb20cd258e89ded97b463d46fff1d0bd7552629502 0.12 MB 233 24
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.