Memory Pool Memory Pool Refreshing

9,229 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,993 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (632,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,882 274,882 0000000000000001867b94eed031214302840df1c5b76db6074eeaaf6d0151bf 0.19 MB 320 34
274,881 274,881 0000000000000001906b1190d6cb7e9ec3faaf00f9af2634e0097dc077c1121a 0.05 MB 13 2
274,880 274,880 000000000000000053c10617b1d1bb3896e8f3999037fb1eaea03a4c50686896 0.06 MB 78 33
274,879 274,879 00000000000000009b1b478b0538cdc0f723f6c6c57654822448b276263848c4 0.13 MB 156 26
274,878 274,878 00000000000000011cf8f6b362d2510051561f8eb58e2107fdf6f13d4cc01cc5 0.16 MB 367 49
274,877 274,877 00000000000000049bafbb53697acfa620c46554c4af3140d05706e0a571c3fc 0.32 MB 601 45
274,876 274,876 0000000000000003b3c5f579cef967b580aad02ce2f3ac207f3b5152a19e4973 0.25 MB 494 42
274,875 274,875 000000000000000078e904d4dc37af9d596cf949433cc2fd64be0d88e537b80f 0.10 MB 160 36
274,874 274,874 00000000000000004e8e8676d85f0532e7e40651c1a78acc55764d3a4c3b6ee7 0.15 MB 59 1
274,873 274,873 000000000000000119d7a02dec0fabcadfe17d9a95fedf1567c322170da4b810 0.23 MB 489 46
274,872 274,872 00000000000000033a93a10e33ceb5e4ab9949f27026433e548698506d19ff9e 0.03 MB 66 37
274,871 274,871 0000000000000000059882d659735882683fde2f890706b1b73866e35836ae8e 0.35 MB 69 1
274,870 274,870 0000000000000002c8a318bee7e06db367c54e1f1dc9747284c1141f6114ebc5 0.28 MB 651 43
274,869 274,869 000000000000000014fcef7d01019a5b17b6238c4441346f0a51132a8100bc80 0.04 MB 38 16
274,868 274,868 0000000000000001e6752d73660a2cd91a16396cf34f6198d93db6ff6d60cff2 0.17 MB 342 79
274,867 274,867 0000000000000000670b0c184acffccc37c1e5d9d502a1a42dce1c81d0648806 0.15 MB 309 37
274,866 274,866 0000000000000000a8b193d801d02320a5b1482c8022340c8f439d97599fb7a5 0.03 MB 25 28
274,865 274,865 000000000000000098d30bf4b5bf9554187b828d6fdb28cf5f62474bbbb6e360 0.15 MB 105 5
274,864 274,864 00000000000000022b3ae1493cb3ba10b35bf9efdf003174f641beaeaa5b11ee 0.05 MB 55 23
274,863 274,863 00000000000000007aa5d0b314c7f4ffac8cdf8b5ab225dcd66a42d46f6d87ea 0.25 MB 563 47
274,862 274,862 00000000000000047762fdf89b5aec34460f4362ca22de6164019684786b1faf 0.03 MB 68 46
Previous 10 blocks ↓
Total Size: 769.03 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,625.61 GB sent, 93.03 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.