Loading Tool

Explorer IconExplorer

Memory Pool

80,929 transactions
30.06 vMB
0.07408651 BTC
Random Selection Loading Transactions
Max Size: 181.21/200 MB

Candidate Block

Mining Attempt f2e0261dc9b43d053f3f78772219b1b9f3e68c847e2c84f6dc810769a3e2bed4
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (135,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,807 779,807 00000000000000000004be16b31cf7c09372e6d7ce2f795be97c8cde86c35d23 2,516 1.00/1.00 vMB 8
779,806 779,806 00000000000000000000083329a98947d2f7bbdf520f1f09c5af92c1a69ba87f 3,153 1.00/1.00 vMB 22
779,805 779,805 000000000000000000044d1cdb1fab42360d0d6d12fc894a030339e7133efd6f 3,404 1.00/1.00 vMB 29
779,804 779,804 000000000000000000039add25005fd7971d19891f040484f668b041dd37ef91 2,130 1.00/1.00 vMB 11
779,803 779,803 000000000000000000026b90c481b139d47994a02efce775493596784e16e761 2,875 1.00/1.00 vMB 11
779,802 779,802 00000000000000000005bcbc31f18ff391de2e943197a32b244f3f900f6fcc60 1 0.00/1.00 vMB 0
779,801 779,801 00000000000000000002c83bd454357b3e6c7aa2e960eebd67c97e07f63e68bd 2,162 1.00/1.00 vMB 13
779,800 779,800 000000000000000000039f0ecb6ffdd56996b300c8e01088862874ad787c35ef 1,670 1.00/1.00 vMB 11
779,799 779,799 0000000000000000000152d89e583049394753748c459eafed9dc22bea084bb7 3,148 1.00/1.00 vMB 21
779,798 779,798 0000000000000000000528eb03418e2a885d1dbdb213ed0456ee3773a6c018a3 3,119 1.00/1.00 vMB 33
779,797 779,797 00000000000000000005413c4460c45f80372bff37388c1719986fbe70dd0a0a 1,113 1.00/1.00 vMB 11
779,796 779,796 00000000000000000002ae645387ed7dce2c1b7aed2fdca5db0cd86f6012fb6a 1,130 1.00/1.00 vMB 4
779,795 779,795 00000000000000000005015f61156e65855ce2def5275cb85b3f01609d92bcd8 1,461 1.00/1.00 vMB 13
779,794 779,794 000000000000000000067208583d7636bab1c71e94b4301cee8278511f275886 2,820 1.00/1.00 vMB 28
779,793 779,793 00000000000000000004cb33318d40d3aeb8baf88d7f5264a54002029f2095b6 2,742 1.00/1.00 vMB 15
779,792 779,792 0000000000000000000053bef778712afc7c1d4b1acdfe5938f132dd79cdf5d8 1,984 1.00/1.00 vMB 10
779,791 779,791 000000000000000000059a2a9b929a1c232ff05517df0e1bd14c080297e6a1d6 1,924 1.00/1.00 vMB 4
779,790 779,790 00000000000000000002050b93467f6dd34271a5c5ed0f11286117e9f339e7ce 3,368 1.00/1.00 vMB 27
779,789 779,789 00000000000000000005f52d0daac546b32ab8cf8aab7b5eefeca0f731e52c08 3,076 1.00/1.00 vMB 22
779,788 779,788 000000000000000000022e0da4f652f9b44587b200833564f37734ea4205c71e 2,406 1.00/1.00 vMB 13
779,787 779,787 000000000000000000057f3ba8bf81b645682411d4c585006293e7566a78bd66 2,514 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.