Memory Pool Memory Pool Refreshing

4,950 transactions
2.90 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,465 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (14,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,577 893,577 00000000000000000001c1f4f8ceb942387535005519b6951ff3d9e90f1bf2d8 1.58 MB 3,500 3
893,576 893,576 0000000000000000000016879752fcd6af6def5d8affbadb0d51800e6700ab79 1.79 MB 1,857 1
893,575 893,575 000000000000000000019e29bd27564349a5d36f3101f284bb358d35a06b7d75 1.81 MB 1,394 1
893,574 893,574 000000000000000000018409e49ac09c730f4a8c582062ff4ed781c578b08cc3 1.81 MB 2,355 4
893,573 893,573 000000000000000000018faa707266df981b2956cd4565987798f57237636346 1.86 MB 1,536 1
893,572 893,572 00000000000000000001510fd0246a6f8fda339c46790061502da8de56589e4a 2.19 MB 2,605 1
893,571 893,571 00000000000000000000a84d88d713dbee1ff36c5d1167a564406bfb228e0f5e 1.71 MB 1,579 1
893,570 893,570 000000000000000000009768f39f42421f9170052c28969923b23e1fa0261c23 1.40 MB 2,290 3
893,569 893,569 000000000000000000010c7c6a01aa7fcf7fae358f475eaf176a49a816d10850 1.82 MB 3,845 2
893,568 893,568 00000000000000000000ffb0ae1bdd4d7679cce4a98f08cab30e7fc0187ece8a 1.74 MB 3,008 1
893,567 893,567 0000000000000000000071285fb6ee504f593cd82de29c8b76537e3080cfc0a6 1.70 MB 3,228 4
893,566 893,566 0000000000000000000036b2f44edd658c384d92fb06b01172d4b1cb0ea32541 2.29 MB 1,547 1
893,565 893,565 0000000000000000000041c5fa4c7b16150cc6a185e520777a41384e3d471afc 2.86 MB 2,475 1
893,564 893,564 000000000000000000012eb8bc4c1b7762066df4ec5ff16e56e30c34424e85e9 1.69 MB 3,489 4
893,563 893,563 0000000000000000000107f5763626c0a33792e67072e602346ddd18a1024164 1.86 MB 3,428 2
893,562 893,562 0000000000000000000011fc5ac4c7b241cc2ea78d704ef385efa584a141dd58 1.40 MB 2,601 2
893,561 893,561 00000000000000000001f5f9d6fcf07562524905a8ab53fa29a80c92da23dda3 1.77 MB 4,055 3
893,560 893,560 00000000000000000000bb501adc63ee5acac0b6173907c6d05af463f621201e 1.78 MB 3,516 2
893,559 893,559 00000000000000000000fab214cc903fd2d0ece5f2c160ebaacde23122202c80 1.68 MB 3,201 3
893,558 893,558 00000000000000000001e54a1f98266916b6148f82c8195f6a7941bda30c2095 1.66 MB 3,592 5
893,557 893,557 00000000000000000000308b748583d0301871e0c109123bb31b85573cd01ddd 1.56 MB 3,646 5
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.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.