Loading Tool

Explorer IconExplorer

Memory Pool

37,777 transactions
28.01 vMB
0.06675135 BTC
Random Selection Loading Transactions
Max Size: 141.72/200 MB

Candidate Block

Mining Attempt ccb386ab5df091134ad536b9c90fa86ec2d6485bfa84d34d551b989475af680e
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 614b06ab29afa8df82b52c22180d99015125958c6aed13d8a556f14fc03d0869
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,401
Size: 1.00 vMB
Total Fees: 0.01322739 BTC
Feerates: 150.93 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (478,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,275 436,275 0000000000000000020636cec2c5ea4a6b9d444b8bc26abe214ed66c5f004f3c 836 0.98/1.00 vMB 27
436,274 436,274 0000000000000000021632b8ce69c11e2e5467cf4528967adc73536c83cd3f8e 436 0.16/1.00 vMB 78
436,273 436,273 000000000000000000b95b2fb75e8c7fe0e54dc429c425d0c058141a54bd78af 745 0.59/1.00 vMB 31
436,272 436,272 000000000000000000f6c70936540731ed4f8cc3a9cf339ad98322ddfaeb37a5 1,504 1.00/1.00 vMB 62
436,271 436,271 00000000000000000395388c9bccb3bdc19eb4513f6c58eceef9dae0012eb437 819 1.00/1.00 vMB 36
436,270 436,270 000000000000000002ab62c34d29e3de647d1d1a54cdb31852f683d8264edf0e 2,126 1.00/1.00 vMB 63
436,269 436,269 000000000000000001c7a55815db368a99a70f52dcc0afd4125093d7d72216e9 2,522 1.00/1.00 vMB 75
436,268 436,268 0000000000000000013b68eb2cf9d6f6ab6c21fb3d466e6a8e9340ecb216f448 2,651 1.00/1.00 vMB 63
436,267 436,267 000000000000000000a44c62fbe603a6ec95e0dd935baf7634589fd64dcab737 2,372 1.00/1.00 vMB 73
436,266 436,266 000000000000000002f2774a7e6320f85c776d57ec4f14edb6b20f7339733dbd 1,940 1.00/1.00 vMB 77
436,265 436,265 0000000000000000016eeccfff3c31ec21190cd23f0161e4e47cb5d95e784a3c 2,637 1.00/1.00 vMB 103
436,264 436,264 0000000000000000028944681b3c672def2e83d481ac85f5c2fc762b211deebb 695 0.33/1.00 vMB 77
436,263 436,263 00000000000000000061e43f8ddc7072f8c3d64a612c2d604f00b65bb4d30909 855 0.61/1.00 vMB 37
436,262 436,262 000000000000000000b3768b817e877549a64d05a008f81cf15ebb7f4a2d8d58 2,671 1.00/1.00 vMB 87
436,261 436,261 000000000000000002058bd1663129fe7fd9bac20c602a22fadfcd91ac82f09d 2,609 1.00/1.00 vMB 85
436,260 436,260 00000000000000000038630475d8246fc5eba1c5e135a9669c576fea624502e2 1,986 0.86/1.00 vMB 75
436,259 436,259 000000000000000003191ba321e2ea3a669baff58ac4350e316f997ee8b6f9b3 689 0.31/1.00 vMB 87
436,258 436,258 0000000000000000043afb006d582b3f3e3e15b149f1d35ff987f765e3c1bb13 1,139 0.52/1.00 vMB 79
436,257 436,257 000000000000000000cedb7e537f534aadeefb6d7d747f00f313f78359085caa 1,254 0.65/1.00 vMB 59
436,256 436,256 00000000000000000117a96dc8104a1afcc0d73324861405ce7ed91806a3ecc9 2,372 1.00/1.00 vMB 56
436,255 436,255 000000000000000002674d293207ae4e779cf912c56aa6c59ef1d1e6cf003cb3 1,288 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.86 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.