Loading Tool

Explorer IconExplorer

Memory Pool

78,345 transactions
29.06 vMB
0.07433891 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt 8cbf0289a7edeab035bf2970f5cfae5749df02174f9f568256e0d1b7e368e73a
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root e95c2765a87d822b16e3a8a73f1d50ba5fffdc7c265ce9e6c37da2f65552ebce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,230
Size: 1.00 vMB
Total Fees: 0.01368838 BTC
Feerates: 191.02 > 1.37 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (435,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,022 480,022 000000000000000000fdc2d536f922b14c498edbc1cc8dd83d5f181bc3d4be66 2,125 1.00/1.00 vMB 155
480,021 480,021 00000000000000000034c0654ae4534ce8f5bebe78a56e42121e47c40121eb86 1,751 1.00/1.00 vMB 128
480,020 480,020 000000000000000001079d6d52836f229ef40b2da8014669edbf0e7093070a7d 1,745 1.00/1.00 vMB 153
480,019 480,019 0000000000000000010b6bd63fd82749adb50b222240e34573d1f27736c1dca9 2,603 1.00/1.00 vMB 219
480,018 480,018 000000000000000000ccc2e380bd147c362348ad2d1f1cfa2eff1b37afdddd94 2,028 1.00/1.00 vMB 113
480,017 480,017 0000000000000000010ac43e51161299346627dfeec00cca6a842ba40cdc5d0d 1,822 1.00/1.00 vMB 95
480,016 480,016 00000000000000000081e7c4d30d06a417335cc84a74b35bd5e2aabfe71fa423 1,871 1.00/1.00 vMB 143
480,015 480,015 0000000000000000004f6090c030103852fbe798ff8b58337521bb87cbbaafe8 1,855 1.00/1.00 vMB 97
480,014 480,014 000000000000000001304f7419dc7a3b972e71ebd08145eb8f06e955dac4e093 1 0.00/1.00 vMB 0
480,013 480,013 0000000000000000010201c1ecf35ce262715dff266223404745822274af56a9 1,605 1.00/1.00 vMB 117
480,012 480,012 00000000000000000106836422e7418374e9c124df29f8f730a21a5a5fd494ce 1,868 1.00/1.00 vMB 155
480,011 480,011 00000000000000000127edfda9e24764c945e379d3e70b77a6e2c0e5365615fc 1,927 1.00/1.00 vMB 134
480,010 480,010 000000000000000000d5e8a9b2b41664d48e2988c6a95ff24dc5dd94fc85acb0 1,558 1.00/1.00 vMB 139
480,009 480,009 000000000000000000e8e1bb242a2285ac549c30625db9108a4992e1f3842f76 1 0.00/1.00 vMB 0
480,008 480,008 00000000000000000061ab536183a8c63ea94fb6f485f192fd88624a9876d921 2,023 1.00/1.00 vMB 140
480,007 480,007 0000000000000000000405db6dd2dd19d27d9a65e6918231017c66e8a154176b 2,153 1.00/1.00 vMB 137
480,006 480,006 0000000000000000002d5b4120ff51c52ff07e0ccfcc475060565321e0a727f1 2,112 1.00/1.00 vMB 134
480,005 480,005 00000000000000000102d21c631383a2b45f1e3426e21e7b6523959c2dee4651 2,397 1.00/1.00 vMB 190
480,004 480,004 00000000000000000022b5a707bfb3d468d6c51d9170b97a9cbef04719f0564f 1,905 0.99/1.00 vMB 186
480,003 480,003 000000000000000000b13afce750c420b4d0fd563d6e644b78c7f08779291c5f 2,066 1.00/1.00 vMB 212
480,002 480,002 000000000000000000aefc3c4ee0e9a83bd89f1e6a75e3f6ca06b99fab208632 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 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: 669.58 GB
    • Received: 15.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.