Loading Tool

Explorer IconExplorer

Memory Pool

72,598 transactions
28.05 vMB
0.06967123 BTC
Random Selection Loading Transactions
Max Size: 166.19/200 MB

Candidate Block

Mining Attempt 670ac4fcf717261940153aee81139f3ed19de953f8b7e7b8edd54d26c392ee38
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root a97b854bab8c6bfaf4bf7deaeeea90b6d99835b97ec57439bc4e3989ed79bfbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,678
Size: 1.00 vMB
Total Fees: 0.01367697 BTC
Feerates: 101.52 > 1.37 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (416,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,586 498,586 0000000000000000005732ae80c256ed6ee81b0782aebfd7e2c5dedd45f47da4 2,422 1.00/1.00 vMB 236
498,585 498,585 0000000000000000002dd0433eb8ae1f292f586f9b7a81cab2e4603e4ee88a21 2,130 1.00/1.00 vMB 165
498,584 498,584 00000000000000000047c873f9bca91ef6d86b3004e7ac10a591586661a33e10 1,033 1.00/1.00 vMB 126
498,583 498,583 0000000000000000000f5aa515c45aefc29d7cf1abf0f4ef12c52618ca8732a0 2,373 1.00/1.00 vMB 188
498,582 498,582 000000000000000000ade808a81f86865482f0ab1cea88b1b84b3dde212b9286 2,146 1.00/1.00 vMB 149
498,581 498,581 0000000000000000001fdd4fc35ae144cdbcf7755eddaafea34c0b710ff30150 2,108 1.00/1.00 vMB 206
498,580 498,580 0000000000000000007cec0b7664aa688be6480e970d84253b64407bedff75be 2,195 1.00/1.00 vMB 289
498,579 498,579 000000000000000000a0d6dd2732a2ebd791bd9e70740a70ed880a4b86128e6c 1,928 1.00/1.00 vMB 373
498,578 498,578 000000000000000000a3b55d2c103198dafdfe2762272680f5e054f4ee105fe9 2,786 1.00/1.00 vMB 407
498,577 498,577 0000000000000000001b6abe34c5bdb0944737a4d0a781142a1343389c0d42ca 2,732 1.00/1.00 vMB 374
498,576 498,576 0000000000000000007d3cef7625ce61b876fd85591603630a3b02674eaef94c 1,831 1.00/1.00 vMB 478
498,575 498,575 0000000000000000002339bf5c4f649c9daf118ae94bf5cda536b7a8fb56ab86 2,597 1.00/1.00 vMB 255
498,574 498,574 00000000000000000023462feaf6fd910fcac82a517e00e5cf9bd7c96f4284f3 1,914 1.00/1.00 vMB 168
498,573 498,573 000000000000000000714752cfdeb7da77b64e75594cb3d9007b197e26a3bb2f 2,092 1.00/1.00 vMB 317
498,572 498,572 000000000000000000ad743d9fa4b0053023fb9f2485900f7aa86fa4be14609a 2,736 1.00/1.00 vMB 381
498,571 498,571 00000000000000000044c70f146f149671dfa5855cef89bf3318c37225cb8dfa 1,257 1.00/1.00 vMB 201
498,570 498,570 0000000000000000008f0c026fc4370fa9517075256f866b9e5e4a63e2e328a5 2,433 1.00/1.00 vMB 334
498,569 498,569 0000000000000000004a6993a5a8da42474f32585a5a922e2300c09dd8dba49b 2,380 1.00/1.00 vMB 446
498,568 498,568 000000000000000000094e2bc7e3a164bd349c793057e8075be8b140dc45ec60 2,402 1.00/1.00 vMB 354
498,567 498,567 0000000000000000000f1a3feecfae483560fd952582f58622d88a579cbf7d19 2,212 1.00/1.00 vMB 312
498,566 498,566 000000000000000000589919a80abd3cd8c12ed86ba8f954494cb0f672ae930d 2,340 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.