Loading Tool

Explorer IconExplorer

Memory Pool

75,628 transactions
28.46 vMB
0.08154510 BTC
Random Selection Loading Transactions
Max Size: 171.10/200 MB

Candidate Block

Mining Attempt 50570ccbc333e6e87fe92de3a66ed1169fdb22c0774a67f53a56ef1707c80c33
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 192cb2948747eb3bc897fcdcc45955b79ccc593a772a75d6a7455dc821c9fc19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,364
Size: 1.00 vMB
Total Fees: 0.01767456 BTC
Feerates: 65.95 > 1.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (103,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,110 812,110 00000000000000000001b948fcfc46fc0742abc70f61e5b4ae094a59b8c795fd 195 1.00/1.00 vMB 2
812,109 812,109 00000000000000000000cde65c0243546c4f4b674607550d4e58e509a80b2cbf 1,662 1.00/1.00 vMB 7
812,108 812,108 0000000000000000000216dcfd83600ab2dc454e49ffe03618bceb5c9b546c07 1,461 1.00/1.00 vMB 2
812,107 812,107 0000000000000000000082a7482a6f783940a53d768edef9a5e27e8850f4c9a7 2,199 1.00/1.00 vMB 12
812,106 812,106 00000000000000000002f2677f9dda75d6327e9deedff7e757a4b2840f4cf028 1,545 1.00/1.00 vMB 4
812,105 812,105 000000000000000000002d316838b6ea38586bca1b789eca47b9d7bbefc9a47b 2,620 1.00/1.00 vMB 9
812,104 812,104 0000000000000000000410e0d690a9f9d9625c4b5308ebd69cc52bea9e915910 3,872 1.00/1.00 vMB 14
812,103 812,103 00000000000000000000803a4f43960e932126a6cdede4246a027a5dafb3bbe3 1,823 1.00/1.00 vMB 5
812,102 812,102 00000000000000000002f8ec3d3f1b53627ef2e8297ba612d34b2c58af907494 2,617 1.00/1.00 vMB 8
812,101 812,101 00000000000000000004935ec977aec859533eec93186d2bd293d0384192b3ce 596 1.00/1.00 vMB 2
812,100 812,100 000000000000000000021dfb1e0756ee461f7091e4d80756687a9681a56f2e9e 3,425 1.00/1.00 vMB 12
812,099 812,099 000000000000000000019f5ce4e0ff59586b13bdf292769e75df3b3b3080b6de 1,058 1.00/1.00 vMB 5
812,098 812,098 00000000000000000001f0232acf85af196ad5f500074caa2ed2a14b59c630fa 607 1.00/1.00 vMB 2
812,097 812,097 00000000000000000003c401d03b124056fb3b71d462e9a6a83dde958e0b53a5 1,200 1.00/1.00 vMB 8
812,096 812,096 00000000000000000004e78ba4a3a1cc780aba359710b72aa06d40804e6ce218 1,579 1.00/1.00 vMB 6
812,095 812,095 000000000000000000021efbffa05769212f51ef189075bc055508ff45119a30 1,525 1.00/1.00 vMB 7
812,094 812,094 00000000000000000001f9f6853dcf590e6d60e3cbdb31999620d2d0de3d7c32 1,536 1.00/1.00 vMB 8
812,093 812,093 0000000000000000000276e9ced4b1703bbea644d8e40d3a49e9505fc3f8c425 2,987 1.00/1.00 vMB 9
812,092 812,092 00000000000000000002fd403d455f3b258b3b85b14b8233f65f53cc8f6242a0 2,229 1.00/1.00 vMB 11
812,091 812,091 00000000000000000000fbe825675bdf56c49bd4f2d9a6e7d391c7090dd40762 563 1.00/1.00 vMB 4
812,090 812,090 000000000000000000015496597e9e7c1ee0f2166f4c5f0931c4412aa4a0f7ea 295 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.