Memory Pool Memory Pool Refreshing

1,872 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (785,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,283 122,283 00000000000074e70144249f364f9169995e5b0b770f7e3e1150fa1c49dc9b6a 0.01 MB 21 177
122,282 122,282 00000000000002a828bbcb299f5e08ea74bc57574f40f6c60606a088a36b1bc6 0.01 MB 20 657
122,281 122,281 0000000000001f36de4f4bfbc19f281d6f921bf06a00d46ab3651faeea998409 0.01 MB 18 768
122,280 122,280 00000000000082df5928514e64a59cff3f67f1b0d01da4f5d929f54e8c52248e 0.00 MB 12 0
122,279 122,279 0000000000007905f23201b2f09df27a8acbbe38bbcf9c43985b00fe9453747a 0.00 MB 13 1,899
122,278 122,278 00000000000036d8d8ff3d2a2ed375907cb4bb351c1fc2d10a84def2aaf0d1c2 0.01 MB 20 513
122,277 122,277 000000000000098cf004857daebd8018f8bdcecc9983c9f6cb4e07dfbbe2c4bf 0.00 MB 2 2,288
122,276 122,276 00000000000036f6f0ae0e5e9f700b31afde95cce5c1859a2531f12f7113fff3 0.01 MB 15 636
122,275 122,275 0000000000007c0d50875024feb0082f7256fa7b565561ec4b56198b53e97a61 0.00 MB 14 1,297
122,274 122,274 00000000000058da4e4571184cac3dd31c7b68ea1cf97124cb843d6b7f3783b8 0.03 MB 20 1,147
122,273 122,273 0000000000004d94e726e7a0f69a291c9d30bb557dba4cda741b6ab1c5426f03 0.00 MB 18 1,266
122,272 122,272 0000000000002c2aeb029f88501d29421c8a50fc2bdab3cf462151f06b7fc04e 0.02 MB 61 1,461
122,271 122,271 00000000000036c273d3914cc32249552214b8fb5d7af611a1c51de585330b8d 0.00 MB 13 710
122,270 122,270 0000000000006f7c89b45e61edccc2220b13d826af7741653c3c960462cfda86 0.01 MB 18 944
122,269 122,269 0000000000000809261c3a3224bfbabc65dc8a4f000c1f090ac84bbf940571e3 0.00 MB 8 0
122,268 122,268 0000000000005298b434962221591ec3c09c5b72aced8cab786ce4148c5c6578 0.00 MB 12 0
122,267 122,267 00000000000045c6afa8e8b645c2f4790e47bd1adad7a81ebc5a6bc8bbf626f9 0.01 MB 27 847
122,266 122,266 0000000000005b685ef5c11599df08face4a2f9975d53aca9f048d64569b21c6 0.00 MB 15 900
122,265 122,265 0000000000007021a95ffa7deda166851e4362be63421e292a6e6e13bdc794ce 0.00 MB 11 862
122,264 122,264 0000000000004ac8030e8bdcdeb3c52cf95a3323cdc414d9e1f2a750cf0fbfa9 0.00 MB 8 0
122,263 122,263 0000000000002d1c5446fa6fb8c5eafccfd064d3ba967452ab5c24e257d17cc1 0.01 MB 9 0
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.51 GB sent, 94.31 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.