Loading Tool

Explorer IconExplorer

Memory Pool

45,470 transactions
27.89 vMB
0.09303250 BTC
Random Selection Loading Transactions
Max Size: 145.71/200 MB

Candidate Block

Mining Attempt 93df4b2b140d413d0af096192702ece560e7a4ac363cdef97d69a0c05dbccdad
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root b2c4467715faa20acd02273c013b27dedb04150d9a32f10bc09798ed811d8bc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.03469889 BTC
Feerates: 150.77 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (561,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,569 353,569 00000000000000001232b40f0ae94e9f7bbe908ea12d32c41ef45969486c3a63 197 0.15/1.00 vMB 17
353,568 353,568 0000000000000000096ccf148aa6251e5ba16ebf51c4fc07cddc0e6a4e632276 781 0.38/1.00 vMB 24
353,567 353,567 00000000000000000787793bf89972fd87effb6511b1fe9894765e0ba9bb8d07 239 0.17/1.00 vMB 19
353,566 353,566 00000000000000000f2d36f77b0feacf70a645e9a3ff6e2e77737e589f0e8c96 1,720 0.75/1.00 vMB 33
353,565 353,565 00000000000000000de4826010e68ec6666c27498839242e535cb88ba8df7e56 600 0.28/1.00 vMB 30
353,564 353,564 0000000000000000018345ee904e2f337057d989a89daa6426ac07882ceb77ea 569 0.27/1.00 vMB 26
353,563 353,563 000000000000000013ba95f4c9af2dfb2049663c4c94838a17a84a4c20bef633 646 0.28/1.00 vMB 30
353,562 353,562 0000000000000000126aa9408ee6e9d664b2a6869454190816c49e83be5147d0 150 0.10/1.00 vMB 19
353,561 353,561 00000000000000000db4dafc693e9928aa60d4967198a055535a9f23d0248882 314 0.14/1.00 vMB 36
353,560 353,560 0000000000000000085efe3b77929dfd8c99a2ca26e5c1f057ead87cf8b7fddc 37 0.05/1.00 vMB 6
353,559 353,559 000000000000000015a4c9520c3dedc5a00c9dfc98d5c0c7962a84b56b98244f 249 0.13/1.00 vMB 25
353,558 353,558 000000000000000005f22f6bdd1c77f382dcaad71dfb7737c4e2047738da13f1 346 0.17/1.00 vMB 28
353,557 353,557 00000000000000000dc93dffef4e82a8bd7b8d48e91ff394a539163f53efaffd 102 0.06/1.00 vMB 21
353,556 353,556 0000000000000000088040590e9d3d9fedb4fa167d2f2bfe76bed3fd702b74ea 1,216 0.69/1.00 vMB 25
353,555 353,555 000000000000000000076a44be632c05cb289b3b4c746e4c2705ec61cd41ae37 137 0.10/1.00 vMB 16
353,554 353,554 0000000000000000014e27019457f03cafc07878fc1edfaa549dd60215d0d94d 54 0.03/1.00 vMB 26
353,553 353,553 000000000000000001a9ed4249a8abe2f72afd371097cf5141f2a081fcbe6375 187 0.12/1.00 vMB 16
353,552 353,552 00000000000000000e4eee6fe5fc1c130be38d57761b54de7a04792cf2b1a035 1,440 0.68/1.00 vMB 26
353,551 353,551 000000000000000011b2f6ee169e56ecf98a10e7f5d2d54b2d246953afa71e50 62 0.06/1.00 vMB 6
353,550 353,550 00000000000000000f72a4e9690ad9d8473a19ca7845bfabc20c8e7bd71a530c 288 0.18/1.00 vMB 14
353,549 353,549 00000000000000000024ed4f220bf8c8a550c6d53cf7e1170d7857e16e6ba1d6 1,761 0.88/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.18 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: 653.67 GB
    • Received: 14.00 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.