Loading Tool

Explorer IconExplorer

Memory Pool

47,012 transactions
27.46 vMB
0.06136990 BTC
Random Selection Loading Transactions
Max Size: 146.13/200 MB

Candidate Block

Mining Attempt 4e0a008d9c77190b6a933fc36aafe5ab116fb137e211fb991aa7c4627bdf4ca7
Version 20000000
Previous Block 00000000000000000000d64a7a53739de8cbf743e04f26b2708699d63bab0143
Merkle Root fccbd6a03e68eb2cdd68da920d0827609687d43440a458f252251395b6674a89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,202
Size: 1.00 vMB
Total Fees: 0.01010276 BTC
Feerates: 100.28 > 1.01 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,775 (738,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,150 176,150 0000000000000778e30abbfa3b4156e453e1605b7acbf83961218c7cc4da8256 94 0.04/1.00 vMB 101
176,149 176,149 00000000000007b2a037eaaefc848e0ad8f41667589f7d5a0aca3e78c8003ac0 109 0.05/1.00 vMB 122
176,148 176,148 0000000000000741839384a0f9959dbfe5f9d37cea3d3264eecd5e32b13e4d6c 47 0.02/1.00 vMB 164
176,147 176,147 00000000000003e60fe45b07f68e626611179c18b2452f5534b4fbb4bbeacf26 23 0.01/1.00 vMB 11
176,146 176,146 000000000000050a20f0e7085a10bc756ae5f26c4372496e3cf685d9c73567be 12 0.00/1.00 vMB 495
176,145 176,145 0000000000000097d1a82ef315b8f986b681d30c1b0abe25c804b216bf1f985d 3 0.00/1.00 vMB 0
176,144 176,144 00000000000002deeaa329472a73644a8acfef565888d2f9f3f419d754b67a88 39 0.02/1.00 vMB 146
176,143 176,143 0000000000000207ec890a578c3c2dc0fae5425d6d2ff09420f812a6cc95b736 4 0.00/1.00 vMB 459
176,142 176,142 00000000000003037397b3328cd463de43664ec5f7a68b32a936ac903f01d675 104 0.03/1.00 vMB 42
176,141 176,141 00000000000004536de295a3a87f258047863c6e6b633e5151e4aa8903dae327 27 0.01/1.00 vMB 111
176,140 176,140 000000000000015fe6f0fb1596d1a71c8c85de2ead7e57b2f1a021b51caa4c90 105 0.05/1.00 vMB 91
176,139 176,139 000000000000095cddf15ff08bd60c69c5b80c210bc3124d39d4c6e69d5c38ca 116 0.05/1.00 vMB 306
176,138 176,138 0000000000000598b3ae1de81f56b8e8f78d766e5eda016a28db9760e86671ac 36 0.02/1.00 vMB 61
176,137 176,137 00000000000005a66230b61c43b957c1fbb69b46c0f0287cd9f29893bb892b4a 75 0.04/1.00 vMB 328
176,136 176,136 00000000000002a5d1079528e1ce2db8e09e988c5993af104e9bd2aa2d6951c2 2 0.00/1.00 vMB 0
176,135 176,135 000000000000000d5a94d6fc5ca040ff8c3e76528895a5be264f253e8b07903d 142 0.04/1.00 vMB 7
176,134 176,134 00000000000003eabc68c3e296ac8e8ce4e57fd50b3e1e486242f0f86db73a65 106 0.05/1.00 vMB 125
176,133 176,133 00000000000007f567e4a3f65cd58abf916f3c52724091f6f44e5f922ecc5e5e 168 0.07/1.00 vMB 250
176,132 176,132 000000000000060a4c2a0b46ec0040d207085d3c1112a32e3e03457fe32ea09e 50 0.13/1.00 vMB 45
176,131 176,131 00000000000005f876f52552660d3d82e099b09774bedac2c8ab5bc4672f6496 66 0.02/1.00 vMB 93
176,130 176,130 00000000000004f8cfeca53c0ccbccf4d7805b80a8abc0f8d0c13443bd36b1b2 39 0.03/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.99 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: 648.51 GB
    • Received: 13.05 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.