Memory Pool Memory Pool Refreshing

2,046 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,027 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (322,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,921 584,921 0000000000000000000ed816cb672a4c8793a3155abf32d27c829d98327aa45b 1.32 MB 2,887 86
584,920 584,920 00000000000000000006e2b95eceb778e4fba6feb31c5890525c9e84849678d8 1.11 MB 2,662 20
584,919 584,919 000000000000000000041202ee1f4f618e4296e6466dc86c82b997af56afd062 1.36 MB 2,893 58
584,918 584,918 00000000000000000007e386a68093ec69390f08589fd32baa10b3927e490235 1.16 MB 2,209 24
584,917 584,917 0000000000000000000245e890f7550c37ff977eb047e3526a00f2f560cb5822 1.39 MB 3,102 60
584,916 584,916 00000000000000000002be4ab79f3aa55f111bf4fa0b043c8faddf63635bee93 1.24 MB 3,150 91
584,915 584,915 000000000000000000186bcca18ccf8c3f58baee024d4e4a889a8aec4a098108 1.23 MB 2,629 37
584,914 584,914 00000000000000000017aa2d315fcd1bc25233c11dedae0eb001c5ad74200fa9 1.28 MB 3,177 78
584,913 584,913 0000000000000000000fbad613d3be7cb60252f35beaf9504aaf2f0055d87102 1.25 MB 2,534 69
584,912 584,912 000000000000000000067ea2cffc54cd54bf0260c8ea30623927d8ea841bb015 1.09 MB 949 51
584,911 584,911 000000000000000000048692427d35c280613c2eb8934a6ef5dfcf9e479fa676 1.11 MB 1,632 22
584,910 584,910 0000000000000000000d34fb8adb51656435246ebcbf8e10ee9ffb7c82567125 1.25 MB 1,772 44
584,909 584,909 000000000000000000105c11447c50c1f4bcc52b8bb06d1fb4a3dd891902df91 1.25 MB 3,061 63
584,908 584,908 0000000000000000000959328105f49c95f1fae558f69f6ca6dfaffb3d71bf37 1.47 MB 3,665 77
584,907 584,907 0000000000000000000f818f2eaa068f29bc6240f1b95818e20832af2b7af432 1.30 MB 2,359 73
584,906 584,906 00000000000000000011524d6dd3589b2d5329643ff249eaefe767409f8909b4 1.20 MB 2,500 30
584,905 584,905 0000000000000000000e430cf4c9d6e7868832c57439bc5f8ab522f3e6aa04cc 1.24 MB 2,749 77
584,904 584,904 0000000000000000000893cda8f2100a568e7fe3ac2b5cb60d679484e2171ed9 1.32 MB 2,545 83
584,903 584,903 00000000000000000004e870f8b0f748adfe374522e878cea63abaa02b217638 1.19 MB 2,095 22
584,902 584,902 0000000000000000001e8ebc08f0d51a89d4ecc49c96e30e43d1d51e5a43ae66 1.17 MB 1,760 32
584,901 584,901 000000000000000000192a2818bcc0a79e9c75440c20c476d36929f154892c78 1.28 MB 1,720 20
Previous 10 blocks ↓
Total Size: 769.27 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.38 GB sent, 94.27 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.