Memory Pool Memory Pool Refreshing

3,032 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,850 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,701 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,849 (615,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,256 292,256 000000000000000015678deade732be3ab6159b1eb9c246df6e81ab13b4dfbb6 0.04 MB 64 27
292,255 292,255 0000000000000000208f88023c94c6702641d61a17c539bb0950cbcdafe6ae50 0.16 MB 323 35
292,254 292,254 000000000000000021f852c33a8f7bc35338e8553c2521acb63c76fd3d2f7ba8 0.05 MB 125 29
292,253 292,253 0000000000000000d9d2d4517cef3a4bf8579392e586fe1ea555cde3209577fb 0.14 MB 286 31
292,252 292,252 0000000000000000ef5082041230d1606dac5a55c33243c0456258a537584953 0.15 MB 259 29
292,251 292,251 000000000000000052caa16398770488c61953cae5bd15e199d8a18b426378fa 0.11 MB 194 27
292,250 292,250 0000000000000000b513c20079f476846236c031e11479deda9b128921e13353 0.12 MB 200 53
292,249 292,249 00000000000000005c362572737e34c68e563d44e52c5ddbc3ba5e4c90387d55 0.35 MB 762 36
292,248 292,248 0000000000000000103ea57df3402829a8b9818e7c5d3b3ce0cfb04e2a9fed12 0.01 MB 19 13
292,247 292,247 000000000000000012f5744c87bac49ffc583a4031ec555323908b4b0bc57b89 0.07 MB 134 31
292,246 292,246 00000000000000002cdc44fe04cb67c0b0fe0efadc00046594f0947729a8960a 0.08 MB 150 33
292,245 292,245 00000000000000007bc1f21850681ab0a6adabc1de642b28cfc2a99d1525cf79 0.07 MB 142 38
292,244 292,244 0000000000000000efbe06dfb92fb2a9967383b2e428d2300777629f60a9bdcb 0.14 MB 245 27
292,243 292,243 000000000000000029ec6b6565821d13d7de654b47d51e5593634bec28741228 0.09 MB 186 34
292,242 292,242 0000000000000000b64e3bf6ce9d7347c970aefc7e4c57af2e08dd55abd63f0e 0.14 MB 238 30
292,241 292,241 0000000000000000df0cad2fae6bdd21aed9b091f1c3d30513b22fdac24f9840 0.08 MB 122 24
292,240 292,240 0000000000000000dd60a4b0a07613c3185318d304b118e7710c1ddd8f48b8be 0.35 MB 498 26
292,239 292,239 00000000000000001131c853ee0275fdf7113982411d4121d20c9859964fe1ec 0.03 MB 32 42
292,238 292,238 0000000000000000dc2bb3f81658b38155446747b088d8e3aa669b234daae478 0.34 MB 562 32
292,237 292,237 000000000000000041c2309ae63f4746c004f335526c22954c82eec623e29f90 0.11 MB 189 28
292,236 292,236 0000000000000000978735b047efd77d5faaadf0c7e895f83faf254bdeea07d3 0.25 MB 440 36
Previous 10 blocks ↓
Total Size: 769.26 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.23 GB sent, 94.21 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.