Loading Tool

Explorer IconExplorer

Memory Pool

75,977 transactions
28.40 vMB
0.06670114 BTC
Random Selection Loading Transactions
Max Size: 172.00/200 MB

Candidate Block

Mining Attempt cbc9748733811bc567ab3c183edcef622c9a78229cbe34fdac5e2e029c0b369a
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 036940f2f35527ca16f7472844027349fd85ef2ae315d44292fabfa4fd3e6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,654
Size: 1.00 vMB
Total Fees: 0.00786227 BTC
Feerates: 101.00 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (352,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,006 563,006 0000000000000000000c76023e321a23f1a7ca5191d7c67c26c8ff5b509ae030 1,610 1.00/1.00 vMB 13
563,005 563,005 0000000000000000000b18afa27987edb7c6fde16b9cd83d11cbb79bb4323fdb 2,646 1.00/1.00 vMB 34
563,004 563,004 0000000000000000000dd36cb011c55e99e516906088c00e8c2877423860db6b 2,797 1.00/1.00 vMB 10
563,003 563,003 0000000000000000002c33d1d1a502a127bf170ed129b49b3a7d6cf9427af5a6 2,492 1.00/1.00 vMB 25
563,002 563,002 0000000000000000001b1bbb94628ef4623b3ac97d3b19f852256ac043c496f6 2,609 1.00/1.00 vMB 36
563,001 563,001 00000000000000000016467f6e762e808a386d4cd5a1711e7a1e37a74273efa2 1,720 0.70/1.00 vMB 4
563,000 563,000 00000000000000000002838e2521aa94ecdfd91a7eef40896ad3a8f4db83ff0c 2,699 1.00/1.00 vMB 9
562,999 562,999 0000000000000000000fbcf9e68c5706d85e90e58bba1f56f2ab6c9ab29c32dd 2,814 1.00/1.00 vMB 9
562,998 562,998 000000000000000000027f81e8bf6cb9483fa8301c74a7afb82365e395986513 2,841 1.00/1.00 vMB 33
562,997 562,997 0000000000000000000e38f82046c6fc33443fd9c07cfe1457e6a9840ec4a742 3,039 1.00/1.00 vMB 20
562,996 562,996 000000000000000000214f647f5b4f12108119a452b5e496baace5982ba057dd 3,145 1.00/1.00 vMB 11
562,995 562,995 0000000000000000001f98f681766f1bd05c6bdd9a268ecf28dbe4eef287f80c 2,860 1.00/1.00 vMB 31
562,994 562,994 00000000000000000005e74b513fa0966c514539a92009024a57113855852804 2,880 0.93/1.00 vMB 14
562,993 562,993 000000000000000000243fbabfcce893e289466d72b21153741451ac6b414497 633 0.35/1.00 vMB 11
562,992 562,992 0000000000000000002c2f2e1b78bbfb6b20cf84ae9b0df6ce0807c79b0efba3 1,021 0.43/1.00 vMB 19
562,991 562,991 0000000000000000000f6fa0787390af2e0e6bf37dbe7356280d1702a3966c40 845 0.43/1.00 vMB 11
562,990 562,990 000000000000000000094976bff94a061cc1b3bb4b0682e4cc57fde8645a5393 3,007 1.00/1.00 vMB 9
562,989 562,989 0000000000000000001d372f24b87840c2e7f362c555ab552239b4b6a48ea04b 2,750 1.00/1.00 vMB 24
562,988 562,988 0000000000000000002144bbcaf7ec598e964b2e984e4e0c76ed90d985d022b5 2,490 1.00/1.00 vMB 21
562,987 562,987 00000000000000000029a018f5259854933f3042c48a4d40110ca788fd70edcc 2,813 1.00/1.00 vMB 17
562,986 562,986 0000000000000000000143b5675782eaf139f53259c69aa44d9a2f9eb16e49a7 2,990 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.