Loading Tool

Explorer IconExplorer

Memory Pool

41,869 transactions
26.80 vMB
0.06501779 BTC
Random Selection Loading Transactions
Max Size: 140.22/200 MB

Candidate Block

Mining Attempt dbbce56eb3efd620ffe153516798fda965f32ebe8c5f852be7d21e05f074c146
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 0ad7994e91dda8effc572772ed8336ce0bcc51d1825ee60748d00abd4e823b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01535914 BTC
Feerates: 151.03 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (859,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,904 55,904 000000000c0fd293488f83bab17e99ef41dbab72539513b554bbc5aa6f2746b2 1 0.00/1.00 vMB 0
55,903 55,903 00000000088fef4b945178bd3dd0ce51079465f56fc35c51a1fea34bfcea13de 1 0.00/1.00 vMB 0
55,902 55,902 0000000005e83f1c9effef781a92abe95564728fb6a597ef9102cb8c96f88be1 1 0.00/1.00 vMB 0
55,901 55,901 000000000e2bfac1191ddf8482272b6925b53817a2bfca43148c6deb68ddcb28 1 0.00/1.00 vMB 0
55,900 55,900 000000000349d57b888d01d597c6be1fb6afc014007afac0854ef77648903bb7 1 0.00/1.00 vMB 0
55,899 55,899 0000000004a3e13960571952350b471e56f29ca2186f161de2018a89546e7d23 1 0.00/1.00 vMB 0
55,898 55,898 00000000114d2eb77aa8cceb0783702b55810ae7599dfd6c1a8155c5624c8085 1 0.00/1.00 vMB 0
55,897 55,897 000000000aae2dd472be4344fb19dec21264a934713f16321842dfdbe8bdcfac 1 0.00/1.00 vMB 0
55,896 55,896 000000000f67db92d69b78abbcebd0839a87fc22f30216742146f70c64eb8398 9 0.00/1.00 vMB 0
55,895 55,895 0000000004496c12720af50d323fbe850e07fcf852993dd23e4dc7c2f4d79f11 1 0.00/1.00 vMB 0
55,894 55,894 000000000a3d261dba8a22e0fe4d2bca8a8142a70acdc36f21ec7cc822827365 1 0.00/1.00 vMB 0
55,893 55,893 000000001365bf49f070841d470d1047e630d8c89569ad916a5ee0fec77223d3 1 0.00/1.00 vMB 0
55,892 55,892 000000000058acb6aac4fa6466168790d07a4412b7e0d4abffd7a01dc2b02f9e 1 0.00/1.00 vMB 0
55,891 55,891 0000000011ca706baa0de56c24ca92ea7a8ea0fb9a4fbbcbcb154020233dbafb 1 0.00/1.00 vMB 0
55,890 55,890 000000000bc40e41e2cec387ed9de48b3b15daa69f85495ac3f9d767016edcbd 1 0.00/1.00 vMB 0
55,889 55,889 0000000008dcb42b0f4f5b29a381823eed1b933b8a028e3be480ed8439b4eef4 1 0.00/1.00 vMB 0
55,888 55,888 000000000b7d4778a9b828535652f579819c65f577bdb6a248f91cf4dc3a4dce 2 0.00/1.00 vMB 0
55,887 55,887 000000000c5882eb7d8b4516d2291be721d759915ed8a6a059a6737345573635 1 0.00/1.00 vMB 0
55,886 55,886 0000000008e1e9bff64143846121362a9e16c90a51e412bc673d3616bec4a20a 1 0.00/1.00 vMB 0
55,885 55,885 000000000bb7601a09616735d49996666cb3cdf77022f6ce8bd5382aeb6c8394 1 0.00/1.00 vMB 0
55,884 55,884 00000000047ca314ef56f7affc2b8bec6f587e8131678cf4432c38f901432b25 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.28 GB

Node Details:

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