Loading Tool

Explorer IconExplorer

Memory Pool

80,189 transactions
29.63 vMB
0.06770527 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt 0693675f5fa9227fd548165ddd5b38707a0048466b558c7a8614c6224a61f731
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 4ece24fa39bb90cb7c9687ab3e8ca2a071801358b84d484087d9475c6ad0397e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,346
Size: 1.00 vMB
Total Fees: 0.00739419 BTC
Feerates: 78.53 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (407,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
507,136 507,136 0000000000000000005972b89084e05ed73e311dcc6b8ae42596d308653f5c07 2,517 1.00/1.00 vMB 179
507,135 507,135 0000000000000000001b083f2702d508f630d32359f135f856b487e1420fc50c 2,335 1.00/1.00 vMB 219
507,134 507,134 00000000000000000046d2ebd032dfc4cfa1c2d4a6b095352ef4b98a139b00de 1,487 1.00/1.00 vMB 115
507,133 507,133 000000000000000000348da52f9a5ca411eebfdead5b3e8b72e82b2fa42f5b6a 2,447 1.00/1.00 vMB 166
507,132 507,132 0000000000000000001a7400a1f79f267d346805daf053837902238108f4b636 2,645 1.00/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.