Memory Pool Memory Pool Refreshing

4,733 transactions
2.47 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
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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,717 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (776,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,204 131,204 00000000000002e4ddd5e41587cd6a1cf6e8bc64a39dd815c0c4bd26a440d5ad 0.04 MB 86 1,074
131,203 131,203 0000000000000d97579383029538dbe6f6fd71a6fef3102b7c8ced6befb1810a 0.02 MB 59 1,129
131,202 131,202 0000000000000e8192b9ede35f680446e7dc21aedeb0eac5f7b71cf6450b8bbd 0.05 MB 153 291
131,201 131,201 00000000000000c7d069164c8820c3a4093adc063d9b32e66cf8a3cbd5b1b039 0.05 MB 125 178
131,200 131,200 0000000000000b7542b05601fed20f0ef46895d8b4ee54091a8d49db759283cd 0.00 MB 13 312
131,199 131,199 00000000000003791a4c4d8625de487e40aa20cb9cf1407a4c847d16807a7a54 0.01 MB 27 1,061
131,198 131,198 0000000000000030621ce3f47dfbddc6800e983a71ede8f7961e371345b6b5b8 0.04 MB 97 522
131,197 131,197 0000000000001222a1cd47b5802786902ac5834cf2a1b98504af5fd44257e008 0.01 MB 30 966
131,196 131,196 00000000000005935ab7efdd3ce2aa472a6b36ab21d271f26f312d77e83abd03 0.01 MB 17 411
131,195 131,195 00000000000002dc5d0de787b3d6b853b3365c5b0bcb3c7d5643acfcae6aa8e4 0.04 MB 55 1,224
131,194 131,194 00000000000006f78fdde65a4f8654f8974c5a19331ca0a278864832d5451798 0.03 MB 52 786
131,193 131,193 0000000000000b2e7f8a51cf6ac89fc1901c46b2838503f08191d025546a0090 0.06 MB 113 435
131,192 131,192 0000000000000b1425e9976c4ba7a5cba1e8050b90d588933efc0a2f15dd9feb 0.04 MB 87 998
131,191 131,191 00000000000012326657f670c08def145ce42e86d068a2cb6ee6030fb9f990c5 0.01 MB 17 885
131,190 131,190 00000000000007b57996da5a117578162bd44a1ca6b30ed4e78463e875451d8e 0.03 MB 62 1,211
131,189 131,189 000000000000087e1a411adad3546241dbe480d071797c817bc608a58105bb21 0.05 MB 80 526
131,188 131,188 0000000000000a3843cd529d2a22fdfa505bb4a3594914c1abfdbb8d063da966 0.01 MB 31 2,243
131,187 131,187 000000000000109a6c9f9527b1548464bb54e09cb66ec3b5ec979d67ad232e46 0.02 MB 42 244
131,186 131,186 000000000000035611246a46136c0fb83057f1057e5114750d60950acf1dda86 0.04 MB 78 1,037
131,185 131,185 0000000000000f28c17ca018e0b0e64c0d0428dfbf75621bdc58100f854a2043 0.05 MB 142 452
131,184 131,184 0000000000000efb3f42ded2c88583cec0ac308be13ba7cbcc444d776e4b7413 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.49 GB sent, 93.99 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.