Loading Tool

Explorer IconExplorer

Memory Pool

81,952 transactions
30.66 vMB
0.10109370 BTC
Random Selection Loading Transactions
Max Size: 184.11/200 MB

Candidate Block

Mining Attempt 97cbcaebcbf29066a92521090b82d38076942b0a63f6308a4d902e4abd665d8b
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 2bc0f719fef0332253f76c0e2db89f53a68a9715a8bd238fd6f33b8658a628b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,479
Size: 1.00 vMB
Total Fees: 0.03519627 BTC
Feerates: 150.77 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (287,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,344 627,344 0000000000000000000a97f75a32c0ef4aec6534d05aefc2e187116b635851cc 1,572 1.00/1.00 vMB 72
627,343 627,343 00000000000000000000601fd94b4bea51e7cd81ae2db17752bb0058dc9789e4 1,517 1.00/1.00 vMB 44
627,342 627,342 00000000000000000007b07de5e206a128790ae5917d032b35482fa49eb2d76c 1,971 1.00/1.00 vMB 18
627,341 627,341 0000000000000000000d6c63c9c7715296c34a67b702649b6f3e1bfa98d6b1a0 2,242 1.00/1.00 vMB 18
627,340 627,340 00000000000000000002d8c583f9088c546e2a56116be37661a6b85126890642 1,847 1.00/1.00 vMB 26
627,339 627,339 00000000000000000007d583b4fe6fc0dfac558c9c20a9870d038e0507089ee4 2,100 1.00/1.00 vMB 22
627,338 627,338 0000000000000000001011dfcfa3968a30b52df478d852ed51c93f2c128f6792 2,907 1.00/1.00 vMB 23
627,337 627,337 00000000000000000000e2d9f599b02ff9535ac4aae0f78337da5bdb40548e5b 2,105 1.00/1.00 vMB 28
627,336 627,336 0000000000000000000672856ca084c7e9e487fb9a1d35d6473f296332718606 2,303 1.00/1.00 vMB 31
627,335 627,335 00000000000000000001bb2cc4e1169fd698156488ea5f0c381f39cdf4985317 1,627 1.00/1.00 vMB 29
627,334 627,334 00000000000000000003523beb98b9cca0a315486bbae9bf96aca8ee1a622b84 2,098 1.00/1.00 vMB 28
627,333 627,333 00000000000000000005b536583eaa8c1a00c6d18d9dc379894439aad0fc307a 2,340 1.00/1.00 vMB 26
627,332 627,332 00000000000000000008bc80b8b6b0ed23874962999d80b2820da2dc9d1c8dc7 2,842 1.00/1.00 vMB 34
627,331 627,331 000000000000000000003f7ba4cc0726c5b4fa76eede70157317d9c35debbcd0 3,055 1.00/1.00 vMB 34
627,330 627,330 0000000000000000000123f7fc5f90117aada76be462b098aaeec3b2bc1214e1 2,742 1.00/1.00 vMB 32
627,329 627,329 00000000000000000007193aca8db344bb7485a21a6bfb6289f7b72c6eea7094 2,688 1.00/1.00 vMB 39
627,328 627,328 00000000000000000009fd086f3001ae1edca8e2dbe48069679f7ae8eb8be24c 2,706 1.00/1.00 vMB 35
627,327 627,327 00000000000000000010a58282f08251c746554bafc75514292f733272036b31 2,883 1.00/1.00 vMB 37
627,326 627,326 00000000000000000003cb7bda5db568dd3a580a5c74affe1e1044b544cba70e 2,049 1.00/1.00 vMB 28
627,325 627,325 00000000000000000009c4eb642257f50ce4dca599d9994e187f3aa66d11a1b2 2,283 1.00/1.00 vMB 30
627,324 627,324 0000000000000000000ebec7b3daceba98d44ad2878cff6bb5bfa38bed124ed5 2,972 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.37 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: 663.67 GB
    • Received: 14.93 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.