Memory Pool Memory Pool Refreshing

6,185 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,094 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,093 (905,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,112 2,112 00000000e8bcdaa8ab9f8ef19c5ecf6d5e624b8b094fd62c10ddde907881a81e 0.00 MB 1 0
2,111 2,111 000000006a1e87b12ff12edcc04408a61b6d436b21dd6d8af9f5afc759a38116 0.00 MB 1 0
2,110 2,110 000000004e9faa21bc0797c4124998999b0d8a42b1b5257dada61079a3f00257 0.00 MB 1 0
2,109 2,109 00000000ea7f9f046ae440a6d6b3e42f67b20c9d51d300cd5d757f309beaf883 0.00 MB 1 0
2,108 2,108 00000000858aa3785d1874097feee96e35aa9e80804207d1af28f2ba251ea9bd 0.00 MB 1 0
2,107 2,107 000000004e9312de3e91560422cfc38f37d6e96f836169d3cbef6284df27c0da 0.00 MB 1 0
2,106 2,106 00000000125bd7848efc28349f2f8a45aa2412e25fb0c9a63ab989db66ba910d 0.00 MB 1 0
2,105 2,105 00000000266f48b65050bd91fd8584a2e5b3225c64af4b8f2321a24a1d7b62cc 0.00 MB 1 0
2,104 2,104 0000000074d8bfd85b5c211a7ddc38bb62e84078e1778e90635855a992910d8b 0.00 MB 1 0
2,103 2,103 00000000d5c38d3d304e325f7892bc67affc7c1bdbf82db7d6233178afd3edcb 0.00 MB 1 0
2,102 2,102 00000000aeeefd7c35c30f53345004470618aa400239892cdafd6ed5a282cd2a 0.00 MB 1 0
2,101 2,101 00000000d8982f243bdc42ea9b6dd9961f98d99db54decdc6affdfdfd7205eaf 0.00 MB 1 0
2,100 2,100 00000000d5092034c3a92473d42f28e3fd279f0652e2d5b0049c7d40fcbc990b 0.00 MB 1 0
2,099 2,099 00000000a993926b3a5445a43a8cf541590a95295c62a59aaca09f3f1c802c72 0.00 MB 1 0
2,098 2,098 000000005a9189f917643e93a3fc11775592586079ab775db9e5e06c6f7861d9 0.00 MB 1 0
2,097 2,097 000000005a4e2652c424379e180ba98a3e6ebec92df5f25c4307e663302808ef 0.00 MB 1 0
2,096 2,096 00000000613a98b6b1ff823ae8af5b1613f436e1b1ef62744ae39df6c62d7b0c 0.00 MB 1 0
2,095 2,095 00000000bd56ca2b4b827de4a87fd1e5b4bd0437236cef6cc1cbf32b586e16eb 0.00 MB 1 0
2,094 2,094 000000007e96f9aaf9ffa534df258772228aadf119fecb09b05e942686dde7d4 0.00 MB 1 0
2,093 2,093 00000000a5c9ae7b0c97436e0bf1111fd421bf3fd9118aeaa8063575cd1bee7e 0.00 MB 1 0
2,092 2,092 000000002632732de3262f8a3df0c1516439fe310353e183db101a61bc77a788 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.76 GB sent, 96.51 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.