Loading Tool

Explorer IconExplorer

Memory Pool

38,430 transactions
28.48 vMB
0.06488859 BTC
Random Selection Loading Transactions
Max Size: 144.18/200 MB

Candidate Block

Mining Attempt 0877b17d435bbbe15d343c829cf4636f8f108db7c8d9ac2e51a058fe26a1382c
Version 20000000
Previous Block 000000000000000000003fff6a7eec49e227358900154aba2d8852eed6b803ae
Merkle Root bbce8dc9456fcb8a1f52918450b968a358eef4b9939fe8cee528837dbdd1ddb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,652
Size: 1.00 vMB
Total Fees: 0.00989890 BTC
Feerates: 170.94 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,595 (736,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,300 178,300 00000000000008901b16aaadd519471adb1c4036a9b132ab3253895a91b0e0a5 61 0.03/1.00 vMB 40
178,299 178,299 0000000000000a69e2796845d2d6306f9d95b6f17e6f6feb200f0ae5f629313d 31 0.04/1.00 vMB 201
178,298 178,298 00000000000009bba2420ba2ec49885e35482cd5b4508a2a5d3f1fcfc0f6ff9e 28 0.01/1.00 vMB 0
178,297 178,297 00000000000003e0d9ce6ca187b64aa038ce27802172016f52dc7fc18b3d0b8a 93 0.04/1.00 vMB 49
178,296 178,296 00000000000001a79b3f3c021620d43bf6cfe25c55126971a85753188eaf1ead 92 0.04/1.00 vMB 82
178,295 178,295 000000000000049e8eeeee3fa0be7c128fa2e8f58864ca15ec16424876da3019 307 0.17/1.00 vMB 111
178,294 178,294 000000000000000f69b99a1cf8d83932eafb0440ad606539bba49e9a7cc1902c 118 0.05/1.00 vMB 146
178,293 178,293 0000000000000075b59ceb3938791698c9f40c24aca8245ff67f63868d521451 29 0.03/1.00 vMB 11
178,292 178,292 0000000000000265556ac1ae4410d5df6e6674d9c838c0c69c625b6ffba4556f 218 0.10/1.00 vMB 112
178,291 178,291 00000000000009c42946c5719aebce46b53c487850feb3d4bdc423d2ff4398a9 106 0.05/1.00 vMB 216
178,290 178,290 000000000000073e9769b8839e8b28f1d6a82eee6e3c94b3e866332bc0f86d13 145 0.06/1.00 vMB 97
178,289 178,289 0000000000000921b9e020dd83e5ccce3c431205a02fc7957f3641a8e7bb7f02 57 0.05/1.00 vMB 114
178,288 178,288 0000000000000aea0fc6e5e68ab5bd70db73d03a8ed4bf8c673feb9f5126524a 72 0.03/1.00 vMB 137
178,287 178,287 000000000000031717d389d961b0c7fff654dafe80b9032dd55e74bebfd8e8ef 51 0.02/1.00 vMB 72
178,286 178,286 000000000000036a7667385b665dd7c4dac27101dc083b428c7e333db67526d4 15 0.00/1.00 vMB 57
178,285 178,285 000000000000096229bec509f217f069b73c3d2c28582ff7c4a3a159bf05c833 122 0.06/1.00 vMB 105
178,284 178,284 00000000000001631fe2623957d23a1d94d13c2a9f508aee208767b3b83012e8 11 0.00/1.00 vMB 227
178,283 178,283 000000000000020ca36e0283223a01d74990c8d7a4b7fee77d1da45acf9f5571 133 0.05/1.00 vMB 73
178,282 178,282 0000000000000088ea2411013f43f071136087921c6df83615e1c5f101b6f8e4 170 0.06/1.00 vMB 122
178,281 178,281 00000000000007769a2a9b71ea2a98f3ab781dbecd15f193aac224ea3a0c8c8b 97 0.04/1.00 vMB 210
178,280 178,280 0000000000000627c6c402eb156f3552e7ede855a4a9757bbdeccefe356a94d4 62 0.04/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.68 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: 628.16 GB
    • Received: 11.78 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.