Loading Tool

Explorer IconExplorer

Memory Pool

54,619 transactions
32.28 vMB
0.22576241 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt c78ba09163539d75696661a5146308fdfee8d4458f10a700b70e1a52d291beae
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 3eb5ef7c9acfdf5fa43987488797871b9fd5f422595688103dd6eb7ac760aa7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 1.00 vMB
Total Fees: 0.11938303 BTC
Feerates: 101.66 > 11.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (302,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,929 611,929 0000000000000000000ee970ae130b4ed015fc792b45544a31543add20f824fb 3,077 1.00/1.00 vMB 30
611,928 611,928 0000000000000000000c274ed589fb50c4b50c3e3fbda596365121a3178100d0 3,021 1.00/1.00 vMB 33
611,927 611,927 0000000000000000000ac7663bb7c91c5290332bdb01d076b18990452c1b4574 3,006 1.00/1.00 vMB 39
611,926 611,926 0000000000000000001019bf1fe1532bc7566fff7239152e8f36575ce5f80345 2,540 1.00/1.00 vMB 31
611,925 611,925 00000000000000000009c51d5c8e4d358082d91b7a8391ac47f7574a769b66f8 3,372 1.00/1.00 vMB 48
611,924 611,924 0000000000000000000be4f909c320a9a167e992dc407561d35f40041312fd47 3,030 1.00/1.00 vMB 41
611,923 611,923 00000000000000000011f61fcc26702fc07145bdbc4560f17e963ec654e14dc2 3,525 1.00/1.00 vMB 46
611,922 611,922 00000000000000000006451a681ef41dc71cbae743a12e5ed53e39b6fb48f536 2,805 1.00/1.00 vMB 53
611,921 611,921 00000000000000000013d2f0429bf8aa81e671b0e874619ba0596e33c9caebe1 2,839 1.00/1.00 vMB 34
611,920 611,920 0000000000000000000c54b4c79fb1abbc5ef6241f9c51b6017fc404fdcc67a9 2,748 1.00/1.00 vMB 18
611,919 611,919 0000000000000000000112fc98c0c675f868de66f41710b582bdafb4573c52f7 2,943 1.00/1.00 vMB 34
611,918 611,918 000000000000000000076b7448d92193f867587a177c8be87cedf2b2aa9d0b70 3,207 1.00/1.00 vMB 50
611,917 611,917 0000000000000000000f990aaf3ada2d9a5339c2d236578740aef8ba40d87662 3,193 1.00/1.00 vMB 33
611,916 611,916 0000000000000000000a7ccbf08ab92aa10f57ae5e580aae15be60a34822a354 2,582 1.00/1.00 vMB 28
611,915 611,915 0000000000000000000ef1baa96b0e63c9a78a9b12038b0c922a8b8824843a85 2,161 1.00/1.00 vMB 32
611,914 611,914 0000000000000000000508f78e5c1bff184aafefe55ac1a2d8caf00aa98f2716 2,715 1.00/1.00 vMB 21
611,913 611,913 000000000000000000039ab9c8f096b9bf5e639e9932e7fd0c8e692daf7895a8 2,311 1.00/1.00 vMB 27
611,912 611,912 0000000000000000000d2932d56500824b819d3e229333026c958c9ef1f538f6 2,494 1.00/1.00 vMB 24
611,911 611,911 0000000000000000000f95b94f5177b96e98772a3500098d6ec3e4f6afa84d6d 3,157 1.00/1.00 vMB 77
611,910 611,910 0000000000000000000a421a72eac5f9fa93b5846f0e6e7fa0a67aa6eeecdb7d 2,924 1.00/1.00 vMB 27
611,909 611,909 00000000000000000007b64066de6bc78b7470ff4e359655235d63253ff1f184 2,599 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.48 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.