Memory Pool Memory Pool Refreshing

1,606 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,994 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,589 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (794,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,110 113,110 0000000000003727f166d73014a8db18dc2f434ee00f05cb31503b8a4bacfabb 0.03 MB 104 59
113,109 113,109 0000000000003e682e8f9462a98a777ee658c17c6c50ad04519e5938fb0377b9 0.00 MB 12 329
113,108 113,108 00000000000058797267b6d2db2b887ecba76a10b94b6b82a00a7d62e07d4c2d 0.00 MB 1 0
113,107 113,107 0000000000005abebdc0007e3355806c62f01b7a6d37d9be5399da9b2686be03 0.00 MB 10 0
113,106 113,106 00000000000054f8a876d0992eff935a0b939d4232ee22c9089814bb5919d38f 0.00 MB 9 662
113,105 113,105 00000000000006275b4c9ed6df13bd842dc56aaeeb0dfe09a69923203c41b815 0.00 MB 10 350
113,104 113,104 0000000000003b62888dd4b543a426ee05398dfde146d3c6e4389e6685217f2b 0.01 MB 23 0
113,103 113,103 000000000000858f9552bca42dbf09a43f24c4c6beee18cce42644bff9862681 0.00 MB 13 0
113,102 113,102 00000000000063c3349029d0edf38aace7a8587826dc88f53ce4946675f39230 0.00 MB 9 0
113,101 113,101 0000000000002076fd4bd9d04cb61f7f8d28cfa56c76e30b7d1433b2ac6e24e8 0.00 MB 8 0
113,100 113,100 00000000000076168ca958193e0b5a901cf0c37331e2073476119326211b70fd 0.00 MB 12 0
113,099 113,099 000000000000097e59476bf203766073673d3f94774715b9cdfb7539fb5075f8 0.00 MB 9 307
113,098 113,098 000000000000d501f0d689152db541c91ae3aa0a9d767f992c463173ababe002 0.00 MB 10 0
113,097 113,097 000000000000aec1bf1c8d79ef82a0d6822cb16963642c16ba0a77f1da0614ef 0.00 MB 10 0
113,096 113,096 0000000000005ff89e511c8d50618103f21ab43a9c4d37f367a326431d21f95c 0.00 MB 13 0
113,095 113,095 0000000000002349a55d78243326c36baddc4d3627636966f1f774eff538edd0 0.00 MB 9 0
113,094 113,094 0000000000001a5d0f75d08200e39182e388c39027761e8c755f5bb48f55f77c 0.00 MB 9 271
113,093 113,093 000000000000254f0cd6867b6b92a404c840e6cb62fdfbec30faeaa0da68c4ad 0.00 MB 12 0
113,092 113,092 000000000000b95be52c3caf27da46a313b57fd5110c35b73c1d14abe5d25514 0.00 MB 18 203
113,091 113,091 000000000000aef709603e83b04fd1fe25f32bc5cbdfb3a1c4b0d52e4b74dc1e 0.00 MB 6 0
113,090 113,090 000000000000302caf3e7785147d9c706f7792c36ec77c82ae8d88cd42276992 0.00 MB 8 294
Previous 10 blocks ↓
Total Size: 769.53 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,648.14 GB sent, 95.60 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.