Memory Pool Memory Pool Refreshing

3,576 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,374 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (838,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,515 70,515 000000000142f4e44135b65e083f769dc6ffbf3333c268de3b0a2d8397f5d882 0.00 MB 2 0
70,514 70,514 00000000003bf5e6008c8cb83cf07568a4b22ad6a4fe7824da4c50caa9ce7e22 0.00 MB 1 0
70,513 70,513 00000000013502f43fe88cb00562a2844f155af6a01122d44814e2fa103b6695 0.00 MB 1 0
70,512 70,512 0000000000dedecbc669d5c49a163bccbd707259b87be186b3803ea117b5fec8 0.00 MB 1 0
70,511 70,511 00000000003c20abf22dcc08e026a4540d737fdcfc095a37c7d0980d0790c1e6 0.00 MB 1 0
70,510 70,510 000000000124d3c17eaeaee3419f1795ef109bfad4b3c0d55d437b7bee1a659b 0.00 MB 1 0
70,509 70,509 00000000002e2faeaf6dd619532e9eb0c3b4979f57230b0d88ed2f1835a389b7 0.00 MB 2 0
70,508 70,508 00000000010b6f139253396c88eb0abd2b1d1a45e7d8000df40f35f0003637de 0.00 MB 1 0
70,507 70,507 00000000013f00fb220640b5a6f41b8005dcd913a918215ebf47f66225274a44 0.00 MB 1 0
70,506 70,506 0000000001279fd181f7b52b72729ac4740b37db3dbff71fc06dd9487ed11492 0.00 MB 5 0
70,505 70,505 0000000000fff8f5c8bd2bfebbfcd3cb2257baca3c4df9b1a4d3827c19f0d111 0.00 MB 4 0
70,504 70,504 00000000005e6c4066288d3f5564b119c195d61608a9f22968f0b3a7089a4084 0.00 MB 2 0
70,503 70,503 000000000119561bbfe9234690dcc10f3af0178e882ff276c3a6b6e9416461f0 0.00 MB 2 0
70,502 70,502 00000000006a4b250b6be5a7d9c5cb1013dd9d4863d0012421ac153d110a46ca 0.00 MB 1 0
70,501 70,501 00000000002183aa91b812211d1f8070fa5f97789ab28691a952757ba1cbafc8 0.00 MB 2 0
70,500 70,500 00000000004e42fe160d7fca7c18000eb63f388d5b3561373eadc95b49834c31 0.00 MB 1 0
70,499 70,499 000000000000749d5384c42b139ea77f3ab61670226637731165f3a4a0d10d7f 0.00 MB 15 271
70,498 70,498 0000000000d92394a31e7e175f34e0bdf69bf3b7fb15a020707e1b2b2ce1399a 0.00 MB 4 0
70,497 70,497 00000000008a244afe6c4f666ab1e4bec5978c4b8f06d9b051bd972ed393f9f9 0.00 MB 1 0
70,496 70,496 00000000005e3714d5c9df40e521e303d484aa4626251f91710dbe92403fa34a 0.00 MB 1 0
70,495 70,495 00000000016037c3c20fa2b8d88743e1934217ce804b839663818cffbc540b06 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.64 GB sent, 101.73 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.