Loading Tool

Explorer IconExplorer

Memory Pool

73,032 transactions
28.19 vMB
0.07427667 BTC
Random Selection Loading Transactions
Max Size: 166.97/200 MB

Candidate Block

Mining Attempt 0cf88f3ad7a77a96ac0811517a30a6c3b0f3a069298749d4966345cc54513328
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root f8d1f4604c0eee330b49541e73c2c6a30e01f2fb35456c30a7d688a088510f9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,075
Size: 1.00 vMB
Total Fees: 0.01787987 BTC
Feerates: 152.31 > 1.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (231,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,241 683,241 00000000000000000006a3e5122dbeae73dba31df8c1cc8a7cc08d0b8d687bbc 1,866 1.00/1.00 vMB 20
683,240 683,240 00000000000000000009e39d9a183a4c3ce8377ead88cd34a2c87cd44cb696ad 1,416 1.00/1.00 vMB 9
683,239 683,239 00000000000000000001122efffad2e85a04bc8f0e731e4072f0fe0d8ecf3a55 2,090 1.00/1.00 vMB 28
683,238 683,238 0000000000000000000568dc1c487c0777fd55fd8e9a29c61c659cc65f756e96 2,374 1.00/1.00 vMB 50
683,237 683,237 0000000000000000000beb5c41b866e7c1d25c5e8c7ec0f31ecad7157f0176ae 2,648 1.00/1.00 vMB 29
683,236 683,236 000000000000000000021cf014832c5a1561a5f6d420105e192a6a157d3fe869 2,698 1.00/1.00 vMB 29
683,235 683,235 0000000000000000000a92321c673d960dd3aaeca82171b7f181302fb764f10d 2,664 1.00/1.00 vMB 36
683,234 683,234 000000000000000000073b8ae923ba4ecfab8a421b1a33ee852bef190f401e19 2,403 1.00/1.00 vMB 58
683,233 683,233 0000000000000000000232b04e0b5c583b465542f7d40344410c5209d92e092d 2,025 1.00/1.00 vMB 35
683,232 683,232 0000000000000000000bce39b405325172ed99eb671ea45e4491bea41ddf2d4b 1,373 1.00/1.00 vMB 53
683,231 683,231 0000000000000000000b4b72ae9f3b8f8b5907dff25f5cdc53c97b2636bbaafc 913 1.00/1.00 vMB 40
683,230 683,230 0000000000000000000800cc5e256dd67a2a80be25ce0f2d0953b622f0fb9eb8 2,846 1.00/1.00 vMB 62
683,229 683,229 000000000000000000007e56f9d30a55170464fa346e38d628398c0cf329f2c3 2,732 1.00/1.00 vMB 69
683,228 683,228 0000000000000000000362f6fd4089b59b75b48306afc31a74adc9434188fe42 1,660 1.00/1.00 vMB 51
683,227 683,227 000000000000000000090eaec79e42aecd341ec859c3c54998fc167e1dc01bee 2,104 1.00/1.00 vMB 61
683,226 683,226 00000000000000000005c885676e9b1345e441b57420459053eb91b4d9059539 1,796 1.00/1.00 vMB 59
683,225 683,225 00000000000000000002eed93151ec97ddd157db775512779ba9b28b2b5dd556 2,630 1.00/1.00 vMB 67
683,224 683,224 000000000000000000092a64a8315c4ed68e811bfcc567a5115d64ced0bc6a72 2,480 1.00/1.00 vMB 68
683,223 683,223 00000000000000000008c1d4a13a63eec86248b64b74d47ba9099b584b925533 1,365 1.00/1.00 vMB 9
683,222 683,222 000000000000000000057b7dc613166769447001298a577592a4c2884f181a9c 1,973 1.00/1.00 vMB 35
683,221 683,221 00000000000000000003218ecea3ed5cad9e60d2a0e72f8cbc0b1fa5c93e8e66 1,909 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.