Loading Tool

Explorer IconExplorer

Memory Pool

46,277 transactions
28.19 vMB
0.07532703 BTC
Random Selection Loading Transactions
Max Size: 149.24/200 MB

Candidate Block

Mining Attempt b6f52844120ad629d7d1ec6adf7e76b2b021ced9a07edeb3493a9bac5fc99c1b
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 86c91ff02f382279315dba232bc77155e4c12162b49e8cc17eebab98179837bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.02080486 BTC
Feerates: 101.53 > 2.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (407,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,157 507,157 00000000000000000051e306117c90b517c1ff2bba91f645650e8b0c210774f7 2,443 1.00/1.00 vMB 203
507,156 507,156 000000000000000000606f9bae63d72b1b3122d7af70e18d4ccf09485adf8543 2,130 1.00/1.00 vMB 196
507,155 507,155 000000000000000000338aecff0ec0ba7e2a8c846d8dd0718a8889e31093f2d0 1,900 1.00/1.00 vMB 108
507,154 507,154 00000000000000000038eae5a9a3187a0cb74cd34cd96f4622bbac24ddcad6a0 1,951 1.00/1.00 vMB 142
507,153 507,153 0000000000000000004c962a1d8dee24ad7315c0e9cec09260a8c84ab0b15973 1,849 1.00/1.00 vMB 126
507,152 507,152 0000000000000000001b6bed24fcc1ef4c9fc47ecdab5914053a8621660c2545 1,407 1.00/1.00 vMB 57
507,151 507,151 000000000000000000636e639690bef4f677e4b0ca100048d7afaccf776748ea 881 1.00/1.00 vMB 52
507,150 507,150 0000000000000000001a8951baee7541bcc0c06a7cf86d2eb32037a0dcd89107 1,100 1.00/1.00 vMB 94
507,149 507,149 000000000000000000198ed13517efbe9af298c1a60e440fb52e3fb2a2e0e9ce 1,845 1.00/1.00 vMB 189
507,148 507,148 0000000000000000001cc19af2fca0ac2208a7c80f191d799b08473baa7c5c50 564 1.00/1.00 vMB 69
507,147 507,147 0000000000000000001b2704cb3859582d3fb055de3d3a9f60bec7fdad3341dd 1,979 1.00/1.00 vMB 146
507,146 507,146 0000000000000000001629bf3ed0be699ed5bfb84dcd73a415b926fc516c4fcb 2,315 1.00/1.00 vMB 223
507,145 507,145 00000000000000000048a17fc5456c39f55687b45afaebf60371fb2ab8174ac4 1,699 1.00/1.00 vMB 157
507,144 507,144 0000000000000000003e21cc3d8bc2519ba22967e2b80ef5b31ff332f44814cd 1,838 1.00/1.00 vMB 91
507,143 507,143 000000000000000000022eaf285c853d22918db6dee58f19afcecd7a8193dc94 1,728 1.00/1.00 vMB 163
507,142 507,142 0000000000000000001c1a812178a49e9037511a888ed4242c80d99b88a869f8 1,931 1.00/1.00 vMB 167
507,141 507,141 0000000000000000004a1ebfe2289ee7ea1c9b5d1b3071f8de6c4b81ef6b0133 2,097 1.00/1.00 vMB 177
507,140 507,140 0000000000000000003dbca9eb0a0df1ea05425cfd543ac199523a192cec67e0 2,441 1.00/1.00 vMB 172
507,139 507,139 0000000000000000004e0eba929fe15410d6bf4be0378e58bfb2beb5a9bc7926 2,436 1.00/1.00 vMB 197
507,138 507,138 0000000000000000001c8b87bde13762a14dae7eeffc8887c31e5682bab225d3 2,463 1.00/1.00 vMB 197
507,137 507,137 0000000000000000002179aac4c54479b88422f4fa880a9b864311252d920337 2,261 1.00/1.00 vMB 247
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.