Memory Pool Memory Pool Refreshing

9,281 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (728,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,913 178,913 0000000000000225bd54027ad1054bdd831e1b8a4b2facd3ea56a3a36e945cde 0.01 MB 14 56
178,912 178,912 00000000000002456b0adf4f5e787bfdb0ef9feb90ba1c3d71fcaa2fa90cffd1 0.02 MB 47 17
178,911 178,911 000000000000021f61130ec588e71f434ecaf8d7d1fa56d129df56c11386470f 0.07 MB 127 207
178,910 178,910 0000000000000158b3d1deed6e7ea65e32e003b8286e196d8f708344ea0cd1be 0.00 MB 9 91
178,909 178,909 00000000000009280b405556e04238242688fe3a496456e72092eade6f96d770 0.00 MB 1 0
178,908 178,908 00000000000001b0558985f850fda6d7d0ada360f28613882cd41900eb8008c7 0.04 MB 64 69
178,907 178,907 000000000000054b39b45edc12c6c9378492343136e978b342d67d7faaeefac8 0.05 MB 114 73
178,906 178,906 00000000000008c8f2d8c03c1efc507810dc9f2f2be1c3ca0781f85b4597d3f2 0.08 MB 157 103
178,905 178,905 00000000000001aaa0fa5f727bb6f8a2876a7107a880281e9f7adb84c11a7a94 0.03 MB 55 75
178,904 178,904 00000000000001c1266890a7bfebb7f2aaa126761c515c608e6c4d0c5fa94b35 0.01 MB 60 0
178,903 178,903 00000000000006d8acc0f1d4d33504cc9af570764848abffd5d57dc9ce135389 0.11 MB 256 187
178,902 178,902 0000000000000a479078023d650037a9e023d78351d3ed1adbee58fb71d1e249 0.00 MB 1 0
178,901 178,901 000000000000019547d35e691884e95f0b4e1df8b62bebfb883f991ca83bc261 0.00 MB 11 44
178,900 178,900 000000000000065a3f4e91439391256bb9b1b4e4856cb9c9822ae3cc499fe1f9 0.01 MB 30 98
178,899 178,899 0000000000000afd083bd55c0d2b17cb7e15c1bf02b361c40d08dbdc3a952bc5 0.06 MB 132 230
178,898 178,898 0000000000000a4f59ed9980120dbb1d6b1568354f3a9203588d4d91b4e25059 0.06 MB 130 626
178,897 178,897 0000000000000365a8e4830793a9772088d123b2990e5fea3dfa6cd7e5800f29 0.00 MB 10 50
178,896 178,896 000000000000071a16ec2b8635c4550d29cdb943e1584d3cf89f218978c64da2 0.10 MB 271 153
178,895 178,895 000000000000006f619477f8f80505f703a57c71a3c9530717430ada11213a95 0.04 MB 80 109
178,894 178,894 000000000000062d7a42bad351a0809739e7093454ced476ba22e3bd9fd22387 0.01 MB 15 16
178,893 178,893 0000000000000471b445b38057ba3ea2e2e38287626f6e3a5fd4c7b9d896296a 0.02 MB 35 121
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.