Memory Pool Memory Pool Refreshing

8,760 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (848,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,402 60,402 000000000821cb4f7a41f0b86c2cb2ab1d36d6e72dfecd6eb42f6bf24715fadb 0.00 MB 1 0
60,401 60,401 00000000026e4f1cb47fb653ca27a88438ead41a9440b6327f2355923a09aeb2 0.00 MB 1 0
60,400 60,400 00000000036101c35d5c48f5c124d0ed280dfe48b47aeeb5521fa3c69f06eaa0 0.00 MB 1 0
60,399 60,399 00000000040b809c5003d79528853f1bbfa4dd30e462f04586797c9895a52544 0.00 MB 1 0
60,398 60,398 000000000d2cfde82a67b063fe886a0c249c3cf966e184686c29bc9d795a10ab 0.00 MB 1 0
60,397 60,397 00000000067235963b1d5aa2e00574fd192ea5c596688600c6cc4d36b8048d02 0.00 MB 1 0
60,396 60,396 0000000009508549fcc026ada88638ef66f935f038c8448a2decf1f6a1bbe799 0.00 MB 1 0
60,395 60,395 0000000006cd100093663c62f7ae07e9a4480cfbd8dbb847998c30f85e539f53 0.00 MB 1 0
60,394 60,394 000000000a64b8abc5175d1192d96766fafcaf3b347c9a5bc5ed1d49dcfdadaa 0.00 MB 1 0
60,393 60,393 00000000018a432aa74503ee64c4f2d107996a5ccaaacb4569ebd30683566c33 0.00 MB 2 0
60,392 60,392 0000000007605ac07fedbf034a4e1df8b949a287efedee72afe72b37e3c4ef43 0.00 MB 1 0
60,391 60,391 000000000289c34a0c87b9bc6f5451c44ebefa11918f53884e7a836217fb70b8 0.00 MB 1 0
60,390 60,390 000000000978bd0012ea9544321608336b5b9593e91acaf3f405c2443bc83277 0.00 MB 1 0
60,389 60,389 000000000aaafc759018ec51e3a027cbaf84d1a058c01b1ff88083aae684acda 0.00 MB 5 0
60,388 60,388 00000000098213548eb97e665b35601ee8cbb60362196c950cdf8bb592d069c9 0.00 MB 3 0
60,387 60,387 0000000001a34fb230e71fc30011b23112792eebf92a7acadf3a98a6fb6810f9 0.00 MB 1 0
60,386 60,386 000000000b617c39357a6c449e999e36c1a45f85a82dc6de637e06a9b77e96d9 0.00 MB 1 0
60,385 60,385 000000000e20bdf74ed5c2538144c4d92a8b5135ea49cd65061415ca8c4b3bea 0.00 MB 1 0
60,384 60,384 00000000082c615b88ee0b0d188707702ba5a2da12ae9f9fc1c6adbe619d7d4c 0.00 MB 1 0
60,383 60,383 000000000d24e0bb97481d81ef48b6ccdc21a0b12a7fb5e3949c4fc09eaf7568 0.00 MB 1 0
60,382 60,382 00000000044abc9b0e9ea17d00569c18fefccb82ced3667652342e4eb2f55c48 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.87 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.