Memory Pool Memory Pool Refreshing

4,849 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,072 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,071 (713,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,726 194,726 000000000000052626d9559a5bfb73996e1af85bca71085aeff6e7eae627ab05 0.05 MB 145 157
194,725 194,725 00000000000005ccd2f7cb210592f057ee202bc30bec6a83388f60990f25d1d0 0.01 MB 13 222
194,724 194,724 00000000000004b333e572d6a81ec979c06930801a321a6415a84ae89a61aab6 0.03 MB 58 121
194,723 194,723 00000000000002a737df5a2cad0690cfe457086cc6e8e5647b73191fa9f9a05f 0.03 MB 65 151
194,722 194,722 0000000000000795b3ca57b32146ad26e4556326319372e901961ee3f82fbc1b 0.00 MB 12 66
194,721 194,721 000000000000013a2cdee0853008098534819d387d5bfb52136499b826d45b0a 0.03 MB 58 104
194,720 194,720 000000000000052e42286277b3632720e42c243e638462226af85f9f74ff06b7 0.03 MB 66 139
194,719 194,719 0000000000000233721ccf143fb184f8825ba4213c1d97e2dc08849a6dc34c06 0.01 MB 28 94
194,718 194,718 000000000000077b29ce4c48889d710c152c1a58cda4d06aacc8909b648b52e8 0.25 MB 382 121
194,717 194,717 000000000000053006093b1c3e57382bd2283e7c297eb4c0090c6efb8e9887f2 0.03 MB 79 121
194,716 194,716 00000000000001fc696de1712839bac7017b96c3482a7429a702290c253b2ea5 0.21 MB 256 92
194,715 194,715 000000000000020b09f54b6c3505871ee80e610bd6b3caf21a8338f2eba8c0fd 0.03 MB 83 3,291
194,714 194,714 0000000000000449bb8a8b9f0bf759e3a2d0de487f66c2e8a1b4582e15bca455 0.01 MB 19 113
194,713 194,713 000000000000046e07cf6021ea60db7ecf9e2519125bfea518c8fb14ecf4835e 0.06 MB 153 132
194,712 194,712 000000000000006da2f1270a7f6d93a857d723928772777c63104d0a3fc73cd8 0.03 MB 100 89
194,711 194,711 000000000000008ba8970afac4b6c039fc5c4066abe83593c771fd0ce9da23a7 0.18 MB 256 51
194,710 194,710 00000000000001029f301c050289f3224be68af757fd238ca5c0deb2c427e2e5 0.19 MB 512 174
194,709 194,709 00000000000003f36652e9fc863b70e2d785ebedf357da7fa3f7bdba6c062e19 0.20 MB 541 141
194,708 194,708 00000000000000bc1a70497c67e366360569937e706b53086ee49b767330a6a2 0.01 MB 32 0
194,707 194,707 00000000000004ec853c217e632492f357dbd2d3b9814878af30900ec60d0d64 0.07 MB 187 169
194,706 194,706 00000000000003c9346cf7d8dfa7bed45a6400d62e730b6bdcacf85d174a9ac4 0.08 MB 203 136
Previous 10 blocks ↓
Total Size: 769.68 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,655.11 GB sent, 96.28 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.