Loading Tool

Explorer IconExplorer

Memory Pool

77,060 transactions
29.24 vMB
0.07259547 BTC
Random Selection Loading Transactions
Max Size: 175.56/200 MB

Candidate Block

Mining Attempt 9bf234db0517e24de4515fabcb4f9ebeb772d27413e197d8c3e2c36fe504ccd2
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root 2b33ba42dbbcc92ae61365454fd4cb377b9f441881085533dc634e5020c88670
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,656
Size: 1.00 vMB
Total Fees: 0.01105066 BTC
Feerates: 40.21 > 1.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (538,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,152 377,152 0000000000000000011d7ec42f9c71b1ccacfcc76936ec426cb8bda815e88167 2,475 0.75/1.00 vMB 63
377,151 377,151 00000000000000000ebc3c85673ba22c3c6205ca7bac57b0f4b9ce4ec6411124 503 0.31/1.00 vMB 31
377,150 377,150 000000000000000010e71d6db5971b9ca0b1fe47c7b39a2ca3b253f78d0359be 885 0.55/1.00 vMB 26
377,149 377,149 00000000000000000dc5eebcb2ad9523cfb5a114bf1bfc285bea7abbdadba64b 974 0.47/1.00 vMB 43
377,148 377,148 00000000000000000d4855d2b2d5e8f209db69a9bc043b5bff8066bb0c97f43e 797 0.40/1.00 vMB 35
377,147 377,147 00000000000000001137bf4ea3639c25eac98a5d18a8947b5b87a37f6433bcb1 1,486 0.81/1.00 vMB 23
377,146 377,146 000000000000000005febf4d6fdb901170e9625491bde638847d1446bf81b628 2,071 0.75/1.00 vMB 51
377,145 377,145 000000000000000003969139924a78129a5859791e709e8fe8ec9486b67aff26 1,089 0.49/1.00 vMB 39
377,144 377,144 00000000000000000ef3f696feed56e0e54dbb24acb0abb0d7605f87f0cc68af 603 0.31/1.00 vMB 32
377,143 377,143 0000000000000000119698737a9f5e1f3e0a9083b9de579e207bcab20fc148f4 1,789 0.97/1.00 vMB 34
377,142 377,142 000000000000000007fa666558683ef58f4466f3612f69366b2d69c414a6d92b 863 0.41/1.00 vMB 36
377,141 377,141 00000000000000000b0aabedaea2c30a7e2dc3ee993cd865ebb63af2d39f1fed 673 0.40/1.00 vMB 15
377,140 377,140 00000000000000000cf0037321dce08b06ae63fc351144c904ab7e1fb1b0d627 2,029 0.94/1.00 vMB 34
377,139 377,139 00000000000000000a3a416520ad66e3743a8817a0ed89554646ea7c5756aeef 1,712 0.75/1.00 vMB 36
377,138 377,138 00000000000000000f2d6adb1e2fe07b5bcb4d5d77915a3039f293499f87c9c8 1,960 0.75/1.00 vMB 44
377,137 377,137 0000000000000000021eab154bdb6a96fcf60eca731a209975a38f2d76b4120b 130 0.07/1.00 vMB 23
377,136 377,136 0000000000000000091204f84150bd4833eacfa052ceaa48f234fe14090567eb 994 0.61/1.00 vMB 33
377,135 377,135 00000000000000000b73a436ff0da5844c28e2fc17d054403ebb9a5980b00b3c 1,233 0.73/1.00 vMB 26
377,134 377,134 00000000000000000d341bed7ac0fc08bd13b2bcd56d51fce272ef7d4a9df235 1,703 0.93/1.00 vMB 28
377,133 377,133 000000000000000011d3289aefc8632e133aa550573255cdb4de95c910333312 1,914 0.93/1.00 vMB 43
377,132 377,132 0000000000000000078f360cc84761d0405266e7887d92e4fd3b775e938c7d8d 599 0.40/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.97 GB
    • Received: 16.35 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.