Loading Tool

Explorer IconExplorer

Memory Pool

43,893 transactions
26.46 vMB
0.05883059 BTC
Random Selection Loading Transactions
Max Size: 139.47/200 MB

Candidate Block

Mining Attempt 5e102329002e7c7d5ef4fd3be88b7cff075485add6aca2ae8443d3c931c39910
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root f814c6efb047a85c816741bc60a1e1604670f1d06f0385b8174bf23e8a6a9b50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,163
Size: 1.00 vMB
Total Fees: 0.01036221 BTC
Feerates: 140.50 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (465,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,527 449,527 0000000000000000009ee9af6c0217c30074d648a6c5fcf6f25467c2bec1d193 2,107 1.00/1.00 vMB 76
449,526 449,526 00000000000000000000cb4dad1c3b1076a9a71e5f21196e2908f4a50ac3ddad 1,912 1.00/1.00 vMB 66
449,525 449,525 000000000000000000507ad9f3875e18eaca3dc66e4236646c5cf4ea9b820913 2,629 1.00/1.00 vMB 85
449,524 449,524 000000000000000001ecad0851ee8ea9d704ed9c9f1e38ca35d15623f4f2ea27 2,514 1.00/1.00 vMB 66
449,523 449,523 0000000000000000023c80a33dcbaaac0f9ef27bc6ef58ddf090e1fd1cb437d4 2,284 1.00/1.00 vMB 82
449,522 449,522 00000000000000000294d2608b3fdda4b3cf3d0b6127ba3f933a0b32a8eb95d1 2,137 1.00/1.00 vMB 100
449,521 449,521 00000000000000000280d60df0589ed649855b406e30699abac6a84aae8da82e 1,095 1.00/1.00 vMB 94
449,520 449,520 00000000000000000093ee2f4af328eb3523810609caeb5b659e8fa56b349b41 1,745 1.00/1.00 vMB 150
449,519 449,519 0000000000000000014dd006635fa4871a2cae80a31924df970b8bb2b8f09297 1,820 0.75/1.00 vMB 94
449,518 449,518 000000000000000000d197ff5559911b3123348d7b9db91f58b2dae5b4baaa3c 1,220 0.48/1.00 vMB 83
449,517 449,517 000000000000000000dce3cb10219c2f53907c43bc1b3e2e0cbedf181f47435e 1,671 1.00/1.00 vMB 48
449,516 449,516 00000000000000000038ce79cc890e9cbedfd10311a272f62d2f033057c11d12 1,607 1.00/1.00 vMB 63
449,515 449,515 0000000000000000030c8cb7fa5f23dd20f2f2016e24558e982244c43a48a90d 2,562 1.00/1.00 vMB 80
449,514 449,514 000000000000000000d682874a2eb806e075a47fcf7a456fb4af0b2ce7cc5d37 2,114 1.00/1.00 vMB 98
449,513 449,513 0000000000000000011096952b384e51be93147725b596428c3545e16774b521 2,744 1.00/1.00 vMB 71
449,512 449,512 000000000000000002a261e36a4bdac4f627a9eea3ffb720f08b17fc2500b705 1 0.00/1.00 vMB 0
449,511 449,511 000000000000000001a2a50986d3d4c3e727989c42be931b6ee4b9fbf0069a71 1,550 1.00/1.00 vMB 82
449,510 449,510 00000000000000000212b5362c15d53fc4c1bc7343a62f398c4ebffb8786dbd1 3,235 1.00/1.00 vMB 109
449,509 449,509 000000000000000002f32294daef795d7986692e18ba77a566f7e4996b86d238 1,342 0.84/1.00 vMB 65
449,508 449,508 0000000000000000001499353dbd0e3bff5294fad246e2b79eefa9dd8cd9629d 282 0.16/1.00 vMB 46
449,507 449,507 000000000000000001c3ad9ecbf5aa11fb56b4ecf6b2d154555095f1682ddf7c 593 0.36/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.80 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.