Loading Tool

Explorer IconExplorer

Memory Pool

80,599 transactions
34.71 vMB
0.17984201 BTC
Random Selection Loading Transactions
Max Size: 194.36/200 MB

Candidate Block

Mining Attempt 7743cda8344c46a2f2814a7931ea202b54cd1684bee2a36b66e3f284fd47c436
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 619b009dc5ac998f53007192b1d6f1b1d244dacf8ea4bfe5e81eb63ea440f9d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.04946949 BTC
Feerates: 150.93 > 4.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (12,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,564 902,564 000000000000000000002002bf8fd3a10ece084b99f409a38664c065ed0916cb 3,356 1.00/1.00 vMB 5
902,563 902,563 000000000000000000001c520423ef8c9dfb961dc174abf959403c8733a91bc1 3,004 1.00/1.00 vMB 6
902,562 902,562 0000000000000000000040add7b2e2f3bf1d4b8ffd46767dd66d56a86103afe1 4,069 1.00/1.00 vMB 10
902,561 902,561 0000000000000000000038d11b26de2844bb4d0429963931c11d18bf8a4b0e66 3,967 1.00/1.00 vMB 10
902,560 902,560 000000000000000000015d0b6ba857bc8954217f717cbcf3521fdba1b558a963 3,544 1.00/1.00 vMB 7
902,559 902,559 000000000000000000023a000b20727d54d05bde97b43a16fbe3692e3a290d51 4,386 1.00/1.00 vMB 8
902,558 902,558 0000000000000000000175759ebbac6ba419546f25633a23edc26c146b6b39ca 3,777 1.00/1.00 vMB 9
902,557 902,557 00000000000000000001ad83cccbcd33ad471ce13f4da15345ebb9ec4c90b17b 3,285 1.00/1.00 vMB 20
902,556 902,556 0000000000000000000229fae23a4f285e743a4839da5e1699a2050d7a838b4e 124 1.00/1.00 vMB 2
902,555 902,555 000000000000000000005cb5562d0a636b69cdf568a3d18e19cfce8dba58f0bc 2,003 1.00/1.00 vMB 3
902,554 902,554 00000000000000000001b7f9c2274252cb815cd7f0afb7364e179e3949f85d6e 1,653 1.00/1.00 vMB 3
902,553 902,553 00000000000000000000833e76d75e77d36bbb3ad2f0898bb56d4825aa2b6c55 1,330 1.00/1.00 vMB 3
902,552 902,552 000000000000000000022043a01fa8ea6b3bf173de0fa4e47884d63036fa743e 3,480 1.00/1.00 vMB 8
902,551 902,551 00000000000000000000a138606ab9976bfd015097b911ced0d0f5d451ca824a 2,982 1.00/1.00 vMB 4
902,550 902,550 0000000000000000000201327056d55a2e2c8c3be6313bc99d969726d09f3e16 3,834 1.00/1.00 vMB 7
902,549 902,549 000000000000000000011f272ad9854d74f3a897df01064cf31d66ea75baa6e5 1,111 1.00/1.00 vMB 4
902,548 902,548 000000000000000000002000b664e913bad49a1fe45e74100944e0954c94637b 3,905 1.00/1.00 vMB 5
902,547 902,547 00000000000000000001c0fd19adb632bea855bce5f047d8806a0d2f5f68a999 3,986 1.00/1.00 vMB 7
902,546 902,546 0000000000000000000010dba9e186e009ca0c82e1bb13efa54128e7c21344d5 3,972 1.00/1.00 vMB 10
902,545 902,545 00000000000000000001b2ef2e1bd9172440004ce053711288dac57885a901aa 3,958 1.00/1.00 vMB 9
902,544 902,544 000000000000000000004c13569fa2941e39f6c72a9dab7e7f2d6baa679c5f42 3,790 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.