Loading Tool

Explorer IconExplorer

Memory Pool

49,051 transactions
30.62 vMB
0.11175504 BTC
Random Selection Loading Transactions
Max Size: 163.30/200 MB

Candidate Block

Mining Attempt d316cbbdd19ead1a3d0726debda4cde731fdd01f3098ab796954e9c8bc0bcdb8
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root b7bc029236ce4be2041f041afaa49ed127e73d3b2c27124c40876c7b15ceeb9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.04567764 BTC
Feerates: 150.97 > 4.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (536,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
378,470 378,470 0000000000000000056a8c3ffeb84b8e077d3e00afb6e2c46e92a8c6e49a021b 828 0.39/1.00 vMB 46
378,469 378,469 000000000000000002937ca832096690a3a9149a8791e755b8d91fa93ddb0c4e 550 0.25/1.00 vMB 40
378,468 378,468 0000000000000000036757dd7a3e20d7799f121aaca3b8e3e51f901c35e8a4f0 404 0.75/1.00 vMB 10
378,467 378,467 00000000000000000509addc9be63fd60a8ea43815361ac7c43ac737845e2879 355 0.18/1.00 vMB 41
378,466 378,466 0000000000000000094fc46e26324568608967be069a742fec9aca8c38ecd7f5 1 0.00/1.00 vMB 0
378,465 378,465 000000000000000004f5630bb7b62a530b269f27c2fa34a9692f63dae059bc81 1,423 0.61/1.00 vMB 42
378,464 378,464 00000000000000000636130893112bde814bdf5d9e06461efc1dd190beab75f7 636 0.31/1.00 vMB 46
378,463 378,463 000000000000000007dae5ec9e861a21937268f08ee2400045c06fcccf86ce58 1,228 0.61/1.00 vMB 31
378,462 378,462 000000000000000000702652de2a3cb074fadf3469cd47e93e0b53e8145329c5 1,374 0.99/1.00 vMB 35
378,461 378,461 00000000000000000beca1476b955c661f6c7e0f1d9ee9e420b2cd85ea3627da 465 0.97/1.00 vMB 6
378,460 378,460 00000000000000000761bc0cbd4701e2dc3e9f3bbcb69c65452392b1be72a6f1 365 0.42/1.00 vMB 13
378,459 378,459 00000000000000000afc93bb2ea1df0caded8094fec625f5d4d59e704983a231 1,576 0.75/1.00 vMB 38
378,458 378,458 0000000000000000016039a441f1a8ee4e454f7e5d3b240c2b962e24f1cbc2d9 1,050 0.47/1.00 vMB 40
378,457 378,457 000000000000000008e7a8ad6cef19531e641e7d2973c56507c9105a7b131653 301 0.20/1.00 vMB 30
378,456 378,456 00000000000000000d9a56147620962c70381b01c3bcef8aba1163f62f1bc5ee 1,253 0.72/1.00 vMB 33
378,455 378,455 000000000000000000d05f9060000ce29090f2f525852c672a13d504aaaea6f6 991 0.67/1.00 vMB 30
378,454 378,454 00000000000000000e00f5ca9879299feb830c5d48d6ebd4d2f129d5d10e0538 1,089 0.54/1.00 vMB 38
378,453 378,453 0000000000000000086fb0190dc8fffc5f230765788e062158d1599d769cb7fd 835 0.48/1.00 vMB 35
378,452 378,452 000000000000000011b9a57a0f4a67c5a789aff496fcf985a9ee678c0320e45e 239 0.25/1.00 vMB 20
378,451 378,451 000000000000000010c3da3643df718cf012cc8979f214bcc0683e50f4c6e9c9 2,095 0.97/1.00 vMB 39
378,450 378,450 0000000000000000052f2d3d3f9004a9510bdc8104ae0b67a6cb689eba525a0e 782 0.49/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.