Loading Tool

Explorer IconExplorer

Memory Pool

41,169 transactions
28.48 vMB
0.07493285 BTC
Random Selection Loading Transactions
Max Size: 145.33/200 MB

Candidate Block

Mining Attempt 092d27f266c7102013967cb6836b3150a4bf0841dc8c6762f8c598840b58856c
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root bf47f769701de5bdeae074e97bec3f6cb46c0ec204a524d6fff3628a46eb9d5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,127
Size: 1.00 vMB
Total Fees: 0.01989536 BTC
Feerates: 88.27 > 1.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (900,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,475 14,475 00000000d997632e5a221cdb8e9ade397d3b4ecc543925d58cb394810bca6e97 1 0.00/1.00 vMB 0
14,474 14,474 00000000cc96141916b27aae7e58af39016e3ecc0ab9c35cbba9a70b3ebd4140 1 0.00/1.00 vMB 0
14,473 14,473 00000000ef12d2ef3b9e3f6e014803c8ec104e9deedb90715b7fd9a8611122f2 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.73 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.33 GB
    • Received: 12.01 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.