Loading Tool

Explorer IconExplorer

Memory Pool

78,286 transactions
29.10 vMB
0.07655524 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt a0ec2b027378d3f0c9f1fbd77c47494cb421a154afe5123c8ac7a3c05cc7e6d0
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 90380fe0719d09b7cf0b673bcaad598b2b204c941ea1012c51580888d5cf6049
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01580854 BTC
Feerates: 100.19 > 1.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (72,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,202 842,202 00000000000000000002941d26b21f375d4add93f7a9715d3ea818c4f38e540d 3,347 1.00/1.00 vMB 57
842,201 842,201 00000000000000000002d2fb5fdbbc2183b02347e5ce2a05bf0f20033801ed92 3,277 1.00/1.00 vMB 103
842,200 842,200 000000000000000000031e29eb7a2d3b1149f38be2881902da3de69ecf1cb655 2,599 1.00/1.00 vMB 57
842,199 842,199 0000000000000000000081efe36981177560d002de968aaacd5713dc6af9e76a 3,375 1.00/1.00 vMB 53
842,198 842,198 00000000000000000000b2a12e9e2ba730fa14b4906225eae3eac0b4ea0930d9 3,995 1.00/1.00 vMB 45
842,197 842,197 0000000000000000000086c9e2228c05ad4278305a57b9cf95ca07aaef11c49a 5,946 1.00/1.00 vMB 34
842,196 842,196 00000000000000000001cc0502cb750491b3e9c6b8ef72366000c1b8835098fd 4,728 1.00/1.00 vMB 58
842,195 842,195 000000000000000000009a9254fc10b73cb6d7873ddb14b112d1319ad6bdbfaf 4,793 1.00/1.00 vMB 46
842,194 842,194 000000000000000000005536a454513203bc348c4e5f408a8ee78daaeb3f6b71 3,312 1.00/1.00 vMB 67
842,193 842,193 00000000000000000001d96acb5cd07a1ecc81223a57817a66685f22bd3c108e 3,589 1.00/1.00 vMB 138
842,192 842,192 0000000000000000000186d876cdd30e3c127328cc075daf0ccc81c661d6e19d 5,039 1.00/1.00 vMB 44
842,191 842,191 00000000000000000000d1e9323bb828c8d295a9b644759b754fa41b922b5d9e 4,536 1.00/1.00 vMB 72
842,190 842,190 000000000000000000003a7e47a06d681fd622ecc97fd1c3288b5d9951ec4ebc 4,088 1.00/1.00 vMB 44
842,189 842,189 0000000000000000000008c85653b32ae44ceae22edb70b7700382c02da13cda 4,175 1.00/1.00 vMB 73
842,188 842,188 00000000000000000000d2baadd09f9d1dafdc2985cd80b2a0616b706fc57558 4,138 1.00/1.00 vMB 102
842,187 842,187 00000000000000000002be41ebd1a1f0e846c1e94aabcf7b3a5701692a74ff95 5,351 1.00/1.00 vMB 120
842,186 842,186 000000000000000000029ce6fc2f7eaa66ecf61d6a6b3818fe7fbb61caeeab33 4,411 1.00/1.00 vMB 175
842,185 842,185 000000000000000000003bb79e0654139b4dacec562b23fe966e4caca0038d1a 4,348 1.00/1.00 vMB 249
842,184 842,184 00000000000000000000eeafdeba802c5e234ed8f0f7fc6848dddaa457ca167d 5,506 1.00/1.00 vMB 297
842,183 842,183 00000000000000000001130c227aae25f2d2977c261e4831b47784e67a236116 6,388 1.00/1.00 vMB 290
842,182 842,182 0000000000000000000293cf8c466aa5be1c370b06cae5d465c46590ac241ef5 6,683 1.00/1.00 vMB 335
Previous 10 blocks ↓
Total Size: 782.57 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: 671.09 GB
    • Received: 15.85 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.