Loading Tool

Explorer IconExplorer

Memory Pool

85,369 transactions
33.07 vMB
0.16044892 BTC
Random Selection Loading Transactions
Max Size: 196.90/200 MB

Candidate Block

Mining Attempt 29a3de795d186abbd35e8f4e1689d243c9366b82a600006a397edcfb00e92edc
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root bf37b35579c69102591bc5bf28248d81181a75bb25367382b1de7e4834fa7bea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.04960290 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (268,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,910 646,910 0000000000000000000c97e7ff84bfb79c7c0255d1727dac70a367e428370294 1,075 1.00/1.00 vMB 21
646,909 646,909 0000000000000000000a450a5bf5f906d8333e0cae637b74b0004b951822431a 2,123 1.00/1.00 vMB 21
646,908 646,908 0000000000000000000d76e48e800a4b4b13e9e005624036189533f95956c00f 2,405 1.00/1.00 vMB 97
646,907 646,907 00000000000000000002049d723f9eeb936995fadf1be6da08a73b5e26699030 1,980 1.00/1.00 vMB 20
646,906 646,906 0000000000000000000101ec9438b1a0742728ecf4025fa987fdecb1fdf3d079 2,973 1.00/1.00 vMB 54
646,905 646,905 0000000000000000000e1be470677505db527e84d16f00e11bdb88332a92d3fe 2,454 1.00/1.00 vMB 133
646,904 646,904 0000000000000000000e7311e5a96d2accc10b75be5465be4d73749c97a5a9d0 2,208 1.00/1.00 vMB 139
646,903 646,903 000000000000000000035428b08a16eaedf8d05a18a31ba4c1412558a06b27b0 2,786 1.00/1.00 vMB 100
646,902 646,902 0000000000000000000b30e3b1df7cfd8e0605c0edaca9782b91c2652aa7a892 2,166 1.00/1.00 vMB 28
646,901 646,901 0000000000000000000cbdc01ff16283622122996f3e68bff6b5f8b6ef05e1c0 1,892 1.00/1.00 vMB 36
646,900 646,900 0000000000000000000ed94caedacbcc54b9303b48d08afc9ffdbdc0c81464f2 3,097 1.00/1.00 vMB 115
646,899 646,899 00000000000000000001e0f6f25f2b1b83001408706cbc9c76d5f34af5bc2ff3 2,740 1.00/1.00 vMB 65
646,898 646,898 0000000000000000000116838809609f377d0415198997189dafdb23df47f603 581 1.00/1.00 vMB 21
646,897 646,897 0000000000000000000b87eda5f0eff2b934e8dcab85f5134f0967f6a1e807dc 1,123 1.00/1.00 vMB 25
646,896 646,896 0000000000000000000bbc6bf6c076aa31f37e22262d985c0bb1662fa05a39e5 2,334 1.00/1.00 vMB 24
646,895 646,895 0000000000000000000510da39236dad027e4c5aff42353f1a1b692c438e11ab 2,702 1.00/1.00 vMB 51
646,894 646,894 0000000000000000000bd6eb855544c596a1dfc14a5bc920744573bfc7765186 2,317 1.00/1.00 vMB 65
646,893 646,893 00000000000000000003c229b43a1925d3cb23ef4aea5f53628edc2dff2f6e5f 1,828 1.00/1.00 vMB 48
646,892 646,892 0000000000000000000de3bc62fd58a7a2c4973480f123bd936628c024f037c4 1,599 1.00/1.00 vMB 139
646,891 646,891 00000000000000000008a204a01a12c5f46d2fa518878e5ea82ffb975a21c275 2,295 1.00/1.00 vMB 33
646,890 646,890 00000000000000000008f1c342597ef9ef41641e2dd32b0009570758794338b4 1,922 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.