Loading Tool

Explorer IconExplorer

Memory Pool

31,426 transactions
6.43 vMB
0.04095271 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.83/200 MB

Candidate Block

Mining Attempt b1e5575f2fd74f9c7ef9475e6164f692e685eb93781735fd3e9a6119768ed7ac
Version 20000000
Previous Block 0000000000000000000078599d720e20c2833e07da99efa45a59ea9fea3f7d57
Merkle Root 6b0ccdde77ee106675ef9da02d894e17cfb21b01ba8595193c1d9022a07febd2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,582
Size: 1.00 vMB
Total Fees: 0.02385578 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,918 (706,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,910 206,910 000000000000031f137366943209550b24a6e512706b6a8739ce56a7c4c11498 0.06 MB 142 202
206,909 206,909 000000000000020f84317fa289c1ae3e84ab9db8709dc154360c12efca4d8a91 0.03 MB 57 908
206,908 206,908 0000000000000048e99c6f676f8ce46a1308d28fe83b573bead42c0f27db70b9 0.07 MB 155 318
206,907 206,907 000000000000045b5f9250faf2164221fb78e9725177be5bafa33f1b6efa65a8 0.19 MB 435 187
206,906 206,906 000000000000007be26fb63d6c6091e15e8eaec1e187ec33b29af10744ecd494 0.05 MB 122 124
206,905 206,905 00000000000002d278c08692806a1c22ebe83d230512598cf6b45350bc9fe077 0.05 MB 158 138
206,904 206,904 00000000000004545f03923d00d721fd1b44c9d8e649f21b2d97a6c90c3496ae 0.21 MB 587 294
206,903 206,903 0000000000000149fa74258efcf152d2197faa1293f8b0722ad662ad630d8720 0.34 MB 451 81
206,902 206,902 00000000000000b87f4e9e6e93757d4ddea491d59e8b34c3abd41a4e795ed2f7 0.08 MB 229 190
206,901 206,901 0000000000000504620bdf6587604e10cbd694538d4771392717b44dccce9293 0.00 MB 8 184
206,900 206,900 0000000000000409564a3c5c0a7453d1f194fcba30ea49c24b957da4e8a9bbb5 0.08 MB 189 238
206,899 206,899 000000000000043bd5e2040bc0b8c953d5948a8b05df2aeacb534a26490c745c 0.07 MB 178 299
206,898 206,898 000000000000015d0b6900d4a24c3e02a48ca896be573c85ae6da1f2be629443 0.03 MB 54 153
206,897 206,897 00000000000000bb9e37f1036741dc7b54dc66ac526a825f14578fd4670a4279 0.49 MB 160 18
206,896 206,896 00000000000004f3afbfcdb34710b1c70742e2951edddee1e5e3fbd8e61f2d34 0.02 MB 42 140
206,895 206,895 000000000000013e736958825156a346efbf54d1ebf5ed663706c20c0cded23b 0.09 MB 159 140
206,894 206,894 00000000000002bb726ce7119695c79be5ade93a3cb7b1648b60e54ceb63ff38 0.06 MB 129 139
206,893 206,893 000000000000000c533a1800c9b8d7813de185bb0dfb1ba58fac416047616e69 0.13 MB 334 200
206,892 206,892 000000000000011d1787c2cb163a86fde6be815908dbc6f919d20f2633f57e8e 0.03 MB 115 49
206,891 206,891 000000000000042c7dce1d07b46ca8ce08279a68089715304b3904942c5010ba 0.00 MB 11 52
206,890 206,890 00000000000004d2f70cdf4b1cc2080a82f0f268ad6cf81dcd688e561345df79 0.01 MB 31 123
Previous 10 blocks ↓
Total Size: 778.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 312.87 GB
    • Received: 2.75 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.