Memory Pool Memory Pool Refreshing

2,913 transactions
24.81 vMB
Show Random Selection Loading Transactions
Max Size: 100/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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,552 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,009 908,009 00000000000000000001d5f10c014d3c401c46e88f462c95cccea4a1c2ed8dfc 1.53 MB 3,374 3
908,008 908,008 000000000000000000001d5e6970612f220343c9c5f729cf7f5a8e300dc4a487 1.56 MB 2,641 3
908,007 908,007 000000000000000000005c0c9299553b976e7ece185b8da7060308e19ac4c78e 1.71 MB 4,129 2
908,006 908,006 00000000000000000001138c11715f8a36129b71062bc8798b0e9b85fff85f38 1.63 MB 2,802 3
908,005 908,005 00000000000000000000dab3a2432601a4d3ad84cea6aa48a3c09810ba7188b4 2.34 MB 3,146 0
908,004 908,004 0000000000000000000149935e5cf4a038cfe4a525a6ba1697d43be48d4b1946 1.54 MB 2,999 3
908,003 908,003 00000000000000000001591cbb92ccd6cdfade458bc1460230f358c6deb0ca1a 1.63 MB 3,099 3
908,002 908,002 000000000000000000014c0fd58355c99ee721d14431cff8498020c60cb00bfe 1.02 MB 1,068 1
908,001 908,001 000000000000000000009f48fee89bd51131e13035cafa09bfb96a4245e80601 1.59 MB 2,983 1
908,000 908,000 00000000000000000001855dc6a826616a562b54cec89f6d5d91ff53fb1096f4 1.55 MB 3,914 6
907,999 907,999 000000000000000000007e2c783a0f43b254918ac21472a38c27c271e2605249 0.12 MB 146 2
907,998 907,998 00000000000000000002000bef0982544161e0659a63d9dfe15801943937909c 1.98 MB 3,592 2
907,997 907,997 000000000000000000011ca0a64817c3adefabccf8480be39fa89a534d87af2f 1.77 MB 2,112 1
907,996 907,996 00000000000000000001b2341dc2fb73f81686a831c338f6cdb4d0a950833ffa 1.63 MB 3,365 2
907,995 907,995 000000000000000000009874ff29c88e47e0e6e38a909b714837d5dda42dfeae 1.59 MB 2,277 3
907,994 907,994 00000000000000000000b37eb17f1c511cd8fa510815e068c17bd9d2bef14ed3 1.62 MB 3,963 5
907,993 907,993 00000000000000000002307aaae16ed763a6a9a19433ebc443138354cec06de2 1.57 MB 3,688 4
907,992 907,992 00000000000000000001ab5bed2ee013def795a0f642220ae7479f497243ef3a 1.76 MB 4,392 1
907,991 907,991 00000000000000000000f6efe9ea02b6a0484536bbe3691a9e85206ddd437786 0.87 MB 1,812 2
907,990 907,990 00000000000000000001038b1d01851ad8dc9251d63b71029134a9476e4c7dee 1.68 MB 3,381 1
907,989 907,989 00000000000000000000bf04526aa4368acf5933d53768fb0c41c45a71313bff 2.01 MB 2,051 1
Previous 10 blocks ↓
Total Size: 770.20 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,695.39 GB sent, 98.56 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.