Memory Pool Memory Pool Refreshing

2,239 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,230 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (258,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,452 649,452 0000000000000000000b487bab577868d90f262285a00a8bf97682e3459d1293 1.31 MB 2,579 34
649,451 649,451 00000000000000000007b18403b56120f2bab0eea25d14b9546970d086ee796a 1.26 MB 2,337 42
649,450 649,450 00000000000000000003a86abbab5cab992443df7ff6d1d55fcf5567f19b29a7 1.34 MB 2,375 47
649,449 649,449 0000000000000000000154d6fae997d50d1c3314e22369ad3eaf303beed27d9a 1.43 MB 2,404 76
649,448 649,448 0000000000000000000a3ddaf55c30e5734450b6f117921e53eeea8aac0a307c 1.34 MB 2,121 53
649,447 649,447 0000000000000000000835c6b2a2a4d92db7f22d5e00d578a91e0606ea2e18db 1.27 MB 2,266 23
649,446 649,446 00000000000000000002ba770aefabecf836239b8e7352a8b90dcf169e100d76 1.23 MB 2,541 42
649,445 649,445 00000000000000000009ffcf746f5cbe79d340ba856ec628dc9b2bbad85e2d9a 1.26 MB 2,582 34
649,444 649,444 0000000000000000000044133d2ba153e45a11cdedbfbed9796a02abd436962c 1.23 MB 1,615 40
649,443 649,443 0000000000000000000d6008e44269df6a7dffa745ea4f89b0cb98b94715d26a 1.23 MB 2,182 49
649,442 649,442 000000000000000000004c319e7afcacab70226002b07f9db80788961d2553f4 1.27 MB 2,433 35
649,441 649,441 0000000000000000000ba9ebc1145286fb6077ac73e40055076bae49b63347dc 1.36 MB 2,180 28
649,440 649,440 000000000000000000063c00c77e9c29f2cf2c155f4554a2d8d3583d26af9795 1.26 MB 2,440 28
649,439 649,439 00000000000000000002cd11e09d258f477d910de1015a27db52ce85ca0b8d69 1.22 MB 2,417 43
649,438 649,438 0000000000000000000aea214bee70555c7b72563d615746abd5f3c939d7a12c 1.32 MB 2,344 35
649,437 649,437 0000000000000000000a7312245614c1a539884586b065b21eaa9079c51e187f 1.15 MB 1,187 38
649,436 649,436 00000000000000000003d3e733d3dbf90417d8c967d6511983b01d160bcb1f6a 1.29 MB 2,153 66
649,435 649,435 000000000000000000085b51e01117e0754d827d9e4f5e69384a2286958b0112 1.16 MB 1,854 33
649,434 649,434 00000000000000000008ec0e1a743c59477b1659cf4753726c6fabcc54ccb7cc 1.53 MB 2,402 62
649,433 649,433 0000000000000000000845b64b795938eadf16a25dcd37305910f3b930bc6c49 1.19 MB 3,300 32
649,432 649,432 00000000000000000003627785f05b7ff7e39424290b05e12549b32c74876bb7 1.38 MB 2,756 71
Previous 10 blocks ↓
Total Size: 769.10 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,629.19 GB sent, 93.41 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.