Loading Tool

Explorer IconExplorer

Memory Pool

77,644 transactions
29.11 vMB
0.08821357 BTC
Random Selection Loading Transactions
Max Size: 175.52/200 MB

Candidate Block

Mining Attempt 34b6c0f1cf2b92845969347acba2cd8b19d38d46f26906bc3a40be780322d18c
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 27ca25b1a2cb89cad5b6f7c568b290bf794be67ea52350e7c5be4b4af55f7696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02737761 BTC
Feerates: 103.00 > 2.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (124,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,232 790,232 00000000000000000005bb0db455def05e3e49619ab7ace155f91244020ebd2b 3,039 1.00/1.00 vMB 34
790,231 790,231 000000000000000000006561f99ba195c9f36166e661d7d329f391a5913b9f4f 2,888 1.00/1.00 vMB 83
790,230 790,230 00000000000000000005dad77094aec22fef838c2efaa7458a0f5f46c8f4a6bb 3,282 1.00/1.00 vMB 43
790,229 790,229 000000000000000000053442637f419a62126186aa187e7fb731289b1cc4c93c 2,758 1.00/1.00 vMB 26
790,228 790,228 000000000000000000018beb11a04e57e1563c6c9ad0e55369aee42ae5699e8e 3,369 1.00/1.00 vMB 33
790,227 790,227 00000000000000000001cdd3adb0f693f5bd72c427f5bf58fe4156122fe7ed41 1,838 1.00/1.00 vMB 30
790,226 790,226 00000000000000000003e9c0f1e2deb1f3405f867d6a0f7fd2dfab86039a945b 2,339 1.00/1.00 vMB 61
790,225 790,225 000000000000000000002267ff66f878e1803ad87339bca53bf8579b29e6d4a7 3,060 1.00/1.00 vMB 40
790,224 790,224 000000000000000000037f33d3d90c97d110c5f0bc49ced95a4fff1fa1ce4945 3,856 1.00/1.00 vMB 68
790,223 790,223 00000000000000000005c3e5856005e03edebd8ab2a603d89f8a58be4b30f82d 1,557 1.00/1.00 vMB 65
790,222 790,222 0000000000000000000318f25c328f2e6989dbd5925cc3a335def2089117d9e9 2,621 1.00/1.00 vMB 55
790,221 790,221 00000000000000000002cdfdc2b475765665eb592b3879f39be19f115b7aeb2d 4,087 1.00/1.00 vMB 72
790,220 790,220 000000000000000000015184e43d5c32c274e79ffb9ac4a386879d6acd5afb0e 3,251 1.00/1.00 vMB 64
790,219 790,219 000000000000000000048ded9dec47d0ad0031d4161c6980c603d7c81698bc45 3,972 1.00/1.00 vMB 74
790,218 790,218 000000000000000000059a7f6fc1d16afa928ab86a2f9a15dc1ad01af0891ece 4,230 1.00/1.00 vMB 77
790,217 790,217 0000000000000000000591df3b8c8057ecd3da91aad9cf57e4e49d20778bd564 3,247 1.00/1.00 vMB 108
790,216 790,216 00000000000000000000ec1fb8e81d6c46ef30e686cd1f5dea899a6515039dae 3,088 1.00/1.00 vMB 91
790,215 790,215 00000000000000000001a764f493163764059705c2409ff242ef33fa0995ef9c 1,734 1.00/1.00 vMB 70
790,214 790,214 000000000000000000036b5bd26a3ff2aeb17d4e12506035fef23cded95faed9 3,906 1.00/1.00 vMB 75
790,213 790,213 00000000000000000000623770badeb6c4f26808531cdab8133011f8c0c4575f 3,987 1.00/1.00 vMB 80
790,212 790,212 00000000000000000005aec3f4f1a92f6c1e4020c748c9f20676aaf8a466f6f3 3,268 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.36 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.