Loading Tool

Explorer IconExplorer

Memory Pool

76,774 transactions
28.74 vMB
0.06779414 BTC
Random Selection Loading Transactions
Max Size: 174.13/200 MB

Candidate Block

Mining Attempt e79522e9c893e69beb9a43e81caaeb0cf151b02317cbae39f6ddea6846414f08
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 4f473747012ffc42d28b815ec5188c709a98e2af77378c8ada8dded41f62a651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,587
Size: 1.00 vMB
Total Fees: 0.00797649 BTC
Feerates: 40.21 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (131,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,958 783,958 000000000000000000005b1c760c51f6c2e85cc980c9c3d98ffb512b2fca66f3 3,442 1.00/1.00 vMB 13
783,957 783,957 000000000000000000007856103d51838ccdfb6e3ad0ae8486d9d9489a7de111 2,623 1.00/1.00 vMB 20
783,956 783,956 0000000000000000000450ae6b4f58da0ca325cf427fca2b3f0df1bb801a2c41 2,482 1.00/1.00 vMB 28
783,955 783,955 000000000000000000045acdc4b0ea3868770ad221a858a3b761eb011dd330a1 2,898 1.00/1.00 vMB 32
783,954 783,954 0000000000000000000391dec87d7d455a166e674592c5823ee61e0a7c0076c5 2,561 1.00/1.00 vMB 18
783,953 783,953 00000000000000000002437efe9d042449e3781387bef81ae7dd3ec214f42c82 2,785 1.00/1.00 vMB 25
783,952 783,952 00000000000000000003a71015235f2bd13b8ed2210f1da42fab76ff84b7b8aa 2,254 1.00/1.00 vMB 31
783,951 783,951 00000000000000000001d7603c73fb02aa5f8fc015a53b21a5c9c812c920888f 2,748 1.00/1.00 vMB 39
783,950 783,950 0000000000000000000217f96a515efe458eaa733c3a2eb4807b346d52f62c1e 2,637 1.00/1.00 vMB 13
783,949 783,949 00000000000000000002270d6338a3919d9ef49ab0041bd9ff00e479d2aae7cd 2,744 1.00/1.00 vMB 9
783,948 783,948 0000000000000000000337c444149e7ad057ca33dc134fb7f663484fd1bb9d0e 3,816 1.00/1.00 vMB 24
783,947 783,947 000000000000000000033574522be70ebb360ed68e5a6e4c16b6f4e2bbd5675c 3,378 1.00/1.00 vMB 18
783,946 783,946 000000000000000000034f6a908599d8e3d4ba2ef3f7a8e871048434bf169edf 3,301 1.00/1.00 vMB 20
783,945 783,945 00000000000000000000488ad5fe9208f1b58428da029e50874c566eb07e3ee4 2,793 1.00/1.00 vMB 19
783,944 783,944 0000000000000000000105673438aa9761503c441a4f77ef50089439e45edfcd 2,318 1.00/1.00 vMB 18
783,943 783,943 0000000000000000000452e12115eecf59a4c04e68b1a2d0ae8c04a32e85321a 2,577 1.00/1.00 vMB 20
783,942 783,942 000000000000000000044d694c44411fab4f1b116b9484987b2f5eee90248cd9 3,245 1.00/1.00 vMB 23
783,941 783,941 000000000000000000006d67b2c0335493a722bc275bccd986a1523e3f135de0 3,378 1.00/1.00 vMB 26
783,940 783,940 0000000000000000000324f41dcca9dc6594cd7c3e8dbca41688ede61d804cc0 3,496 1.00/1.00 vMB 29
783,939 783,939 000000000000000000060162a1a04898a988251706c74982b973e9711f51da23 2,813 1.00/1.00 vMB 38
783,938 783,938 0000000000000000000183decdbb4cfebab7c375eaf6bff0814f7fdceb4625a5 2,109 1.00/1.00 vMB 37
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.06 GB
    • Received: 16.36 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.