Memory Pool Memory Pool Refreshing

7,380 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 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
908,162 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,153 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,161 (906,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,411 1,411 000000008a445c650d29879722e4d37c945310907f74e7d3f2aeccc54a94dc82 0.00 MB 1 0
1,410 1,410 000000002607a33986c36cea0cc034838ac5b332f7fb702958f61f6b4f38840c 0.00 MB 1 0
1,409 1,409 000000004b646c22b96e0d89407d0d470d37ac3db6fa6efc82ee224063bf57cf 0.00 MB 1 0
1,408 1,408 000000005c6574a59fc3992c3609187a06df3e5bcdb065c054e73f35d0f29ab0 0.00 MB 1 0
1,407 1,407 000000002f62790a7d68267a5175c6a6a32a34e13c3b8491002e40f95bd03539 0.00 MB 1 0
1,406 1,406 00000000aeb12f1156bd7d568d39a9db82f70e093aeec472cff510af553b7c7c 0.00 MB 1 0
1,405 1,405 000000004472faa5e8894259c36dd1b07032e2f5f91fc0567a73cfe7c5337909 0.00 MB 1 0
1,404 1,404 00000000875ff922a83550005c33aaf82b6b76c1ef4d40b0d4b6e021224fd2ab 0.00 MB 1 0
1,403 1,403 000000005e2b0076ca0f6454bcd3f2444712c66865cf7d8ec7cb3a87e2e48471 0.00 MB 1 0
1,402 1,402 0000000055e06ca8b6fcdb26b4541cbd9b495d7dfbc5a4a0d24ba15254f0f45f 0.00 MB 1 0
1,401 1,401 00000000c7a7852c997de77ca70c5788d2e49417142398b245c5d257a2d96075 0.00 MB 1 0
1,400 1,400 00000000c9c28d2bb760225beaddbc212a01720869b624f088e9311df5b5d8f2 0.00 MB 1 0
1,399 1,399 0000000014ae456c104853e17deaed2a61eede544edd048e557eda88c20b88f5 0.00 MB 1 0
1,398 1,398 00000000a8df21790d4785b6b2b9625f452ded9a3cec75b3160377aba5edceeb 0.00 MB 1 0
1,397 1,397 00000000e7050ca0479ee3a47bc5b028bba56d4a1bed2e52e9317cd1fd633c08 0.00 MB 1 0
1,396 1,396 00000000613c16fe1873a17c7663fcc4d462f0b63e761e45805aa8f14aa7877e 0.00 MB 1 0
1,395 1,395 00000000d48dc4f87ea7fd0a24fdf68437293a2ce9f1c382340921a7db4b4bd7 0.00 MB 1 0
1,394 1,394 00000000deb704fba930460b98b866320eca8626fc6eae98242fe49e698b319e 0.00 MB 1 0
1,393 1,393 00000000e5b5336b44848b1fda341c5a925a3db43d3db5c9ed694990a705b462 0.00 MB 1 0
1,392 1,392 000000002972f1bf450266f458e030b8a07c62f1a90bdf34b90ab02bfff975a5 0.00 MB 1 0
1,391 1,391 00000000ffbe97137d327beae4ec8b7d96b1eb961505d6ef1c079b587e136604 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.86 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,680.92 GB sent, 97.16 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.