Loading Tool

Explorer IconExplorer

Memory Pool

80,079 transactions
29.46 vMB
0.13027831 BTC
Random Selection Loading Transactions
Max Size: 178.06/200 MB

Candidate Block

Mining Attempt 477b87e17a3ceba1267f0e5dede606e939d363a09ee3ab8be7e9d4c463338c0e
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3af86a7e254f56887b45e5221a44a54e088e50d7eb860aeb3496f0ce4a61e46e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.04839706 BTC
Feerates: 301.72 > 4.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (90,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,200 825,200 0000000000000000000195e521b2ee04d52bdac56069de06a38955b49235d041 3,351 1.00/1.00 vMB 59
825,199 825,199 0000000000000000000056407ba45b95b4697e0b78bc96be0d9439f8c9ff76d6 2,462 1.00/1.00 vMB 50
825,198 825,198 000000000000000000039e47376d02f85666bcdc0072477f676abfb8cedc490a 3,507 1.00/1.00 vMB 86
825,197 825,197 0000000000000000000251ce500c7092ed52b5971919e903576abdc0f28739d8 1,528 1.00/1.00 vMB 33
825,196 825,196 00000000000000000001d4530c76dce495e17095663b51508d23a6e5cc201338 2,833 1.00/1.00 vMB 49
825,195 825,195 00000000000000000002739ff88007a9d0e2b5d58ba21950ddab0feaa8f6790e 3,451 1.00/1.00 vMB 69
825,194 825,194 0000000000000000000090bfd435255462933284f0632545d5e7b8fa655255ef 3,330 1.00/1.00 vMB 62
825,193 825,193 00000000000000000001aed0771e28c8a6f5a7aab63bbcf8c7a97112527f4c3e 3,026 1.00/1.00 vMB 109
825,192 825,192 000000000000000000019939f9292452cfb218bfcfecff170cf2912f40591501 3,162 1.00/1.00 vMB 84
825,191 825,191 00000000000000000001b089235da09389605d89acf1a4470fdf221a73cb269f 1,989 1.00/1.00 vMB 37
825,190 825,190 00000000000000000002d5fe7210cb25254a576f4fd8adc3cdf876d6a8415cfc 2,794 1.00/1.00 vMB 38
825,189 825,189 00000000000000000000937d11fe3185110ce4244f70bb39782b4c3ed6484a3a 3,127 1.00/1.00 vMB 87
825,188 825,188 00000000000000000001527bba28f7b5652599a2d4213d1fa2b69eecafe90b82 2,375 1.00/1.00 vMB 49
825,187 825,187 000000000000000000012a300541c9071c19c7cb1c19bdbd8a55a2b1379af5b2 3,346 1.00/1.00 vMB 70
825,186 825,186 00000000000000000000d7ebd8bd8d73b1d27674e13b62598eff54c99243b7fe 2,991 1.00/1.00 vMB 69
825,185 825,185 00000000000000000000267e363d2fb62ce3d8984437ccc21cc6a1005e3bf033 3,100 1.00/1.00 vMB 55
825,184 825,184 0000000000000000000061a146d29236cb77cfff4cc676d44989e5e5ffa0714e 1,306 1.00/1.00 vMB 35
825,183 825,183 00000000000000000003cc0d7d51b84a87ed5b436b2f030bb4aa4bd76ad7cea9 3,623 1.00/1.00 vMB 66
825,182 825,182 00000000000000000001aa98b78670bc8fb580212ec267073b4a3d72aa47328c 2,644 1.00/1.00 vMB 39
825,181 825,181 00000000000000000001a79d1975ec91e1b56d917ba0b7d512d85f7ba2987b9c 3,567 1.00/1.00 vMB 76
825,180 825,180 00000000000000000002f7bb235ee2512d969e49628a203c886207a15bce7fa1 2,915 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.90 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: 713.75 GB
    • Received: 17.46 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.