Loading Tool

Explorer IconExplorer

Memory Pool

81,802 transactions
25.99 vMB
0.07691803 BTC
Random Selection Loading Transactions
Max Size: 163.64/200 MB

Candidate Block

Mining Attempt 7fcd2ea37743ea2517a742bc266ddd2ba4a6f26ffdd90cffd8454c70538151bf
Version 20000000
Previous Block 000000000000000000003235ea333b96e74fdf15460e243bb593779f54e9a137
Merkle Root 80402941a7f1c5156dec73f34c9ca63dc3f26cd8b1113fe1b6e3aa6dab72b3a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,119
Size: 1.00 vMB
Total Fees: 0.01946303 BTC
Feerates: 73.20 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,958 (864,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,186 51,186 00000000017c51a7f3331bff44afbf92a77456f9217da7d76395eb5139b3334d 1 0.00/1.00 vMB 0
51,185 51,185 000000000881bcbbdc494300dc08237e6cc85b73f9cb47f2d89c3e4ca3abbcc5 1 0.00/1.00 vMB 0
51,184 51,184 00000000021d0ff1ca91a61897585762a3b9d3ac1f687cb21a8dcb44549d9bec 1 0.00/1.00 vMB 0
51,183 51,183 000000001dd900c3372dc72cada5a858786aa04d146bb5d9ce7daed63227eab9 1 0.00/1.00 vMB 0
51,182 51,182 000000001392a840bac64e0614fd4038958715a799d6e671fa500f3a98300198 1 0.00/1.00 vMB 0
51,181 51,181 000000001a6fa27f74c4e6450745d1ad1b86b2ec7bf14be6b35c39ed787a9373 1 0.00/1.00 vMB 0
51,180 51,180 000000001797fb12fdcc675182bff15ae3373071925850023098250404af37b0 1 0.00/1.00 vMB 0
51,179 51,179 000000000f722a07c7a0a77517625ec4010b0a795ee43ba1ca383315462aedf3 1 0.00/1.00 vMB 0
51,178 51,178 000000001826e7572d1c9ac108a69cfe12a3b0e5b831a1ffea80cc63dc5d9fd9 1 0.00/1.00 vMB 0
51,177 51,177 000000001cd87341fb4efc40657e067ab8b9e5a3b40327fedb6e6b2f2d8f22ef 1 0.00/1.00 vMB 0
51,176 51,176 0000000005e1cdc7ff0666c269cca1ce722988e844b3a97b827115813a54529b 1 0.00/1.00 vMB 0
51,175 51,175 0000000009080e4951c43b48ca7fb868787e64e7e7f7a295df93f6577ec7c44b 1 0.00/1.00 vMB 0
51,174 51,174 0000000018daafbfec13dbbf08b252f6013b14d55404e869f487e20be37943a9 1 0.00/1.00 vMB 0
51,173 51,173 000000001838718dd5266111aaf1ac995e5d187d77c4d85c761aa558e66680f9 1 0.00/1.00 vMB 0
51,172 51,172 00000000060c5272c91024596c87bb99035602cb6bef0fc10135055eed519402 3 0.00/1.00 vMB 0
51,171 51,171 0000000014af0e7ba15f435ea98db6a59d64114cfdc91b7b9f1c3879d105d1da 1 0.00/1.00 vMB 0
51,170 51,170 000000001d2d633e8099ac2e966bf49dd51a56810a1d0c153d4c93f4376baa79 1 0.00/1.00 vMB 0
51,169 51,169 0000000000513d574cd85c47613443173f437ade3e8cd5e0455abac9a5ae437a 1 0.00/1.00 vMB 0
51,168 51,168 000000001972e8f550d600d68a1340b541a0e16be3f66b0c5587b7f95e05ebc2 1 0.00/1.00 vMB 0
51,167 51,167 00000000199ac9574e111129f90a3921f3412145cc41e9d07d2e43e0a59e1eff 1 0.00/1.00 vMB 0
51,166 51,166 000000001d7afb5b9a6d8592522d1c828ced0ffade37d2c091d95091c6f35ec0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.05 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: 802.05 GB
    • Received: 22.89 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.