Memory Pool Memory Pool Refreshing

8,290 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (756,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,950 150,950 00000000000000a16b549fa4d223cbdc4972e0a5621fdaa7f17bbc3396820a03 0.02 MB 52 140
150,949 150,949 00000000000009981ee5473b494339f8ae9b07efd3c1fa83ee718e8b48f6ef33 0.01 MB 18 174
150,948 150,948 00000000000005466891c1b0023f3c02cfe362c389fa247f760a58b5049be6fe 0.00 MB 8 63
150,947 150,947 000000000000063263418d5707504b2e435608e3938fad1d9009d587d014a89d 0.03 MB 83 50
150,946 150,946 0000000000000923fa9a82403c4a9d014ef8c5a0d3037761f353f9e8ef07d5b7 0.05 MB 100 0
150,945 150,945 00000000000002fcae425a42b8854e1de9b6b487c5ea03875f0a0fd3897e9ca6 0.05 MB 108 139
150,944 150,944 0000000000000a28fcf964dcc7afbd729dd36f4eece84d9c0bee1b49ac83de01 0.00 MB 10 15
150,943 150,943 00000000000001cdab95faa87c3d4539ee91994ed927aa15867e7a1e74f4f4ea 0.03 MB 49 32
150,942 150,942 000000000000002a13fe69176a85ffa7e3997b182339f874c00830678a137827 0.02 MB 53 582
150,941 150,941 00000000000005dcde8b13a42da44837022e199a7993b7f8aaef8c685adee59f 0.01 MB 16 75
150,940 150,940 00000000000004479e7b2a8a91637df87ba7d91119139f0f1439fd865e347166 0.03 MB 73 73
150,939 150,939 0000000000000ab6900a02f23982a969a102fbbf9a7eeb6b471b7a9c8a26c997 0.03 MB 50 48
150,938 150,938 00000000000007e76b7554de4bef72d46ea7542867d1008663457eaf1ac2b91e 0.00 MB 7 429
150,937 150,937 00000000000004917cecf60487896da9e96e0c29db091cf4bd994006285277ce 0.00 MB 12 70
150,936 150,936 00000000000003589ad3580cee9badaa5d44f567589cfa014849807bfd3f9e74 0.01 MB 13 39
150,935 150,935 000000000000048b983a7a26be372e948416637a8b70b411f769bfff4244d2df 0.03 MB 123 7
150,934 150,934 00000000000001c649fbacea53fa9e01722da66b1dd81235e51f242f420ca449 0.03 MB 76 221
150,933 150,933 00000000000003b96229604a7949a960e82b32d69ba6f664329b7d49d184c096 0.01 MB 33 153
150,932 150,932 0000000000000b4a9cab64674493740595c3f5ee577fe56496d883c48f162945 0.01 MB 45 49
150,931 150,931 0000000000000b4947c95cf21a75b5c54b0faae1795191e99522037f231193b3 0.04 MB 102 172
150,930 150,930 0000000000000654bc9cba6c5ae6faada05554da676010a7c9fd2cc6f1d24a19 0.01 MB 16 100
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.