Memory Pool Memory Pool Refreshing

13,259 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (705,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,798 201,798 00000000000001c4a22bb81f0870aeffeeeb3b540b86dfe932fabb45cba02e29 0.09 MB 203 174
201,797 201,797 0000000000000257fae0b354a832a87bde3c8d9f1f0e487c96fac40a3ea84c6a 0.14 MB 212 153
201,796 201,796 00000000000004eb1c13ae992224d55919427c0edb1735047a23fa5f149eae63 0.19 MB 503 236
201,795 201,795 000000000000004e010fa0e285c81d8673220c1709b06584dded01f12998bd65 0.09 MB 244 150
201,794 201,794 000000000000056c9dbacbf4933d7f8e13275004bf9049bb4454621b779670a1 0.21 MB 456 325
201,793 201,793 00000000000003158135330bc9e4385b8e982d17d3467c5ba20467be400db9b4 0.05 MB 153 53
201,792 201,792 00000000000004cc6aabd79f4ce19fa76e508cf2abf075f05bb87b5eb6081363 0.15 MB 403 227
201,791 201,791 000000000000001edbe7f7cfdf445c521680f938ed8fcde2c2008d7c7f239e3a 0.07 MB 128 116
201,790 201,790 0000000000000175b4ae1f112cdfd97049dee0c83a6a3120455d9644081368b5 0.00 MB 1 0
201,789 201,789 000000000000021523a5a99b42f6e603f69a59a0ea225d6f8cc87034486feb99 0.00 MB 12 15
201,788 201,788 00000000000004b025cdd88f1041554ea9bad1d35764fdbce496b9d24abdea11 0.01 MB 22 102
201,787 201,787 00000000000003af317cce48e8fd47f6ab24ffae70a1ed353ab8a9b9ac61eedb 0.13 MB 86 22
201,786 201,786 000000000000019f74c18c1b19a5ed4c0bc568184285b53de96d963b94714ed9 0.09 MB 74 99
201,785 201,785 00000000000000119bf60a1de118de7afc54b2b622daeca6078b01fee2b26b66 0.26 MB 437 45
201,784 201,784 000000000000054a69e216a9ad9ce001ed8f00813aa00104e18480bf836eeb24 0.03 MB 68 17
201,783 201,783 00000000000001479122f9e536190b74b670367a68026f0ec4f5f38a0dd5c936 0.12 MB 206 137
201,782 201,782 000000000000052c199c0d3bc3a8ba4f00806c3c10f816a7772d46dfbdd49164 0.08 MB 85 106
201,781 201,781 000000000000009e1d5c82cbe3c417d5a5ae0bcebbced6fed96e51e16a2bbce4 0.13 MB 262 244
201,780 201,780 000000000000018f8877cd7381f6d5bd871555b3df75e22ba35dc470b84fafe8 0.00 MB 11 469
201,779 201,779 0000000000000281802f744a18a181f58f190275793c9d8335eae3980dc5a4a6 0.06 MB 17 59
201,778 201,778 00000000000002790231b4fbfbacdaf719a32e7c30d411fec6e2a16e5bfe1f9a 0.04 MB 87 135
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,622.89 GB sent, 92.96 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.