Memory Pool Memory Pool Refreshing

4,991 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (668,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,131 239,131 00000000000000bea1c9292bc7a8d69c4a2b6a49fa9ff0e2ee29eeaa77845111 0.10 MB 173 167
239,130 239,130 0000000000000097c7150311f598047c453f4de8b38ff3d3fa2e8044a7c33930 0.05 MB 71 92
239,129 239,129 0000000000000131875d95b48e4650b004b6386c034bead918228b90290d75fd 0.23 MB 471 191
239,128 239,128 00000000000000a2353a5b471a23bc493063135bc5d5f0c3b723aafce6100c64 0.25 MB 573 203
239,127 239,127 00000000000000c6e0c6796cc5b578e4cc80ddcfbda11654c16053dd91ea7b64 0.41 MB 512 33
239,126 239,126 00000000000001436f03beca826609f66b2b2c5cd7d122da41b332b8efb28a7b 0.06 MB 56 80
239,125 239,125 000000000000001d4de3c82f5f5f27179e65592cb4b6733e6e04b12b81c00f2f 0.17 MB 327 191
239,124 239,124 00000000000000d5d24b98ab284792f9a76e44999e450b9b6645843b0e0bc489 0.04 MB 66 140
239,123 239,123 00000000000000dc8daad9b6ae1b8bdc84c2fd2095a775e37a3f42e223eec1ef 0.08 MB 152 165
239,122 239,122 00000000000000ddb6b6b190d2fd55ac71998abe38edf411633b18a5a9294a91 0.12 MB 214 135
239,121 239,121 00000000000001363f106223ccb62df8d2bb9477784650c060cdbc901c99bd0b 0.14 MB 244 133
239,120 239,120 00000000000000091f76d3d739cfd29ded94f3be055d89881a782afca1f74040 0.08 MB 190 13
239,119 239,119 00000000000000363fa9c4765b511500c3f529773dcab34b3ac3d6c9a110fe59 0.25 MB 622 231
239,118 239,118 00000000000000ce3427502ee6a254fed27e1cd21a656a335cd2ada79b7b5293 0.12 MB 239 171
239,117 239,117 00000000000000563c0541286cbdad43b7d28b2bd88f3959182c10f18c995180 0.25 MB 685 259
239,116 239,116 0000000000000158477afe29ffab5b9a3343dd2578ebc847e3c92f8a1e4b7c97 0.53 MB 512 21
239,115 239,115 00000000000000ee0f604ffc36e107f62042f46619c61f93a349c3b50f6f5dad 0.06 MB 128 98
239,114 239,114 00000000000000fd6e855b6feb04383095f4e218ad29a10d5361131be8185121 0.17 MB 291 155
239,113 239,113 000000000000011928d1c5e76b0b21c38310e5ee5fa5d99603adabbfb6b89cde 0.00 MB 3 0
239,112 239,112 00000000000000b4c1384fec11acb400019d7ecbcdf54ce09a3f92bd580d2bc4 0.11 MB 120 93
239,111 239,111 00000000000000937dbf783607ec80f8c6fa08606e563bbf63085c916426a219 0.05 MB 59 83
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.