Memory Pool Memory Pool Refreshing

948 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (842,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,245 66,245 0000000006e71a2d77233660fe13d679d569f0767334db9c9d0f70a15cfaa1af 0.00 MB 1 0
66,244 66,244 0000000009840b45c29f127e1767b528a19664d2306f6696fdcc71fa12a7dd93 0.00 MB 1 0
66,243 66,243 00000000015b8ec5a305157d9fa0dd8bac167e091bb5e8cea30c0c576251ee6f 0.00 MB 1 0
66,242 66,242 000000000ab5d1206da0dbbb5a359c11b1754f7287db653179c7a218b3d38ae6 0.00 MB 3 0
66,241 66,241 00000000063041d9813933403681f06218365358ba2fab053ca21de02498f397 0.00 MB 2 0
66,240 66,240 00000000080182c3d59d4caa202a8adb9070b3ff3b6512602dcfd5f862b8f1ee 0.00 MB 3 0
66,239 66,239 00000000066a881da46e8ec02e7ad983c5909343285d2d7fabe4bba4d6d09f77 0.00 MB 1 0
66,238 66,238 0000000002dd523d45e133548d76e4f2cd32de7f57cb8abf3cadf3084bfdf8d5 0.00 MB 2 0
66,237 66,237 0000000007f4286a8c8c558912502f72d683e2daeb2b0d81598c16233c9ac422 0.00 MB 2 0
66,236 66,236 000000000a52ac37592d2098e608f33026e2aa6b35e153279f961406be9b2f04 0.00 MB 1 0
66,235 66,235 000000000738174f7c4732533e495eb757935dda85c9eea70197264ec0811ab7 0.00 MB 1 0
66,234 66,234 0000000006cc7392469fe358068d82c5c8a2cce0b737f563af9858df05e37c43 0.00 MB 1 0
66,233 66,233 00000000064d4f92293ddbad799b8ef50236ec8849429fc418941e2ec741886c 0.00 MB 1 0
66,232 66,232 0000000008adfa968170f28c3a85c11ba9778f60ffe753bcc3695d4f55476e84 0.00 MB 1 0
66,231 66,231 0000000004d669470ef0c31f1e36c1308869922b9dce14dfa12b0856c95143e5 0.00 MB 1 0
66,230 66,230 000000000ad5e6d81782b41177c5808b5a320e3d53f707d160b72df7f855ead9 0.00 MB 1 0
66,229 66,229 0000000006ada4a887dff4432c4396fe7edb137782b19b9d1d0b366d919898e8 0.00 MB 1 0
66,228 66,228 000000000092f9ffb67a60f9e5cdb0288ed56b4e823a03a2b59460de10023fbe 0.00 MB 3 0
66,227 66,227 0000000004212be476756dd7579c89f010e2958851b21b75ab6254d9c76a494a 0.00 MB 3 0
66,226 66,226 0000000006c069d71522fd8a0540ecaa49eb60537516b58156ec5f2d67fc806d 0.00 MB 1 0
66,225 66,225 00000000032b37f8a8dc9b1a48c205395555c94bb04af50bf4d7e886b581500e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.50 GB sent, 99.64 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.