Memory Pool Memory Pool Refreshing

4,209 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,142 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (757,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,967 149,967 00000000000002e446b7ad1105acbbab211c07238d9431305752c1d8eddba967 0.01 MB 21 178
149,966 149,966 0000000000000980bf49400d989825de01d8be70d600f1acc4d3375494dc57c9 0.01 MB 30 141
149,965 149,965 00000000000005495afd40ee832eb06434f2ffda8dfeb9fb2199c9a234bf8eef 0.01 MB 24 158
149,964 149,964 00000000000003abf0379670ec53de914abcabe0bf13e8024f98e6eed21519ce 0.02 MB 48 159
149,963 149,963 00000000000008ade7d04f82d9805343b351fcb4b53c332678dcd58d99922de3 0.05 MB 146 74
149,962 149,962 000000000000027ff8af70d2b9cf041f8730578fdd8f96487ba25194bcfe6561 0.01 MB 30 147
149,961 149,961 0000000000000a617e316602b776a130b107f214d163b2dc5bc097f90eea2eaf 0.01 MB 32 194
149,960 149,960 00000000000004d734b623eb54a8a50ef633ec126db521a818cd0e9cd6759c24 0.01 MB 32 356
149,959 149,959 000000000000029dc22ed70ef8e60dc4df91f2fc96cf6940506c1b436fd2c921 0.00 MB 2 0
149,958 149,958 0000000000000772d16c20b4feb8979fd3ab194caa9fbca8d4aa128414e972b3 0.02 MB 71 140
149,957 149,957 0000000000000447fb67b8ee45cb2feffc81b918380e49932a54239c43cb7bb6 0.00 MB 1 0
149,956 149,956 0000000000000074db90a8446bdf84b9f3dabb883407cf15f09be05d4da3656c 0.04 MB 114 85
149,955 149,955 0000000000000525b62f42709b8e9557571ca75fe16ca1e26051c01b2c03c373 0.01 MB 24 172
149,954 149,954 0000000000000759614245f46f60480172cf72f46249f65d3ecf88a8a442cafc 0.02 MB 46 33
149,953 149,953 0000000000000080b9b249f48cf1d676c3b2a373f50ecd6a2f5c6be3fb809561 0.00 MB 14 24
149,952 149,952 000000000000074db6e92966881fa4ec54cd618a4a339c12fb66abb5d08ed07c 0.00 MB 6 27
149,951 149,951 0000000000000010da8a91fe7d2792cd3708fd84095f72afd22887d8a6391619 0.03 MB 94 34
149,950 149,950 0000000000000066d0be11c26f87263f0393448ac8878b70c3c031e99c42e5aa 0.02 MB 55 204
149,949 149,949 0000000000000b3d6fccef83a4237510394710645b6eb3d8832fd0f196e18527 0.02 MB 33 359
149,948 149,948 00000000000006bad807f070fcac72c6fcb987cd7f12642591e0c46b48d58389 0.00 MB 14 297
149,947 149,947 00000000000003cc2961da56949de9f2f814bf79d4fd6949a4e1022c05796d55 0.02 MB 55 96
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.