Loading Tool

Explorer IconExplorer

Memory Pool

79,927 transactions
29.31 vMB
0.12585662 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt f9c53cda58896b57108b141f57c710c905738b68c74549850c6c757a2eb8366a
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5ff2bbfda6f200b127e3b306de16f563b6b87bf8352d86a3108d391347c620c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 1.00 vMB
Total Fees: 0.04724975 BTC
Feerates: 301.72 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (542,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,846 372,846 0000000000000000072d038faf386312d4427aed36e483ea27a347b26815e11d 698 0.45/1.00 vMB 27
372,845 372,845 000000000000000001f74c8b6cf86b966fcb6b169d1a25a8251bb89e6e4e4351 1,529 0.95/1.00 vMB 25
372,844 372,844 00000000000000000f716f11a00b174e9a2bca5dd649b0eb8d02c908c291e17f 1,793 0.95/1.00 vMB 45
372,843 372,843 00000000000000000c69430beea18c71be1d34114d7e1d4023dd1ffe1d9bc7f0 2,129 1.00/1.00 vMB 47
372,842 372,842 00000000000000000426c856859dc2c4c988787fe8f771d4dcde54f6f5028701 2,427 0.93/1.00 vMB 63
372,841 372,841 00000000000000000ad19fa34b4e1e2051ae2f2abce40a824c0aece0f00895bc 645 0.34/1.00 vMB 33
372,840 372,840 0000000000000000047ce0db81d599dde312af7c4a870bbdee2b1180ad198a61 1,087 0.75/1.00 vMB 24
372,839 372,839 0000000000000000004feb60907deb692ad3818d2e53761cfb15e35554ebeb52 1,625 0.75/1.00 vMB 48
372,838 372,838 000000000000000008d84479fc2c30b00890b9f35e536f1679e21040eafee939 1 0.00/1.00 vMB 0
372,837 372,837 00000000000000000c217a1ad703de7b7d8d22ffe995cd220dbf619aabce670f 513 0.28/1.00 vMB 38
372,836 372,836 00000000000000000feb00502b3f1bac18a62f421f9cc03e5aae31ddcc8d438c 1,089 0.51/1.00 vMB 41
372,835 372,835 000000000000000009e711892870cf51ba59765e2cf145a2f664b308a510fd05 637 0.43/1.00 vMB 21
372,834 372,834 0000000000000000004d5dc7ee547e82df47d50230631851676645d441b3da8a 1,081 0.93/1.00 vMB 17
372,833 372,833 0000000000000000076d39e70bbe1aa11fb1c0b2465f1fc613e02ff76cf6035d 2,012 0.93/1.00 vMB 42
372,832 372,832 00000000000000000532ed9bf08988d26eceb187d2cc2b2d522c0207911def4b 1,092 0.75/1.00 vMB 32
372,831 372,831 00000000000000000d383c89b07b438bea6a0859f8e45c8cacb70367c66a4e23 2,651 0.93/1.00 vMB 58
372,830 372,830 0000000000000000031555d4648f7bd5a82f0fee31fb0975eda0a76e689896a2 971 0.56/1.00 vMB 32
372,829 372,829 000000000000000010eff580b4cbe11d7c24d6aabca013f39e98373166001f78 1,541 1.00/1.00 vMB 28
372,828 372,828 000000000000000002934473edc3d374c7ab57d27484b599a4b07b2cf424a31c 2,881 0.95/1.00 vMB 64
372,827 372,827 000000000000000004e740eb321f9ee15a3e59599b3c2cf202c6a505c38be151 470 0.84/1.00 vMB 12
372,826 372,826 00000000000000000a9c0c1dca09eac7c2138c09a7c3b6c80fb69197769df15c 1,324 0.75/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.