Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (755,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,589 152,589 000000000000018b1b2c3bdbf5db44077053eeb2497f80d48bb7e0090a7608c9 0.02 MB 40 14
152,588 152,588 0000000000000be976ecb2bdbf21c6f8b098999d18b2877c5989fd159bbafc45 0.04 MB 98 75
152,587 152,587 000000000000059f8624d67008016659f2487c810dc405ff072127eb508b0e4d 0.01 MB 23 368
152,586 152,586 00000000000002fc2ee4320de66346ba85ca2216ecf764b3e6a495567ba918be 0.00 MB 13 0
152,585 152,585 0000000000000361a899a7177d4e028ccaad87e29f8652a21fdfbd4ce5372e41 0.01 MB 24 187
152,584 152,584 00000000000009ad3b4f854c1034d3944b2ffbb81e5660ac5ebb6e3696fa3754 0.02 MB 43 311
152,583 152,583 00000000000008aa643d8f47d182783d7e8efc7ae6c96a054a75fdea15145e15 0.03 MB 14 57
152,582 152,582 00000000000000a8385211f9b3681f01eb0a6730ec69f604b41fbdcd4e88f894 0.00 MB 13 41
152,581 152,581 0000000000000c6981e9ed564f9fb016a23e001464c6ce69ce63356e0a29b74d 0.00 MB 10 32
152,580 152,580 0000000000000a8823647788b38952fdf3939464fc5f846ce04566577ff472b7 0.02 MB 47 123
152,579 152,579 00000000000001db9c66c31292d62955a46c17429b96641d0ba58e15870baa47 0.04 MB 95 54
152,578 152,578 000000000000001c1d7410f61223d1cb97eaf6062008df0d9e6ec83fe90d2d52 0.05 MB 81 275
152,577 152,577 0000000000000af311f49b0d23d7b2cd02ae4c95c7ba7f0355223e4fe9c51074 0.00 MB 10 838
152,576 152,576 000000000000005002daceb4c74fb8f8513e55496abb2ba60ea6a8872b7180f0 0.03 MB 61 58
152,575 152,575 00000000000008237963b31647fd9a8cc6b6afe53230637b76fe3f1f14289810 0.01 MB 17 86
152,574 152,574 00000000000008e6f63b41c74c321d1edb97997a77359e05b5843ef0c62e7e67 0.01 MB 11 22
152,573 152,573 000000000000065eff6b0e493db70fad6019db47d61805db8d645a21b3b02d41 0.00 MB 12 123
152,572 152,572 000000000000076ac4b4dfb5ca194ad932ee959a38fe9ba791af838abe30a2d4 0.01 MB 23 74
152,571 152,571 0000000000000c0fec8908487545045b32d14bb94bd66a851783c9adacf02ad4 0.01 MB 24 109
152,570 152,570 00000000000002596b42655cb565fd2149a3db47e85a1f3ff15592ee8d71ff37 0.03 MB 34 69
152,569 152,569 0000000000000dd5a654105d1b7eb821e02c0cd0f326488483a3191bedc3d590 0.02 MB 33 95
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.34 GB sent, 93.35 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.