Memory Pool Memory Pool Refreshing

3,893 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,454 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (706,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,946 200,946 000000000000027547f01b3e1ab37242d30bf3658b8f09c8cdf1d152e5b97c9b 0.42 MB 1,091 161
200,945 200,945 00000000000002ce2f6d0fcaa153cbd6d7f1e5283b23083108dd2a04544b5c16 0.05 MB 147 105
200,944 200,944 00000000000000a3859c17b6fef941ce088abc1e8a4637dfd30ecbf5f04c7f25 0.00 MB 11 200
200,943 200,943 00000000000002eaed8e5059942c0e0aaf80bd2663be889f0e8a7f1f0551ea10 0.06 MB 106 138
200,942 200,942 000000000000002524774753505e05e5b3a9d63c46aa0280f05a97305ce1b609 0.04 MB 127 80
200,941 200,941 000000000000009045a2134fe04ce4371db9d1f38ab3a6f21855c5dc6526ca91 0.00 MB 8 34
200,940 200,940 0000000000000550cd0f3e893fa6f70af165b3162c9b8099a2fd0ad6631f16c0 0.10 MB 246 116
200,939 200,939 00000000000002245e21054607818e12d67197e3905ad31d18e217b2a4ae171e 0.12 MB 218 104
200,938 200,938 00000000000000162c5d7a0ff076afbb334b9aeb38d414909bd2686c96b8b0b9 0.05 MB 68 56
200,937 200,937 000000000000008619e9df5bbb872df125b8c5a604c5d07f211f61d49ea47e9b 0.06 MB 66 41
200,936 200,936 0000000000000212cacf2309b4574cdd1625675893eab823edf8a8db3e1024ae 0.24 MB 582 354
200,935 200,935 00000000000003fc7813dbb973fa1b2022978b7fdacd52f244e4ac568794e571 0.22 MB 512 135
200,934 200,934 000000000000022f8510a9c89e7e824815ecafdf40cc5a498e1485f2a95c6094 0.08 MB 292 42
200,933 200,933 000000000000000e3234726151d04274c999826bfd37b1ad7dedc418e1cb6620 0.25 MB 289 91
200,932 200,932 0000000000000070855930d2872b2fa91213c7e2b108f15478e683809dd554f6 0.05 MB 149 76
200,931 200,931 00000000000003fa6e68d551ec947dd67da84c1ee0a462961e7b65b4a55d4381 0.00 MB 5 0
200,930 200,930 0000000000000155263cb30ad811d5b036070205a8bc59710e06b5c05c8c61d4 0.39 MB 798 103
200,929 200,929 0000000000000381195daadada58a6bfce0dc8e5e696e9cba112cfa66f1135c8 0.04 MB 74 50
200,928 200,928 00000000000002777b0735f566268209a7d9791aa788ed4fdc5734a254a5fafb 0.00 MB 12 0
200,927 200,927 00000000000003e799d59fead552da5a69bc0ba92d4ee50b88630a25c2aab59d 0.06 MB 155 109
200,926 200,926 00000000000001cdce7d8df6b8f9618a2a336cf59f2342bca5070e34dd4fe67b 0.25 MB 586 210
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.