Loading Tool

Explorer IconExplorer

Memory Pool

41,190 transactions
25.98 vMB
0.05052615 BTC
Random Selection Loading Transactions
Max Size: 135.96/200 MB

Candidate Block

Mining Attempt 0c9d47770c4327e6e6eca28d91937b7e24769c194b3209235aa9d1914e3c31d9
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 6020bb7a37f817ae26468551a5e99720ff6b224390aae0715269d43b60c12623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,852
Size: 1.00 vMB
Total Fees: 0.00315184 BTC
Feerates: 18.26 > 0.32 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (403,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,227 511,227 00000000000000000012161c0f1f63bcdf0884a842beb85184c8d1acc78a8c75 2,041 1.00/1.00 vMB 32
511,226 511,226 0000000000000000000d3c664a0f0b22998aa3556316c948cf72132caa7811df 279 1.00/1.00 vMB 5
511,225 511,225 0000000000000000001fdd34556f124eeec497976f8fd2c402d648184c54fc7c 116 1.00/1.00 vMB 1
511,224 511,224 000000000000000000099ad8ebfbb14914f9d8ba8fcc9558b11799ef4d4d1b5e 1,827 1.00/1.00 vMB 30
511,223 511,223 0000000000000000004d4742dcabbbd52de7237572f1a6140b9878d0b7e36058 2,264 1.00/1.00 vMB 31
511,222 511,222 00000000000000000012a6acbd6a7dfe41117828b654ea8dbfa18523557987f4 1,222 1.00/1.00 vMB 18
511,221 511,221 00000000000000000040993d4a1019f3782e33bb6c98010bb1e5cfc27c768cd0 1,670 1.00/1.00 vMB 23
511,220 511,220 00000000000000000020f7bf657bfdfd6309221e550e5b86331b6a27022bc0b6 1,633 0.73/1.00 vMB 39
511,219 511,219 0000000000000000001b12fd3333e95a237fe4de361b43d53fe2dec4c5b2f7ce 1,136 1.00/1.00 vMB 14
511,218 511,218 0000000000000000003375114ddb5b7266c2b540bacc538a6c45ec3ab6f5cb7a 2,126 1.00/1.00 vMB 24
511,217 511,217 00000000000000000055cc38b0f0a47da3a14802e0696b13b6902d3ca5f29c6b 2,207 1.00/1.00 vMB 46
511,216 511,216 0000000000000000004ad00f46329532b529e63bbcef4022298508654c8e4e36 767 1.00/1.00 vMB 14
511,215 511,215 00000000000000000003f695c8da9dc6b10857db1d3b5c5c8ceda8a123c1b890 1,123 1.00/1.00 vMB 14
511,214 511,214 00000000000000000029c0335bd231e15e2923a012b613e1fb91c32d6d85319c 1,939 0.68/1.00 vMB 39
511,213 511,213 0000000000000000001707fe809f2788a19e0e79450290ef9ed703a2cf015f59 936 1.00/1.00 vMB 8
511,212 511,212 0000000000000000002ccd51d75a4d8270e518e6b9745eab1e390be1f2f8073f 1,274 1.00/1.00 vMB 88
511,211 511,211 0000000000000000002dd304bde616eda0ed09fc8aa088ba1c66692099b4a9ab 893 1.00/1.00 vMB 18
511,210 511,210 0000000000000000003e52809d0c60a34b8a5711ff1d6a087ab4067be0d795cc 174 1.00/1.00 vMB 2
511,209 511,209 00000000000000000055fa72eb2b57c316734a2689159f037e898f660d42e49e 152 1.00/1.00 vMB 1
511,208 511,208 00000000000000000033fdabf7589fd321aef39941eacd50724f84a4e40c11bf 1,757 1.00/1.00 vMB 32
511,207 511,207 0000000000000000002ecb35a452965c12f6376c1249ff14761d555e3add1541 875 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.