Loading Tool

Explorer IconExplorer

Memory Pool

41,239 transactions
28.42 vMB
0.06654543 BTC
Random Selection Loading Transactions
Max Size: 145.27/200 MB

Candidate Block

Mining Attempt 7984084f867d4a9fcdce5482dab1fa88ba92b14bc7043c03c985220485b3ce17
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 2182cd1b747ba80f4673cee6ec96b8cbc3da4ac0dc3bbf055d553061c23f6211
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,577
Size: 1.00 vMB
Total Fees: 0.01166468 BTC
Feerates: 87.72 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (900,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,472 14,472 000000005940800e91c5a662271ae047dcd8d0082466b306262dabedf7c45fb7 1 0.00/1.00 vMB 0
14,471 14,471 00000000928f05f0b74deae948a800a332c05b9bfa69b64e7eb747da23656732 1 0.00/1.00 vMB 0
14,470 14,470 000000006f3f0dc3caaef57cd8b37e6b2cc8937dce79206b54a648cb17ab1ca1 1 0.00/1.00 vMB 0
14,469 14,469 00000000e6a62fafeed07988afba57ed2596580594fc306589fee175d61ddb0c 1 0.00/1.00 vMB 0
14,468 14,468 00000000aa76dd338478f5d19edeb667a57c225ad66eb256107639ab034b200e 1 0.00/1.00 vMB 0
14,467 14,467 0000000021c22f6ebc4462e45327cd59f7dba0c5fa38ebb84207f190403315f4 1 0.00/1.00 vMB 0
14,466 14,466 000000008053967bda5920ee2ad6df10e28b64774bfec5f6acedeae47b049ccd 1 0.00/1.00 vMB 0
14,465 14,465 00000000f356067e8523ae3af1a6a28650f3cded5c53320a630925f6563b59f9 1 0.00/1.00 vMB 0
14,464 14,464 000000001549aab8c0d631e9e13657d9726fdaf79bf2a188395bb609474056ec 1 0.00/1.00 vMB 0
14,463 14,463 000000000c0456286a65c58b4714328cbdefa1ae429f3a3fd2cc0af82736843d 1 0.00/1.00 vMB 0
14,462 14,462 000000007e30176a2f8a015d96e5db3b6471efaad812b791f78971672b241931 1 0.00/1.00 vMB 0
14,461 14,461 0000000007844bf17ce3e9d98770753c255a149a590ca90da818556d68b6aa76 3 0.00/1.00 vMB 0
14,460 14,460 00000000f0b0636a9517a2acb29d4c1288cc8239ece7e69bef01c762814d6e5c 1 0.00/1.00 vMB 0
14,459 14,459 00000000f70ffda55532e746bd9140f0ce34a330c623d62928c5843f34ffb3ce 1 0.00/1.00 vMB 0
14,458 14,458 000000007129b92a13686c79c5f497ac2ab405b06cfe4b4c10d35fbea2f23754 1 0.00/1.00 vMB 0
14,457 14,457 0000000014abeccb56294335f526d609fc3871d1ea98607659bdc6ed6c2f00aa 1 0.00/1.00 vMB 0
14,456 14,456 00000000f8463d3cf4d05d7ee96cb2ba91058d83d0a1c81319f93c9c7ef0a0f1 1 0.00/1.00 vMB 0
14,455 14,455 0000000028f8e892b587f66458566d8d8fce69c5698a9226541f4613968aa351 1 0.00/1.00 vMB 0
14,454 14,454 000000001a68c4cfcf6028d1bf747d1d658a4d8944312758fa9f7d93a76496c0 1 0.00/1.00 vMB 0
14,453 14,453 0000000090d6d9ee76e8e6cdfb4e731c0a347677a6cfa5d16bb122d86d20dd23 1 0.00/1.00 vMB 0
14,452 14,452 000000000881f20dc6f3e00adbd73a7e025ae67d26e1a43973884f6b5bc4309c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.