Memory Pool Memory Pool Refreshing

1,008 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,524 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,005 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (870,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,234 38,234 000000008d2f9e02e4733eda128c53bc8b055b9d0d3ac82cf66127c1bce1b3cf 0.00 MB 1 0
38,233 38,233 0000000065a779633bc84d6e74ec173282ba8fdc854ba1b0d957800ece3fbf3f 0.00 MB 1 0
38,232 38,232 00000000581a6df671bae6bb1e53776ddf68c68c3d7bdeaf39065dc79b6355b5 0.00 MB 1 0
38,231 38,231 000000008e7e4827bfb2fc2143e99080bf33b35f58e29a52e8198b1409fc30aa 0.00 MB 1 0
38,230 38,230 00000000509923cb9b71ad94b9ab0c518ae7b8921d8c84f6006697daff79445b 0.00 MB 1 0
38,229 38,229 0000000037ddbaf27e0d06f84e411a4949915fa63532436d5497221d481fee87 0.00 MB 2 0
38,228 38,228 0000000083f538219e2cf1a416d1ca73b9c30c22b412fb076c14cf3b5432341a 0.00 MB 1 0
38,227 38,227 0000000040d7c7e3e13b32f2cd451ad8d6e1e4a8a3360d004a43cf8ddc2df6c4 0.00 MB 1 0
38,226 38,226 000000007d2bb47717230750fa355e9ad367b7c6823095785482a7ab1f889d51 0.00 MB 1 0
38,225 38,225 000000001db20e4faecb509eebc4d39d231a901764a22e345b59726008238996 0.00 MB 1 0
38,224 38,224 00000000a7452ee224deeffe0db587224897caece73180b16396fd9fdc632479 0.00 MB 1 0
38,223 38,223 000000008d7808fc6895f8eb17e54950ecbf1f46e6fdc30e644b6a80c0f0c996 0.00 MB 1 0
38,222 38,222 00000000bdb0f9e7f5c9a3c92a4ea058e1a7fe51925d2a43b4a27b00eb83fa58 0.00 MB 1 0
38,221 38,221 00000000bd72628747ee7b6e21eb9787e4d50f0bbf9bd8d40942844ec0f20dba 0.00 MB 2 0
38,220 38,220 00000000344d7013b9650e532d0310da137e49e4d44a6c3204a600ec3fdbe981 0.00 MB 1 0
38,219 38,219 0000000011e3bff7995c78c83d997075654b437e6d15389172d2f976e55712c3 0.00 MB 1 0
38,218 38,218 000000002e2b9579a15b1144b1685eaa52da619a403e4aab43d2d40b4f2015fc 0.00 MB 1 0
38,217 38,217 000000009b0b918d65e1eb8ff2d589ef134a973056a5001475b321cd45e32b62 0.00 MB 1 0
38,216 38,216 00000000b25da407e39cf533b52a9038a8f6f85417ede2bc998118e1f9c8913a 0.00 MB 1 0
38,215 38,215 00000000be2e9150ca412d8fc50b2a6b26ae747bac4b72e8eb3fcd366963f351 0.00 MB 1 0
38,214 38,214 00000000114391d3f86259a06b4097046987d1d2d0436599400a001612fe9b26 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.57 GB sent, 100.33 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.