Loading Tool

Explorer IconExplorer

Memory Pool

20,570 transactions
17.01 vMB
0.02992063 BTC
Random Selection Loading Transactions
Max Size: 89.05/200 MB

Candidate Block

Mining Attempt 1bc00c2ddc8d0fe8a1cb15fc7b864b6df579718996b322d3af20564d59470968
Version 20000000
Previous Block 0000000000000000000142de2d0214b79adb5a8ab8ecefdbb54a81bc26bf858c
Merkle Root a419ff981684fd3bd2c7ca2e09b8da2fbb071f1633a117cdb00363ffce9728c3
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.01179193 BTC
Feerates: 76.27 > 1.18 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,740 (337,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,930 603,930 0000000000000000000392428b70520bfb044c7f1de00453e93d61916cfaf9d3 2,379 1.00/1.00 vMB 5
603,929 603,929 00000000000000000015d44b15fe74a23b6f40aea80e7208f93cee8036d3fc52 2,744 1.00/1.00 vMB 8
603,928 603,928 0000000000000000000fea5ca9265952b67832a20920baf5511a5de1b178340e 2,409 1.00/1.00 vMB 32
603,927 603,927 0000000000000000000bfe6ecce4b3073fd88f7e837a01ba4c169e9b7a705122 3,009 1.00/1.00 vMB 23
603,926 603,926 0000000000000000000e00ec920ffa0481632488cd40b8c724005b60c484172d 2,743 1.00/1.00 vMB 21
603,925 603,925 00000000000000000004b31b4f509518f557eced194561df32f68a04d052bae5 1,942 1.00/1.00 vMB 11
603,924 603,924 00000000000000000008c9744975a2bb46bd4840e0298f4607fd713413a86b11 2,731 1.00/1.00 vMB 26
603,923 603,923 00000000000000000001238ccbdc4013aada96390840cdb2f466cae4a0bb8cfe 1,421 1.00/1.00 vMB 13
603,922 603,922 00000000000000000002efd35064b700661e4ea0cdebf853b03a89b0fa894a1c 2,936 1.00/1.00 vMB 11
603,921 603,921 0000000000000000000595a6d0e56089d781d0cdb8e5376db21f75b19d726064 2,902 1.00/1.00 vMB 31
603,920 603,920 0000000000000000000db6dd43f16dd7388e04978d6e0c9fe09bee5f19230321 2,874 1.00/1.00 vMB 17
603,919 603,919 0000000000000000000f9be1aaed102a5a97fa35174a228cd41b705525005a0e 2,153 1.00/1.00 vMB 24
603,918 603,918 000000000000000000102f6dff6b04df7a9c38cb6d8a427c902a7ee18b29e7db 3,260 1.00/1.00 vMB 37
603,917 603,917 0000000000000000001041c9e6a632d50f5d099bd2b4057fd97f23d0e13e9fdf 2,787 1.00/1.00 vMB 28
603,916 603,916 00000000000000000015436f8d17f371cb3d2bf7a5acfac227aeece258fdcc58 2,272 1.00/1.00 vMB 31
603,915 603,915 0000000000000000000849b6109fa6814d2fb390b29314ebceef8cbc5edd97bc 2,621 1.00/1.00 vMB 51
603,914 603,914 000000000000000000113205e55aff265f2bcd0dd4e8c127d10973e502586ba6 2,631 1.00/1.00 vMB 18
603,913 603,913 00000000000000000005fec59e974cd91dd9dbc85e5781bea37c21e10f40bdb3 1,827 1.00/1.00 vMB 9
603,912 603,912 0000000000000000000348717c790a75edb90692285400916724d75404f6c90b 2,897 1.00/1.00 vMB 32
603,911 603,911 000000000000000000087574fc753d53755a780821dd7b6817b96a8132940f7e 2,005 1.00/1.00 vMB 21
603,910 603,910 0000000000000000000830ce2a4a5577d43b72214f69edfc70cb7388e0f901ae 2,874 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 829.86 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: 4,670.33 GB
    • Received: 254.22 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.