Loading Tool

Explorer IconExplorer

Memory Pool

45,318 transactions
27.95 vMB
0.06871824 BTC
Random Selection Loading Transactions
Max Size: 147.76/200 MB

Candidate Block

Mining Attempt 8e5f9d9102129261bf2e315eda0335d7a3e218407879aa6617055cd61ad6d34e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root c60ee5fac2d12cc2a09c7479c5e73edfc92a337a584d6edc590f420dc9dcebb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.01545419 BTC
Feerates: 101.53 > 1.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (511,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,336 403,336 000000000000000003ba382d7a0072f1a75106497014c44a1a354c4fde12b21f 631 0.40/1.00 vMB 32
403,335 403,335 000000000000000004a82379ba1e56ef7d696ff40ee16d5051ec2c7b676f1b7f 1,467 0.61/1.00 vMB 44
403,334 403,334 000000000000000005a7bdd5ecb1a02802b7d6fbfaf87fcffbd0ba1ef1da1bbc 778 0.60/1.00 vMB 28
403,333 403,333 0000000000000000068f05a59b723ca13192992cf473ae0756e5351912776b99 2,233 1.00/1.00 vMB 39
403,332 403,332 000000000000000005af98959dc7016f57a970e7c7cfd2963ce62598e3d2728a 2,842 1.00/1.00 vMB 49
403,331 403,331 000000000000000003c0a24d28c3381ae69b1f3daceff3d5bfaacb6de8d8360a 160 0.09/1.00 vMB 31
403,330 403,330 0000000000000000034eba0b1b57a804ffc822e57527ae47dba653e4d46333b7 646 0.60/1.00 vMB 34
403,329 403,329 0000000000000000029e1a88af287a03a86b089461c2809e04132ff147dc7eb4 2,091 1.00/1.00 vMB 44
403,328 403,328 0000000000000000040888e4914e750c306bede7eee92e62b53bccf6656ba484 1,044 0.56/1.00 vMB 38
403,327 403,327 0000000000000000040fe7608ca4ef1bf3b870c1ac724f2d2320d49b8b3fda7c 223 0.15/1.00 vMB 31
403,326 403,326 0000000000000000012ffed1694527b8ea08da8aee9b826c80a291c10a97b9cd 596 0.30/1.00 vMB 38
403,325 403,325 0000000000000000031ace6a7c1b14448678a5128cc8f7a19a3ea2d5230ceb10 841 0.52/1.00 vMB 35
403,324 403,324 000000000000000000b0c36347fb7d361d18adfa5df88e65ffa3fcfb934b171e 305 0.35/1.00 vMB 13
403,323 403,323 00000000000000000497724d1a17ed40592593c285b5aac8e9b81c4cceed914a 1,958 0.90/1.00 vMB 36
403,322 403,322 000000000000000004e49feac5ecedf6eff7e198f5d16ccfce46b748abfee2f7 453 0.22/1.00 vMB 39
403,321 403,321 000000000000000005f4be5b95cf586f9083021d3f1021782a3a683aee0af95b 1,979 0.79/1.00 vMB 40
403,320 403,320 0000000000000000025777c6d96691e65f821428556723e430534c043388be7c 408 0.27/1.00 vMB 36
403,319 403,319 0000000000000000007d95d087a88f533896e32ab4385cd9af4b27bd6680d82a 590 0.38/1.00 vMB 33
403,318 403,318 000000000000000000656c6de2ccbbb631600e392e6cc5cd3670071e5df400df 2,562 1.00/1.00 vMB 43
403,317 403,317 000000000000000003f587a762aa899abdb9f58ec8ddf8207efcfcf0de26baf3 2,552 1.00/1.00 vMB 44
403,316 403,316 00000000000000000536b3a94994da4e8e53707c0549d2a2767fb6807cd146e7 333 0.13/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.