Memory Pool Memory Pool Refreshing

973 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (82,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,871 824,871 00000000000000000001382c23236741e44e4049dc60b1561a4c105265386955 1.36 MB 1,782 67
824,870 824,870 00000000000000000001db2de3ddd56200d3ebe60848ce499ff0a646d8a6f467 1.59 MB 3,120 80
824,869 824,869 000000000000000000027415d6cef83662afe2c6fa8fffcf0c892b590071bacf 1.58 MB 2,383 79
824,868 824,868 00000000000000000001e2433bcbe5b210e2076684d62e6e9321dab0a64c4940 1.49 MB 2,953 67
824,867 824,867 0000000000000000000076fd98bf7dd6c18c7e53be55cd8051c4d647b86e4931 1.63 MB 2,668 73
824,866 824,866 00000000000000000003a1ca2369cde84a1d98b9c848310e4f706a2a09fddd40 1.56 MB 3,352 102
824,865 824,865 00000000000000000001fc6b858ad61bf5790b8c78fcf6c52d27c689ef52d705 1.62 MB 2,508 77
824,864 824,864 00000000000000000001e3f455c954ff4869e28f380ac5b09f8ebcb211970560 1.63 MB 3,264 127
824,863 824,863 000000000000000000015c7c5ce593387df1adbb494cf2a9d261bb56095d1769 1.63 MB 3,328 86
824,862 824,862 000000000000000000004a312d9d06ec08454dffe467e8b09b75b5fb080139e6 1.54 MB 3,389 93
824,861 824,861 00000000000000000000da8c34ebeb78962a9475570e6967b1837de66e5cb972 1.67 MB 2,946 88
824,860 824,860 00000000000000000002e551980e609d907ea287e6c308737259098c9c369fde 1.41 MB 2,664 77
824,859 824,859 00000000000000000002669b6585d8e041c97fc49cb7c2af0d149b619eeae022 1.50 MB 3,525 90
824,858 824,858 00000000000000000003c42c52579dfb4bd3a9dbc64997b634bf94c0a323772d 1.59 MB 3,521 130
824,857 824,857 00000000000000000002d26d415c94f353499ccd11965abf43674083ea63bac5 1.63 MB 3,380 106
824,856 824,856 0000000000000000000382ba33932f60e6fe0b035315b45b81e6dbc111926b4c 1.92 MB 5,482 56
824,855 824,855 00000000000000000001dc706df88cd75cbfb31ece8c728d6b00314ab6682ca1 1.70 MB 4,198 60
824,854 824,854 00000000000000000002404e0b4839c458bd4c723950112ad3c4f8e126b0fefe 1.66 MB 3,773 87
824,853 824,853 0000000000000000000157ee338df7b343105cebb10fca0a84260ea01a93340f 1.68 MB 3,577 85
824,852 824,852 000000000000000000003e085e9b2941543ace6bd129ffe28708cec86ef2d717 1.71 MB 4,173 72
824,851 824,851 00000000000000000002a0c3c691ef7436892b9ef59fde4da1d641bc511fa864 1.62 MB 4,125 96
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.