Loading Tool

Explorer IconExplorer

Memory Pool

36,368 transactions
18.97 vMB
0.05093260 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.09/200 MB

Candidate Block

Mining Attempt 88704fdbc3dfe0f93ddcdf9b958d446e5abbb7736bb351cf46c4efa8c2666a38
Version 20000000
Previous Block 00000000000000000000255ade1da63093408609f1fc0f4b7893866d7199f6d5
Merkle Root d4e154106c6838e865b59443d3135e0fcab236bad97820418192e5c4ca95d3a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,115
Size: 0.99794575 1.00 vMB
Total Fees: 0.01530342 BTC
Feerates: 160.84 > 1.53 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,873 (561,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,459 352,459 00000000000000000b3dabf9fa58af18e44f47790fbec722443401616349d007 1,076 0.69/1.00 vMB 19
352,458 352,458 0000000000000000068851e95a86b5dfbac85cd788e1ec40a74ccc4b410e9117 1,766 0.75/1.00 vMB 33
352,457 352,457 00000000000000000a8a16d0da4d516ec4e1f78dc90f6210c50eb120d1e745f6 1,011 0.50/1.00 vMB 26
352,456 352,456 00000000000000000f7fdd8d93641f7278533d33fa3514cfd7a5808a0b16f7b5 1,037 0.52/1.00 vMB 25
352,455 352,455 00000000000000000fef839bf7374062b9b82ecf6bd6148b2e8c169283311691 1,361 0.74/1.00 vMB 22
352,454 352,454 0000000000000000001840f799a582af5a6bad3b41e5b3eca13036c7870d232f 516 0.30/1.00 vMB 20
352,453 352,453 00000000000000000e19f0e2b7bdbe5dc6b5b2f45585f4e468acfcc2be2ee0e7 1,334 0.73/1.00 vMB 26
352,452 352,452 00000000000000000e9248386e2f8e73e71f2932a438f1c837f1806690caff9f 431 0.28/1.00 vMB 21
352,451 352,451 000000000000000006c3850344dd043e1cba9837347c7e7a071cbd25164b95e0 423 0.23/1.00 vMB 24
352,450 352,450 000000000000000004d3f2149f78bbae8650cfadb76aa4d51a39cdf2c47e6a9c 451 0.43/1.00 vMB 14
352,449 352,449 000000000000000014b749f273d05627b8bb504d42290c3692fb3084f0abefce 1,678 0.75/1.00 vMB 32
352,448 352,448 00000000000000000953677fd6f179faf2a41fb763d202de2878e51551cb515f 516 0.27/1.00 vMB 27
352,447 352,447 00000000000000000f6caf313fe6a2f1b8d3a53eb6de874dc38f8161542b882c 472 0.21/1.00 vMB 26
352,446 352,446 00000000000000000750db3e21a82f9c8434184085285f37f1281ba3545159d5 312 0.30/1.00 vMB 19
352,445 352,445 00000000000000000b2dc5944180d13d2a4e0e2cb91f0d349fb556ded3e9219a 64 0.04/1.00 vMB 22
352,444 352,444 00000000000000000f2adb30514b9ea048c47c4cd136c05f00e45cf1fea8f920 229 0.13/1.00 vMB 25
352,443 352,443 00000000000000000b8aed86d1b69268c843918f7acb150cee62a7afbe089c3b 173 0.08/1.00 vMB 28
352,442 352,442 00000000000000000da55f296bdd16e5cf18a02ebaf7b3871878b2f3d28b8eff 1 0.00/1.00 vMB 0
352,441 352,441 000000000000000005a5933d0a4c001070d723f5ec28c853d60de7b8cd8eab49 768 0.38/1.00 vMB 78
352,440 352,440 000000000000000003414d752773f3aff69f6596954b4ca30979b395436daff9 113 0.06/1.00 vMB 20
352,439 352,439 000000000000000009603b248cff8564e530b930dc197a0673810a3ba73a426b 197 0.12/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 780.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 524.36 GB
    • Received: 5.06 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.