Loading Tool

Explorer IconExplorer

Memory Pool

79,783 transactions
29.29 vMB
0.12730329 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt b066ff135b3dc8d3f0ce97adbd0caf458428fa5b52647052e78b7aafce7cad58
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 6fbb84c91b9202c3ab2e0448b7636047618df45ffc7e8861bb0392d63794bd4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.04756258 BTC
Feerates: 602.26 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (843,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,960 71,960 0000000000b3bad414a23beaaca66bc7ea756ca0a4fbe9631cec64f86746208f 1 0.00/1.00 vMB 0
71,959 71,959 000000000015d17184d48ab88b649e70c751888d1bbb6e49962d20701412f494 10 0.00/1.00 vMB 0
71,958 71,958 0000000000b3a1d2d9b65de8666dc40616ce25a232a8be6d1fc766c6b2633df7 2 0.00/1.00 vMB 0
71,957 71,957 0000000000605f4ae357846e48b1d4405660ab913f6924ff41af2b761df13fe1 2 0.00/1.00 vMB 0
71,956 71,956 000000000023019dcd3a85ba0a574c4a1d44aa9ee564a45dee81de065a7d5be3 2 0.00/1.00 vMB 0
71,955 71,955 0000000000457c522e7b74938ac577a2ef06aa7bb616d1761381862a534a44be 1 0.00/1.00 vMB 0
71,954 71,954 00000000001465f935e832d65194e04c00591730c9828294ad210371056887a0 1 0.00/1.00 vMB 0
71,953 71,953 000000000039a7e6e31d2b206ca84e2e6820f0a9167f1b189e9d68ab03f1470c 1 0.00/1.00 vMB 0
71,952 71,952 0000000000c4c4437da337e38f8f8cdd7eaa9c339c98833a8ffe06fd846a46d7 4 0.00/1.00 vMB 0
71,951 71,951 000000000023a2585dd2e3beab46d64a3a85b46363c876beb571d6936c4483c9 1 0.00/1.00 vMB 0
71,950 71,950 000000000042bdcbd253cdd9833e2d27fb1f13958bac1fe49523de49608faa72 1 0.00/1.00 vMB 0
71,949 71,949 0000000000e129868678caa65b750ed1f8b9bf089d5c9c61b22a11a4ab2b3dba 1 0.00/1.00 vMB 0
71,948 71,948 0000000000be3df0804dee76701315dbd6c3776ac470f987c8297fdc859f5947 2 0.00/1.00 vMB 0
71,947 71,947 00000000004f746071f1970920bbf2216a2932918a218a886994d14cfb99a1c2 1 0.00/1.00 vMB 0
71,946 71,946 0000000001087c1ffbfb3f6ec20547e5279a9b04060a2f2390f2b35cb212d5b8 1 0.00/1.00 vMB 0
71,945 71,945 00000000001957395c41bd20b85966f524641d7b5237217dea57fd960fb6fb4e 7 0.00/1.00 vMB 0
71,944 71,944 00000000009e97ff3c235e189d4e95ddfa0a0406713c786021dfd0434116e683 1 0.00/1.00 vMB 0
71,943 71,943 0000000000e79c19099d5a1651433a501b1b6b1a496188b9ba485c0cfac34f16 2 0.00/1.00 vMB 0
71,942 71,942 0000000000ace973d46b6517de9d44f0849e4028a043817f47c90e6b29ec7bb7 2 0.00/1.00 vMB 0
71,941 71,941 000000000104eea90df4a81fa5cf9d00b16ebd6429f150ce37b7e352f8e6dab9 4 0.00/1.00 vMB 0
71,940 71,940 00000000005ee612d61cb5cb5f8a80f54c3c9abfd7d82ee943374d1bf168236c 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.