Memory Pool Memory Pool Refreshing

4,575 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,667 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (434,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,632 473,632 0000000000000000017bb96f82136d1c37ff1ebb62f7ac53e8349b2642037011 1.00 MB 1,631 142
473,631 473,631 0000000000000000009352c2cf00a0daa39f37ed7be5034400a9231a9ee3eee1 1.00 MB 1,764 334
473,630 473,630 00000000000000000117cff0738664f624b7df83ba3b702181af76227463c4a1 0.74 MB 1,228 85
473,629 473,629 000000000000000000852eba96fbdb0aa1e0703590bf727cb83ed6d77416337c 0.94 MB 1,621 281
473,628 473,628 0000000000000000003220e2cfdb30fb8dea332d13ddb110453d44790c828b57 0.67 MB 1,117 245
473,627 473,627 0000000000000000004819fd9d48f2dbb45fb532af0475e7e1a0e7cadd0e62c7 1.00 MB 1,907 351
473,626 473,626 00000000000000000046916992d4677387bf836914c09e6793daa470e4dce4a2 1.00 MB 1,370 152
473,625 473,625 000000000000000000614c692a98cf65f5cba8a77d48071c8c11c411734c00a9 0.22 MB 390 265
473,624 473,624 0000000000000000002c21879195be6c4f651d3119155c515a1ac3f478c3fb04 1.00 MB 1,092 105
473,623 473,623 000000000000000000a3a231ce03c4b61041e0de0b7b754f20d74d69497b2cad 0.39 MB 867 229
473,622 473,622 0000000000000000012a7dd00a189a861151b649bfb44ec457da301c02b425a6 0.73 MB 1,439 212
473,621 473,621 00000000000000000113b528bf8c698611f64c49aed0e21c230abb1cb3e40d5c 1.00 MB 839 92
473,620 473,620 00000000000000000085542d50e7daf313239ad22064f51ffb29e080918ec19e 1.00 MB 176 28
473,619 473,619 000000000000000000a31caa13679f617c37397c11bd2e2b513a907163205cc8 1.00 MB 1,145 123
473,618 473,618 000000000000000000d511aaae487d38e21518af4d4dc5626791d3635630ae38 0.99 MB 455 48
473,617 473,617 00000000000000000058bde7db52abb1c0b2b2e304df682e51898b58a9c49067 1.00 MB 788 74
473,616 473,616 0000000000000000007e522c37b2ea440e4e3476d62442417be4f59e4c06cc6b 1.00 MB 603 16
473,615 473,615 00000000000000000041cbface86b67cd20b15107af5f5de3327f16236f252bc 1.00 MB 2,143 287
473,614 473,614 000000000000000000416465c4d48915c94e19ff9d94916e95e943006e2d0af9 1.00 MB 1,750 91
473,613 473,613 0000000000000000003a55668ccc62caf37678c1d6a316f55acbfb93e0c99313 1.00 MB 2,215 330
473,612 473,612 0000000000000000013cb6156adac99c6fc0ca11a45130a06fb60538f4ca7411 1.00 MB 2,008 266
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.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.