Loading Tool

Explorer IconExplorer

Memory Pool

73,907 transactions
28.48 vMB
0.08294001 BTC
Random Selection Loading Transactions
Max Size: 168.45/200 MB

Candidate Block

Mining Attempt 6bbcf9fc1678b9986e192dc1ae34f060c287834e20fc4e297aa060d0acfc0dee
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root b2b866495e319fc4ab1f096d3648b2c570cac4d5d2c3b5efa929c32ff1616ba8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,929
Size: 1.00 vMB
Total Fees: 0.02573611 BTC
Feerates: 196.43 > 2.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (418,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,321 496,321 0000000000000000009a2160814712117b1f07db54887dbbb5de02173d398db3 300 1.00/1.00 vMB 16
496,320 496,320 0000000000000000009bd7bf123150b83195751e33635eee2d91d785c87245e4 2,317 1.00/1.00 vMB 61
496,319 496,319 0000000000000000004fafa5b2cc9dd8e28d312bd761eb8163d4e66e9b752c0b 2,412 1.00/1.00 vMB 43
496,318 496,318 0000000000000000006c6e7f38658867615c1cd0ff644024b60e2887e0e1d5c5 2,329 1.00/1.00 vMB 129
496,317 496,317 00000000000000000087294b77efbb83e42c5dbb3dc52222c39f64729bf16d9e 2,223 1.00/1.00 vMB 142
496,316 496,316 0000000000000000008b2469d66118a3a532a4010cdde21d13a7cb8bb2eacf38 2,037 1.00/1.00 vMB 138
496,315 496,315 000000000000000000476796f4a55875d9fe226d2c1c0df16e0c9d65795a7d8e 2,460 1.00/1.00 vMB 150
496,314 496,314 000000000000000000be5d3941eb03d430257846eae8d4b17fef1fd039f89b64 2,399 1.00/1.00 vMB 163
496,313 496,313 000000000000000000c603ed19b942e073093fc0014874ba1a52cfe6c55d4c67 2,682 1.00/1.00 vMB 176
496,312 496,312 000000000000000000b6bc62969dd95d4217db446c88e9714175d634d0e0e0bd 1,987 1.00/1.00 vMB 180
496,311 496,311 0000000000000000008d7855dbd3a35c3159eb140e165a8804c74d8f64baac97 2,188 1.00/1.00 vMB 208
496,310 496,310 000000000000000000a79b8c6df3ff033d44402aaa7d430ca0ae9a92d15981de 2,510 1.00/1.00 vMB 66
496,309 496,309 000000000000000000564a1166e327f6db1028e97bae86170679125cdc2792f1 1,356 1.00/1.00 vMB 93
496,308 496,308 00000000000000000052c54f75dc540e8423b324f4d050ccfa98a79238ac006d 1,390 1.00/1.00 vMB 100
496,307 496,307 0000000000000000005cf8ad1aae76d93037df0ce8b9b3c1c46d2847525b2367 2,375 1.00/1.00 vMB 133
496,306 496,306 000000000000000000cef421bff47307dac432bb04eb5b582698e4bcbd6282de 2,498 1.00/1.00 vMB 200
496,305 496,305 00000000000000000075f0cb02e34434f6ed252955f5eb91299cc8355e4d95e7 1 0.00/1.00 vMB 0
496,304 496,304 0000000000000000001c8f500793b01dd99f3123c52e3d5ecba3017c70265da5 1,881 1.00/1.00 vMB 121
496,303 496,303 0000000000000000008a89036015c85dae5dbf2a85b52bc46dd25693dfb5b41f 2,622 1.00/1.00 vMB 195
496,302 496,302 00000000000000000099bd279ae3cb46e0b7b886922d731a438d9ca808076587 1,668 1.00/1.00 vMB 58
496,301 496,301 000000000000000000c6af765a63d3106a6f62f52f61d549b5a24e42686f0d36 2,282 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.45 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: 667.49 GB
    • Received: 15.26 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.