Memory Pool Memory Pool Refreshing

546 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 534 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (553,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,490 354,490 00000000000000000a4086b91d07243a0bdb11b80574acf9091dfac3c8424855 0.25 MB 465 25
354,489 354,489 000000000000000009065787bfe99eeca871f3b2a32d55ee23a41bb9f7e94a33 0.10 MB 217 32
354,488 354,488 00000000000000000d9214ba334a52624b701a74b1b9a15b727d516bfd569845 0.11 MB 185 15
354,487 354,487 0000000000000000036b1b697ff87e89a980f5a19d7463c6129d682643dc5015 0.75 MB 1,676 31
354,486 354,486 0000000000000000067b0b1d167340ec287ca008842db583d43133c38469eddd 0.38 MB 903 31
354,485 354,485 0000000000000000092a0495227849c6385e25fff52f01e230f6577b37cb4672 0.51 MB 1,114 27
354,484 354,484 00000000000000000bcadaa2e6467cd2b90d6b1c59da7b4acb171e6db00bae03 0.05 MB 131 29
354,483 354,483 00000000000000000ef84aa93912ff7c59108f8b660669e237071c635d1fefd5 0.33 MB 706 29
354,482 354,482 000000000000000005d448197af334a818d9e23d40a0c4e48defb4a8a3fcc360 0.30 MB 665 29
354,481 354,481 000000000000000015d26c4c8a06dcf72ae421e49251010e92f83bffe9d460c2 0.10 MB 46 1
354,480 354,480 00000000000000000dd8031c6270e2a892552bd49c0a389c75916b6d9577fa49 0.34 MB 459 19
354,479 354,479 00000000000000000fb58a735038c5fb67e65aeca4040ad9fffe575fa56aa4e3 0.16 MB 269 22
354,478 354,478 000000000000000014072581a0dc005433e67bc142d1b4afa4494f4c26fd76bc 0.69 MB 1,170 25
354,477 354,477 00000000000000000ab3ef7b44a30b5a90ae0d6002467c2ff31428e287997a37 0.44 MB 879 30
354,476 354,476 000000000000000000d813e7a5ffbbaff0ba208e58f7337713cd936fd17979a0 0.36 MB 634 25
354,475 354,475 00000000000000000118f805c1d2b2f3716466e893f65f24e981c632f9798f7a 0.08 MB 175 26
354,474 354,474 0000000000000000010e6689cf3c908154935b609a0ef6fe40c22bc525cc7078 0.21 MB 446 30
354,473 354,473 00000000000000000845a1022c241661dbbf6244af6625ff321b636975a419ca 0.10 MB 180 26
354,472 354,472 0000000000000000155eae59ef2fa646ea1420f3d854f19f4b34ef5eb04de482 0.02 MB 34 19
354,471 354,471 00000000000000000a028a0763b1449c7c3714eb0d3460af66d2342f470e047e 0.13 MB 268 26
354,470 354,470 000000000000000013307122d2228abe61613d3ed2da68f10758d89df76a29c1 0.36 MB 490 18
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.