Loading Tool

Explorer IconExplorer

Memory Pool

20,376 transactions
9.96 vMB
0.01989308 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.52/200 MB

Candidate Block

Mining Attempt 0bda8f51f186089f7439704c2b644b7547ab79fd64a7470811131f60692b1b5d
Version 20000000
Previous Block 0000000000000000000195a68104ee529d5b0348ec84e5cd57be7531ca14ebf7
Merkle Root dbcfd03447af8938c70afd235a3adc2abc30610961b7631371ca8f51c7a86aa1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.00326754 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,571 (898,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,786 14,786 00000000ed936e1aca5a34e5f2ab1ae8cc17af64e0784d2afa254bf31a636d61 1 0.00/1.00 vMB 0
14,785 14,785 000000005c66aa7ca37e6b9fe600f67fa54774d11eacbc3875b6eae6f34ec138 1 0.00/1.00 vMB 0
14,784 14,784 000000005f4eae3d55cbe52f053657e42eedc484e2852f973be742a5d9a6465c 1 0.00/1.00 vMB 0
14,783 14,783 00000000e4444d8c4095955b812dddf910ce8f4e39ded841505250bb0001fc50 1 0.00/1.00 vMB 0
14,782 14,782 00000000f4b69ed362944dc9d3e7ed4daf494d54d693192e6eee811064f82b4d 1 0.00/1.00 vMB 0
14,781 14,781 0000000011b41f46eb40ac6491d26b252b797ab5ca3313ec19d0a33eb53a3369 1 0.00/1.00 vMB 0
14,780 14,780 00000000c5f13265f792a233e09fe4094da76e8539142f47c0d4a92374ea4862 1 0.00/1.00 vMB 0
14,779 14,779 00000000e7788922571df5265876e149786a9b64276cffed49c123f98ea972dd 1 0.00/1.00 vMB 0
14,778 14,778 000000008019e5b887af0a3bd1edb3ac93226530cd476674904103bdece5d8d2 1 0.00/1.00 vMB 0
14,777 14,777 0000000006bea170b6eaa10c58d7e4e23ebb1d39860673e8b4a336c8f2b1f3a6 1 0.00/1.00 vMB 0
14,776 14,776 00000000ceadc3db3807dbabd13ed264568587cc76b10802585a66fc1307f6ed 1 0.00/1.00 vMB 0
14,775 14,775 0000000013b314b0765ee77da538409114dc73dbfa3b9690ac894ab2062a150d 1 0.00/1.00 vMB 0
14,774 14,774 00000000bfaef97bd7cef1774a63d6b7bda41f587f00ff389869483b734e8bbd 1 0.00/1.00 vMB 0
14,773 14,773 0000000073d0e883218f55e427534d3068956fa3ab27b311ae1b896d47d08324 1 0.00/1.00 vMB 0
14,772 14,772 000000004f0376a39673b56c74ad26ee8cc60c009c5bae27201deb88a8b53607 1 0.00/1.00 vMB 0
14,771 14,771 000000003e846df40cb5c86a932773e13dfdccfe7f3ecfbf8be39a87a1ed4d9b 1 0.00/1.00 vMB 0
14,770 14,770 000000000016a94f5c52ee9cf61f09062ca2f7b996a9ddab33c92e59f26e4ac3 1 0.00/1.00 vMB 0
14,769 14,769 00000000395890b8697e7ca916c67d1dc227c945550bb92065e6f102a5842f2b 1 0.00/1.00 vMB 0
14,768 14,768 000000004dee68e25be12dbad7f07be0a15a8b5dec5f0a7beb4b0fd6fc1d3025 1 0.00/1.00 vMB 0
14,767 14,767 00000000edaedce9273e33add60e0fae73f0d0e4810497702b2eff9c559bb4f8 1 0.00/1.00 vMB 0
14,766 14,766 00000000fd85388f60a493aa5619e1828f557b059d9aac98a12f4a756370812e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.85 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: 437.81 GB
    • Received: 2.40 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.