Memory Pool Memory Pool Refreshing

2,395 transactions
0.72 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
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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (736,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
171,001 171,001 000000000000026cfef8caeb467b83a6a74411a8a534886df0527e0fd4f4637f 0.05 MB 44 831
171,000 171,000 000000000000070e7585c214a2a9628c61d5be904d318e2cf5b2418a611bc8fd 0.05 MB 75 66
170,999 170,999 0000000000000678cca4c2c60596f0a9e2ccb0900082f5deebb6bd93fdbf7c2e 0.03 MB 65 44
170,998 170,998 0000000000000aa8437e9c789ae405978dff75bf3a9c874ec6a206b464d93a64 0.04 MB 102 138
170,997 170,997 000000000000032cb6e9fcea38180c1e5251257800079115d4f597818e6e0981 0.00 MB 1 0
170,996 170,996 0000000000000635b870b92994c84bde93de78d756eae9efb01b0d85e866b554 0.00 MB 10 717
170,995 170,995 00000000000001ff102f9ce080886a80ddeb62122aab87bce8e7103c45656c7a 0.01 MB 29 210
170,994 170,994 00000000000009a04e05cd994cb2dd034bc46d93104cfc0b19d76a7e43c20232 0.01 MB 20 0
170,993 170,993 00000000000009fd7e142d05b85c823308b1bd372d5f2494e111d13c9d356503 0.01 MB 31 42,048
170,992 170,992 000000000000052b334b49d66c064284185f5512d2935dd862b7a7ef7c843a16 0.02 MB 40 96
170,991 170,991 00000000000003d29df89a52b32298f950a4b122e1c275646571133a2180bfd1 0.00 MB 8 263
170,990 170,990 0000000000000ab22c714165d613f60f2231bffc0ccc3c8b64b114692d1820e6 0.01 MB 33 185
170,989 170,989 00000000000003c7062d3edbf9ead29501bc60695795d73b4e497155fe495d73 0.04 MB 86 356
170,988 170,988 00000000000003e324a9bf7b8850a8091285c8ccac29794a1b6c77b060f7e3cb 0.04 MB 63 62
170,987 170,987 000000000000071127f3c0854605f988471150081272e036274600f0ab552ef1 0.01 MB 30 44
170,986 170,986 00000000000001ea5d881ef1102f19e8fc26dc27712e44928e49d9893aecc63f 0.00 MB 1 0
170,985 170,985 00000000000007dbf9d683fd57eb54183898e0c763ff737025a46f20d70f15be 0.01 MB 19 21
170,984 170,984 0000000000000652b875fc2c903f57bae532d028249d780ff6baaaf090d4f11b 0.02 MB 32 131
170,983 170,983 000000000000003bdb865d00db05dc8fc7febf1f540bf80538433cd298a1f341 0.02 MB 84 7
170,982 170,982 000000000000010f8bff338c19ef51bf6269e7809407aff45373858d5cc1d985 0.05 MB 88 138
170,981 170,981 0000000000000275a88641fe8d1571f857721be32ccdfbf253aeaf695bdae3f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.