Memory Pool Memory Pool Refreshing

3,101 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (864,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,795 43,795 000000000095777a361244a51203db04956c1c0866f589aff6a5d553dfcef89d 0.00 MB 1 0
43,794 43,794 000000004256e6b2bb713c910aee5151419667959d3eaf5f93b1a84e3d96e65e 0.00 MB 1 0
43,793 43,793 000000003503c3aa28a54193e3278967853ebf705aa9f534cad0480e6f5dca4a 0.00 MB 1 0
43,792 43,792 000000001c87ccbf164668085269e37a64412929a398931ed8b0cef3ddd2a550 0.00 MB 1 0
43,791 43,791 0000000038ce605214803b84f570252d5c9d09afc8edf0f77c51fea7d8b483fc 0.00 MB 1 0
43,790 43,790 0000000024ff6839ece9dfa62a2c678c06d3de0038a377cf6d48089e5226a050 0.00 MB 1 0
43,789 43,789 0000000036e28592657ff0b3ff717831f1c0b913a115434b0231eb9eb89fbc5b 0.04 MB 2 0
43,788 43,788 0000000034bd1e0953a39bf6f9df29a9ace6e307c13a763db7d144d15a22c30b 0.00 MB 1 0
43,787 43,787 00000000117caf190fb8958d3f52e2cdbf6f3ecee7515a27365425c873b10f17 0.00 MB 1 0
43,786 43,786 000000000eb66f4b15a75eb76498545f46d3c24645cb02a011a53e2c1f9a3bc2 0.00 MB 1 0
43,785 43,785 000000001fae89f3d137a84a322c2ddaf371439c1b555dc9f12344a92a2a18c5 0.00 MB 1 0
43,784 43,784 000000002777549261e114d8241db1c79d8e4e551e21b266a0af017ad9a61227 0.00 MB 1 0
43,783 43,783 000000002668b8ee55a7e1258184e4e6be6bed4e28952d013fcf904777fcbcb4 0.00 MB 1 0
43,782 43,782 000000002e1d10b63a510743893de8a27e2f7e8b6f998cd6baa63501f1c464eb 0.00 MB 1 0
43,781 43,781 000000001071211b91f905e654dc9d7b1ed223bef269e681de644f712a89e1e2 0.00 MB 1 0
43,780 43,780 0000000017565c6b4014216a05cf81154c25666aa20ba5f72e87eef58a7cc0b5 0.00 MB 1 0
43,779 43,779 0000000020be6372a614d677321e37f778ef16b196a10f554fc82b3f7ef12704 0.00 MB 1 0
43,778 43,778 0000000032b2f6221c94f3521c80f682e3ab65163aea01e0e38828722e19acb5 0.00 MB 1 0
43,777 43,777 000000001881fbe3ffb29c465d31f1dab3b1ccd8f5f78c6308ad3d3c3cbde8d8 0.00 MB 1 0
43,776 43,776 00000000173a1353ce2630ff2b0d6196a4e95045c7ac45dcc60101a1d3ca99c8 0.00 MB 1 0
43,775 43,775 000000001ed84e6ea6aececf934962154e39b8d889ea0c74bbe456e5a8894295 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,847.76 GB sent, 100.69 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.