Loading Tool

Explorer IconExplorer

Memory Pool

43,211 transactions
26.17 vMB
0.05118055 BTC
Random Selection Loading Transactions
Max Size: 137.87/200 MB

Candidate Block

Mining Attempt b968e48918d0e5e5c1b72b283b9d6c2cf06d25fa02405c0390ea6ab3da7974fa
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root af6a1a64412a8fac80e873591ab170a77c54b423cb5ea71a360d1aa7522831ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,453
Size: 1.00 vMB
Total Fees: 0.00339761 BTC
Feerates: 7.05 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (730,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,489 184,489 00000000000002ba8123b5d5e611164aebbef6cdfb20eea061f37e32abfbac81 173 0.05/1.00 vMB 62
184,488 184,488 0000000000000905ff57e7e69939710ef7a37f40e385e8bf283e32409d3763d7 883 0.42/1.00 vMB 144
184,487 184,487 0000000000000439752e36c79c229847afceb9e124fe6539bf10c417b1a2c122 443 0.25/1.00 vMB 159
184,486 184,486 000000000000055e3928c9e699c84b2e02d845e537569aeeedc935e42fa8c44b 9 0.00/1.00 vMB 67
184,485 184,485 0000000000000023cdbc63fb330ce6b10510643f021b5aa9c49f82d975e1bb47 130 0.05/1.00 vMB 141
184,484 184,484 00000000000007c6f6e5ca084fd4a7c55a6f4486b9c8a6646ff7caabd6f782a7 504 0.25/1.00 vMB 108
184,483 184,483 00000000000004ec1cc6c03a75b8139fb4789c023fa9282547299b4ea62342db 512 0.20/1.00 vMB 407
184,482 184,482 000000000000007f7a7ff1d2d16a9bc95bae0392c1d4f876acefe8ea08f547e8 422 0.25/1.00 vMB 145
184,481 184,481 000000000000065d0dc3a94e8785b2aac5730362df751ce8f8bdf46885808a53 445 0.25/1.00 vMB 115
184,480 184,480 00000000000008c806ab4055ee4d044ab388bcbf922b2f33d13e55f49211f418 407 0.26/1.00 vMB 110
184,479 184,479 000000000000036d7fd6c0bf38195c5d61d99feb0281e97c964aa50db83bbb45 577 0.26/1.00 vMB 129
184,478 184,478 00000000000002839c4205de8c8bbee01dc55ee4c3acb4f6166f7d52654d76db 419 0.25/1.00 vMB 98
184,477 184,477 000000000000061d6ca3b6dbbb55489fdddac2085c2690be2622f45088367b09 508 0.25/1.00 vMB 130
184,476 184,476 00000000000000c8caa5c93c8d498e894e66b256f8bcd88fb9cdd9ce7b7b24bc 512 0.25/1.00 vMB 147
184,475 184,475 000000000000047e13b97c673d20ed22fbe26aa4c06185a23611265a3e24996a 512 0.25/1.00 vMB 109
184,474 184,474 00000000000003aa59e34ac4a38132d3b18c48c171d7fea55ea7237ccff03753 133 0.05/1.00 vMB 126
184,473 184,473 0000000000000691bc6b0c24976a9e3e6e589a41b199779ac08f2a2d2fdabd05 443 0.25/1.00 vMB 95
184,472 184,472 00000000000008173bd4653053dfe0fc1720538163d95e0711f9ace3d7dc44b4 512 0.19/1.00 vMB 142
184,471 184,471 00000000000000e6423cf5fcd523bbf07e49c84269e291431afed28fbee0c19d 501 0.25/1.00 vMB 133
184,470 184,470 000000000000024a8811069d4c49625143c739b0f26afedab51242ac51a232a9 149 0.05/1.00 vMB 184
184,469 184,469 000000000000056206a65bf114b7c1ecd862ecf685ed7a615a1ba8efffb87c23 156 0.05/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 781.92 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: 646.11 GB
    • Received: 12.81 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.