Memory Pool Memory Pool Refreshing

1,482 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,480 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (888,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,241 20,241 00000000729f587cfd9e642809884b82509afcfa375b6fb4ca75fea1e92545ca 0.00 MB 1 0
20,240 20,240 000000005b47d0ecc337b278cf85d61826ee6d4fd776511fe5f7684552c647c1 0.00 MB 1 0
20,239 20,239 00000000af3d970957e484b495672b5789beea716eef3c0238b7401e23cf2b99 0.00 MB 1 0
20,238 20,238 0000000056526c16c924c5648260a2a90e842677923bcc0ec1dfae5333b1e622 0.00 MB 1 0
20,237 20,237 0000000019416dc08707b4bdc4fa2d42a59993a8004491e8367fd00b3f8acd85 0.00 MB 1 0
20,236 20,236 00000000fb32aaed4cdb7100093470bcc8f367aae5734d4904bdf00ee7324fed 0.00 MB 1 0
20,235 20,235 0000000046acca6ce28d67151f13fee16244549ccbb10bd46c246ef84f01ae50 0.00 MB 1 0
20,234 20,234 00000000d904560333043ba72411c87cb073d0ef5c994c7e10ad2bae95281928 0.00 MB 1 0
20,233 20,233 00000000138bd45489b7271ac880515998545b5fab2436eb706762f1c4f75092 0.00 MB 1 0
20,232 20,232 00000000918d95690977bad3c9db3fc5ba4f9bcdbf310b51801a4f8336edc57a 0.00 MB 1 0
20,231 20,231 0000000092b2a1df244cfa29326518fa9694625635bf506e0b2a241e8e9bee08 0.00 MB 1 0
20,230 20,230 000000000c8951af442c0de7ed9209071dbf241710f4d84565ea884c6206d2ad 0.00 MB 1 0
20,229 20,229 000000006f5fe034aedef62640422b009fc5557062ea701e0363f779d298f0d6 0.00 MB 1 0
20,228 20,228 00000000b6d0774cb5132de37c2699134c5bf60cc9da24467f499bf86b453376 0.00 MB 1 0
20,227 20,227 0000000069c1607a000052b52a81344aba3df1d806dd8a062d1a326d5ceef407 0.00 MB 1 0
20,226 20,226 000000000a4ee33acf5d240c259d838b2eb88726b6959ddec6b91f12ea0ab465 0.00 MB 1 0
20,225 20,225 000000007ab73e1f677c599c42358cc7e80e234c1911654a1d91d973c0500361 0.00 MB 1 0
20,224 20,224 000000004ca96ac2172e5b2927f2d61b2bfa749222de7fb19ed02b2cfd5c4e55 0.00 MB 1 0
20,223 20,223 0000000054a9f25f8f4d209db5318ae364095320340cfd84ac156f1ade2b5a04 0.00 MB 1 0
20,222 20,222 00000000223da519eff42c315d8d79dab24073e50c348aae24d33218312d2daf 0.00 MB 1 0
20,221 20,221 000000002f1fe3430bb75e5f515af66026b12bc3ae12e480d9f0c65ed27184d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.