Loading Tool

Explorer IconExplorer

Memory Pool

37,902 transactions
28.03 vMB
0.06338432 BTC
Random Selection Loading Transactions
Max Size: 141.85/200 MB

Candidate Block

Mining Attempt 9a60e3d7f7bca9a9bd6490a60be50ab4b9216c558c6cd2b1cdd02527c7e7a241
Version 20000000
Previous Block 0000000000000000000185a47d8c507babc5447842dafd6aa7aa6d0207188e1d
Merkle Root 5b9cca6c5726d1776c672cde46e1a07906d2737130a9bc44209100c335130b67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.00977429 BTC
Feerates: 112.60 > 0.98 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,604 (150,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,181 764,181 000000000000000000008406933d7b2ea9191b18d01955f79409c7579d352c85 2,213 1.00/1.00 vMB 29
764,180 764,180 000000000000000000073de23b525b5f46a7ffce002cea7776217ec8c5795219 2,270 1.00/1.00 vMB 18
764,179 764,179 0000000000000000000119faebfe2db08abed60a7176cc7126b097c78715e56e 2,971 1.00/1.00 vMB 35
764,178 764,178 0000000000000000000650aa4cb6f4026c521e768cb086b09931616d21be1ee9 2,512 1.00/1.00 vMB 32
764,177 764,177 000000000000000000054548735df449582b4bbd9977d27809ec4492defd4a34 2,269 1.00/1.00 vMB 32
764,176 764,176 00000000000000000003356db4717348bcf86683992afd0f6c17b2162128d46f 2,941 1.00/1.00 vMB 26
764,175 764,175 0000000000000000000650133f6a1d28579d46b84caa439d4f3686aabed1ad5c 3,021 1.00/1.00 vMB 30
764,174 764,174 00000000000000000004bc06bbb65e14aedea8aa0f99ca718c1cfd50d1dd274a 3,266 1.00/1.00 vMB 37
764,173 764,173 000000000000000000009da05f0e5125e637ce9c190f0615fbadf8aba551f5ee 3,013 1.00/1.00 vMB 27
764,172 764,172 0000000000000000000425b40d0e7cf46dd999a452bd30f8a4ecad65bc3aa6d9 1,783 1.00/1.00 vMB 11
764,171 764,171 0000000000000000000521d3110f8e89575dae2b4266bcaa68bcab14baeadb35 972 1.00/1.00 vMB 15
764,170 764,170 0000000000000000000556aa7a4f53406f54f2c91d6864d24cf6a06b67587d7e 2,453 1.00/1.00 vMB 18
764,169 764,169 00000000000000000006029a3756ddc052e97f1477080efe180f39cbe495853a 2,498 1.00/1.00 vMB 17
764,168 764,168 000000000000000000043733ac9fb5a906d8b87ed20f3c9e6a5676e92640905a 2,229 1.00/1.00 vMB 35
764,167 764,167 00000000000000000001af0a7ed00bb16e8ef93ddf42874b9be3ee67b451593e 3,298 1.00/1.00 vMB 22
764,166 764,166 00000000000000000000fb71980cbd81d478e48ed838b05d00bec34e959f3c93 2,609 1.00/1.00 vMB 26
764,165 764,165 000000000000000000014ecd3d6d16706f805a0f2bb3638ff2c1b8c8f9d5b885 3,159 1.00/1.00 vMB 38
764,164 764,164 00000000000000000005a1b781aa6f51c391dc5ed71c44ad8770ebe8a076e07d 3,579 1.00/1.00 vMB 22
764,163 764,163 00000000000000000006cad4fa3e189fdba3f2d78e88f429d40637592679b246 2,872 1.00/1.00 vMB 22
764,162 764,162 000000000000000000069f36df5b64473bcc78a203083b0d627c97fab4e2b3f8 2,333 1.00/1.00 vMB 29
764,161 764,161 00000000000000000006a24617534421b16748d806e22f01aa2a3b9454dc9c4c 2,596 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.83 GB
    • Received: 11.83 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.