Memory Pool Memory Pool Refreshing

6,662 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,722 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (680,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,795 227,795 00000000000000667d4b8bc4d3a16014e6875af916b7d2ea15b9bddda611ea66 0.04 MB 68 135
227,794 227,794 00000000000001d840bbbd7f868bb9dd88539b60a212f44d08b7bd2afd5733f0 0.10 MB 107 83
227,793 227,793 0000000000000004b7da3a3b17154ae725775e2350e3d06ce6ddcda077249aaf 0.10 MB 217 198
227,792 227,792 0000000000000055800eab33f2a9c8d0cdc1243c16e2f5fe972c6ac86189efab 0.11 MB 264 166
227,791 227,791 00000000000000ee330b347c72b29e781a30ab976999b964e5d3efd458a791d7 0.08 MB 200 133
227,790 227,790 00000000000001a75b3af26b4b256b90a06ca84b58fe55878dc02fd5bddf16d5 0.08 MB 186 200
227,789 227,789 00000000000001362e3f8ff264cfb63e20e2f1bfb2909b73d2fdc7bbb416ea7e 0.11 MB 239 196
227,788 227,788 0000000000000062cf85fd2738419f054c861230b164351e4ad55b4f14d5655b 0.13 MB 357 223
227,787 227,787 0000000000000145268c51441a52b7c2b94e7ecfbecee97e2fc21b1006e7be54 0.25 MB 32 48
227,786 227,786 00000000000003756281362cca7b373528ea30d930f9e7e46665fa698fc8a581 0.14 MB 288 187
227,785 227,785 0000000000000057bbaa18fa920f245f85ee99d29815cd2562eed6771a16ded4 0.07 MB 145 178
227,784 227,784 000000000000000a1284c83c937f3a3650364aaadf633f84b903c46d202f99b7 0.02 MB 28 221
227,783 227,783 000000000000036cd848f7f6ff0b662c9a5ee4b4ae057698668b437a7ca63294 0.00 MB 4 616
227,782 227,782 000000000000018148ed2beca449fb7cdfbf02de14a2c629e223cdcc261c2ddf 0.05 MB 116 174
227,781 227,781 00000000000002888445b1bf472a32ccfab7b551ab0daa2c0bb9dd227e1b0f0e 0.03 MB 39 127
227,780 227,780 000000000000016c37a250e130289da0d78f51b88a2990474064fbbd84f24a72 0.07 MB 123 174
227,779 227,779 00000000000001dbc3b37c40e0e7ece42de1c633ee1292c64f08acc8d9b869aa 0.11 MB 268 215
227,778 227,778 0000000000000034a92d32870ab0ad9bfd1decc3c239481a958e049cf4be9c6b 0.01 MB 22 89
227,777 227,777 000000000000032349ed50381bf3f00f00da20fe014531c9f42be521f550f0a3 0.07 MB 168 188
227,776 227,776 000000000000003111d7697902c4132c2b869ca3e197e172744ab279394a4078 0.08 MB 133 83
227,775 227,775 00000000000002ca068081e65ad28e9bec783c6fa19a47e6580cc66299183a46 0.10 MB 268 194
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.