Loading Tool

Explorer IconExplorer

Memory Pool

78,285 transactions
29.78 vMB
0.07296217 BTC
Random Selection Loading Transactions
Max Size: 181.65/200 MB

Candidate Block

Mining Attempt 9f0e8928b86d0c62d8b8d56f4dd4abdfd79bec440adcf1a76b0e26c549fc87b3
Version 20000000
Previous Block 00000000000000000000f93cccf65ba1bb0d36ddbb9079a10905fd5e8bbf112f
Merkle Root 123e926b07c1944e6b10f3e52f53a3247474d87d583f7ab10738f670531d6a6d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,978
Size: 1.00 vMB
Total Fees: 0.00701929 BTC
Feerates: 73.20 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,371 (450,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,928 464,928 000000000000000001c9c9fb25b87f8d5dcde50d5cd2221cc02c10f31d3f40b8 2,911 1.00/1.00 vMB 119
464,927 464,927 000000000000000000022b5407d2bd027246bca55edef979fd8b76bc4f65f325 2,346 1.00/1.00 vMB 127
464,926 464,926 0000000000000000014c1bf18db2a285d910901eeaa05af636da7abe0daf7df0 2,500 1.00/1.00 vMB 188
464,925 464,925 0000000000000000006cbafc93cf7e65f4b894294eaeb19de42bff49d2e1d273 1,734 1.00/1.00 vMB 149
464,924 464,924 00000000000000000136a541b8ef75b7788db650b05413b9b2dcd08d0059fc42 2,403 1.00/1.00 vMB 241
464,923 464,923 0000000000000000017fb2823bcd25f9df84785a6fe89134158a21b42f31289d 1,427 1.00/1.00 vMB 144
464,922 464,922 000000000000000001e21d4a856a73b0078d30d99aa9923dd79b983e31c81af3 1,259 1.00/1.00 vMB 105
464,921 464,921 0000000000000000002f17917c355881bea072e973a752e60ae1650de93dc040 2,504 1.00/1.00 vMB 248
464,920 464,920 000000000000000000d28aa8b3206569c7a0a36be0ac385117306798c1328760 2,738 1.00/1.00 vMB 263
464,919 464,919 0000000000000000002273ddc83618cc7f3fe98d24fa8ca65289d07f1d1d91c4 2,131 1.00/1.00 vMB 170
464,918 464,918 000000000000000001830edf6e97c1ed868e4af756cd6d456b623ae8980b70ce 1,609 1.00/1.00 vMB 161
464,917 464,917 000000000000000000e05178e770e53cdfe05c534bf9cba5507327caa4c7f1cc 2,962 1.00/1.00 vMB 300
464,916 464,916 000000000000000000e007e8ebe6618d100b50b797067a1eb2b6bad53ee6b388 1,836 1.00/1.00 vMB 184
464,915 464,915 0000000000000000005da2050cdd6f73a8b275529e18e2481aedabd4f1894c6f 2,263 1.00/1.00 vMB 152
464,914 464,914 0000000000000000020f9b25b206682ef1ba98f79fd90a1ada7be42e85e147f3 1,675 1.00/1.00 vMB 145
464,913 464,913 000000000000000000a615e5137ed6c5cd522e7299c7dc3e7387518660b29549 1,749 1.00/1.00 vMB 193
464,912 464,912 00000000000000000093b2282285a413b59c8bf02bf73cb479afeb3c87e31e9e 2,054 1.00/1.00 vMB 162
464,911 464,911 000000000000000000fbf0a2aa4128e91bca554a7cba3e22f97b3764fc8141bb 2,545 1.00/1.00 vMB 214
464,910 464,910 0000000000000000013d285d3dcfc90796c076e46abedfb7878bc62230cb3cd9 1,874 1.00/1.00 vMB 166
464,909 464,909 00000000000000000191c250b362f9d22c86f9a02e0d3bb57c1cb222e1395bf9 2,099 1.00/1.00 vMB 164
464,908 464,908 0000000000000000017301048d86fa62dae2dd35386a3dd936120dddbafafb7d 2,585 1.00/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.10 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.