Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,012 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (292,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,504 615,504 0000000000000000000b1f4ff5177bcde67eb8d1edd9d366790318d17664ecf3 0.49 MB 1,129 13
615,503 615,503 00000000000000000004a86d1d119c90acd55c386a2d206287ba2df393b7c8da 1.07 MB 2,630 13
615,502 615,502 00000000000000000007029d2b7b3d0599fc77796e169c3378e5d81f3d1b7853 1.19 MB 2,696 13
615,501 615,501 0000000000000000000bb150db1612d8e940ed575db9354ab535d505ea134a47 0.56 MB 1,073 13
615,500 615,500 00000000000000000007c6fe661feaa6427ffbdff37b438862268f94cdea96b0 0.16 MB 430 12
615,499 615,499 0000000000000000000af5ed93200053a0cda0fd25af90c80d2f3981b3e85aff 1.23 MB 2,861 14
615,498 615,498 00000000000000000007cde190126051acc3a11c7f7bf97c36388d978561c84e 0.17 MB 362 15
615,497 615,497 000000000000000000094866c545962f9df16276c680ed5686d451588c540224 0.69 MB 1,464 2
615,496 615,496 00000000000000000000e82d1697ec703232fcbd3dee690dc245900e8db97e88 1.32 MB 2,592 17
615,495 615,495 0000000000000000000b8c8d8100579bcc86f8d35cb62c49e0e0a0260c7b00a7 0.75 MB 1,716 4
615,494 615,494 000000000000000000083280b4878d5de6772fd1f37fb73b24ca4645167651c3 1.25 MB 2,364 20
615,493 615,493 00000000000000000004646545335ea98820a83ce69d2d9f1900c59a2bbbf2b5 1.24 MB 2,611 18
615,492 615,492 0000000000000000000c1ad28da4c6fe2bb239d30cb2dd75f4fdd5794c88ed68 0.51 MB 1,175 16
615,491 615,491 0000000000000000000b861a02881acf0b6111bbfb8240430dac12ccc08ae676 0.71 MB 1,724 13
615,490 615,490 0000000000000000000ba700069f0d0004e43b3ff7e442f941d1105b7b245e53 0.90 MB 2,127 27
615,489 615,489 00000000000000000000074cec10465acc26a717b2c8e8be82ce1d4ab37daf62 0.72 MB 1,507 13
615,488 615,488 00000000000000000001d2d2728cadf00f0cd6ac15fb472a7d06428ca854a2fc 0.69 MB 1,500 13
615,487 615,487 0000000000000000000988223f487e0b8dd249e10646df878d8057e6cc8d58a7 1.27 MB 2,814 16
615,486 615,486 00000000000000000011cfecd02fde8d9b3ebd916202828384927487542ba516 0.04 MB 95 13
615,485 615,485 0000000000000000000a72987a7d6e706189ed215496839c96afd0a13743aa5d 0.41 MB 1,094 3
615,484 615,484 00000000000000000010259402afa775c60d6663613a120f8d8f6017ad98971f 1.29 MB 2,971 16
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.