Loading Tool

Explorer IconExplorer

Memory Pool

85,039 transactions
31.89 vMB
0.16970232 BTC
Random Selection Loading Transactions
Max Size: 189.79/200 MB

Candidate Block

Mining Attempt a6dcd0b419f11a1e0efc3b620494f0e9dbfaaa4709df22df441a02244e16b144
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root fef4f45f1d9f465b2f41ab7d0c66dcf98cdefdece4b3ad13ffbfa2dacaefed63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.05358846 BTC
Feerates: 402.75 > 5.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (179,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,396 735,396 00000000000000000001438fe57a07c7a8443af4bb063f365f7805032b9854e4 706 0.41/1.00 vMB 5
735,395 735,395 00000000000000000000c24937be94a4170fbed1b8767d9e6afcf88e26222b56 3,008 1.00/1.00 vMB 13
735,394 735,394 000000000000000000070fd3e03a33256853e78e707a34bc147db08e5ed3adb8 1,408 1.00/1.00 vMB 18
735,393 735,393 00000000000000000005dd2de3f945b084545578a186717c556725bee4eb2214 942 0.31/1.00 vMB 13
735,392 735,392 000000000000000000039be14efee6f0a13c7e315d4a1ed1e2c29be6790fc131 869 0.31/1.00 vMB 11
735,391 735,391 00000000000000000002eda1cd76b3c39b8bf4121b10f65a37e8e5f1daa6aa21 1,608 0.68/1.00 vMB 12
735,390 735,390 00000000000000000005af0e809e03bd78c8ef9ce0061ce2b04b0fbb18f30aeb 1 0.00/1.00 vMB 0
735,389 735,389 00000000000000000000a6920b102fb2f66df629f2c8a2b63dc10d1eeca7cb97 1,249 0.86/1.00 vMB 2
735,388 735,388 000000000000000000036d9d6fbe8f6ff7afa0de5e25b3f53effa04a6a0e0695 2,680 1.00/1.00 vMB 16
735,387 735,387 00000000000000000003ed8af92480fefd784cdffafd62ef0347109dfd729ef4 1,466 1.00/1.00 vMB 5
735,386 735,386 00000000000000000004e103f0b1500a0e9b5ad3a8ec00ce1e30eea326435711 1,602 1.00/1.00 vMB 5
735,385 735,385 000000000000000000076fa9a64eeeadfb56fc43642c0d76aae129db1c04ac41 1,601 1.00/1.00 vMB 6
735,384 735,384 000000000000000000026c6a44927b2276aa5d59c64beade5040f234eafdcc5a 1,981 1.00/1.00 vMB 6
735,383 735,383 0000000000000000000083d0452d662b7f06b7303d18dcd070e326300a93d24d 4,028 1.00/1.00 vMB 4
735,382 735,382 000000000000000000019e9539102799f006acfc6bef8840fd2b9a92c7c50637 2,700 1.00/1.00 vMB 5
735,381 735,381 00000000000000000003a4f9dd974998476812fa6bbff32d5fb5e104f1c352f4 2,462 1.00/1.00 vMB 15
735,380 735,380 000000000000000000025b2062412bf98a6adb5a4c074d0f416f9bc184dc9b36 2,146 1.00/1.00 vMB 12
735,379 735,379 000000000000000000020953221a351262c586e59f153042c83a4c8d7e0377ee 2,243 1.00/1.00 vMB 13
735,378 735,378 000000000000000000027d976ac67ddab6ea6e9139545e5e9566b072b24a833e 3,271 1.00/1.00 vMB 19
735,377 735,377 0000000000000000000648637b699da88eeef539ced5061b245694bb2b11d0cb 2,755 1.00/1.00 vMB 18
735,376 735,376 000000000000000000004945b99a44fafc986b04be3defd53ac5013387fc09c1 2,812 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.