Memory Pool Memory Pool Refreshing

17,591 transactions
5.66 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,767 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (87,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,807 819,807 0000000000000000000343b7f1e56c950212ffc5f837039b36f5e272ff8424b1 1.70 MB 3,609 88
819,806 819,806 000000000000000000014e30bc9bd1323ab66d6b26af8114d57e213959a85009 1.80 MB 3,115 84
819,805 819,805 00000000000000000002081c2f524fdfca318506bb4b9a3fbd20129dc81a6db6 1.65 MB 3,773 108
819,804 819,804 00000000000000000001f0a6d8a8922896399784d165ba9ded9fdbd5935f9e76 1.71 MB 3,140 132
819,803 819,803 00000000000000000002f14f88c02be7efb076c9239b4bff07cef038e8dbe3dd 1.64 MB 3,355 116
819,802 819,802 00000000000000000000a442eb94bc828ad6bfc9515df2e434edc4d6ce49281a 1.77 MB 2,751 93
819,801 819,801 00000000000000000003fb28350adfd181acd288fd493249c94bbdd478b71a9c 1.77 MB 3,420 86
819,800 819,800 00000000000000000003f9f96182c2a5ba48169cca319ff1ff4fd103add22759 1.72 MB 3,623 112
819,799 819,799 00000000000000000003861069f8be7e9f039594f1abb6b4d0217fe6b9e15d3a 1.86 MB 3,079 103
819,798 819,798 00000000000000000001ce8205bff000cab71e49a74f2b59197057b30c89bce0 1.72 MB 3,675 106
819,797 819,797 00000000000000000000fc89d5a087b482dd0b0d4f1e1120eb3de3e7196190ed 1.71 MB 3,641 100
819,796 819,796 000000000000000000010a2149b527e0ab6e738f04a8c3172d8c3c4d91829db3 1.59 MB 3,583 116
819,795 819,795 00000000000000000003bdc5d4228c4556d23cc5ab4f690a21d6d0b649ba0771 1.55 MB 3,222 137
819,794 819,794 00000000000000000003941c941ce5fbbdc750bc386cc2c0123510cc511a2110 1.65 MB 3,108 117
819,793 819,793 00000000000000000003dd65c4ef77566683a9725b53d47af3017e636809d82f 1.35 MB 2,241 107
819,792 819,792 000000000000000000011396f7d8b437165fe1e625e357dbd8310f29026246c3 1.36 MB 2,228 129
819,791 819,791 00000000000000000003528b9dd0883aaab6b8443615b657ea88a593acd241e9 1.56 MB 3,129 123
819,790 819,790 0000000000000000000190bb86271da9d355c6a3813085f72015af6aefa704a2 1.54 MB 3,029 131
819,789 819,789 0000000000000000000053adb02a38a19c7fc8f4151e0caa89f3ff8098817cb4 1.72 MB 2,804 139
819,788 819,788 00000000000000000002247b0c124bc3c9e4bbda083db6928b5dcfb2f1714086 1.67 MB 3,068 137
819,787 819,787 00000000000000000002cacb07451e095084e48db9cd3f0d04ec8516130d6c65 1.85 MB 2,372 124
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.