Memory Pool Memory Pool Refreshing

7,876 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (564,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,921 342,921 0000000000000000063d0b900f3c7f2f73deecb7a2b11cb19c2d844706019cb1 0.06 MB 158 27
342,920 342,920 0000000000000000134cc53860f7e413aa67e3e31df963c7893c6d938cc0c327 0.17 MB 329 30
342,919 342,919 000000000000000017599f3802753e7653a769205fabc12fbad2db908c2be575 0.40 MB 633 24
342,918 342,918 0000000000000000106dc2a3b4e4413833817162ddfd8d7594d2e7e0519c0e66 0.60 MB 1,006 21
342,917 342,917 0000000000000000033d2782716970af6500c7f45304898639c6373533dbcaaf 0.14 MB 512 45
342,916 342,916 00000000000000000af5e7bb8fd6363104f69cb83f8262777bf66a30fd1b8569 0.04 MB 90 22
342,915 342,915 000000000000000004d64631c4b23e522c5fd6b0fb864d4816065b185bb1feda 0.42 MB 735 24
342,914 342,914 000000000000000012ce6030a29e3ecadc4768e502303a869f2ae4193ce6a51b 0.31 MB 560 20
342,913 342,913 0000000000000000184b0254f856750376b3b0e3b70f7caf0c96986b1494ceed 0.75 MB 1,463 26
342,912 342,912 0000000000000000167ca860546ab9bcc1210bbcd1ee135c730020ded5359e28 0.16 MB 266 23
342,911 342,911 000000000000000010e34cd5249481bc6cd5e135d6814c1d8aef52d2d1ba8551 0.26 MB 531 27
342,910 342,910 00000000000000000f7beec64dd452967163f5971c7e1f9897bdcd1c63d8138f 0.28 MB 515 34
342,909 342,909 00000000000000000f08fb7757290780ec21be64991fcd56219794360fe6b946 0.55 MB 1,041 27
342,908 342,908 00000000000000001637a652db0dcab3017fa799a61048ac976bc8e9e6504ce6 0.93 MB 1,775 25
342,907 342,907 00000000000000000564bb98306f1b9a4ff992560fba5c67eed068ceb9ebc433 0.13 MB 353 31
342,906 342,906 000000000000000008896317dd2c98a4cd6ea1451cb18b09bfb354198ba9da02 0.64 MB 778 16
342,905 342,905 000000000000000014629799bee9ef3017faf162e18fdd10ee26978a8bc85c51 0.90 MB 2,178 32
342,904 342,904 00000000000000000c18144f0cebc2e5453591825c3b96dec403cfbb952833b7 0.85 MB 1,136 17
342,903 342,903 00000000000000000539770489524479756d9e771fb0500bbefe321880c49b7a 0.20 MB 459 35
342,902 342,902 0000000000000000182d14c9f1139b7cc30f5edf398f1c24b4be7cf55e6b8e17 1.00 MB 653 14
342,901 342,901 00000000000000000ade09799867671b97600181127ce987145192c79fb99109 0.75 MB 780 21
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.