Loading Tool

Explorer IconExplorer

Memory Pool

83,081 transactions
30.60 vMB
0.16424746 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt 60f5a29815d7adce44ea001fa6fa9d399617a5c48a3d38ae21e460ac86cd54d3
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f807bd0ded42549d9614ea02f15c1ae53afe4eb29c2e7f6cdcd8b2b8162b6f62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,140
Size: 1.00 vMB
Total Fees: 0.08474205 BTC
Feerates: 150.79 > 8.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (260,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,240 654,240 00000000000000000005b99fa937f864f2c6674c9a32b6d49c32f4ae20933e6d 2,393 1.00/1.00 vMB 29
654,239 654,239 00000000000000000005c86d3fe06ac66374fd13abe4e5e0f635ce79cd6377ca 2,380 1.00/1.00 vMB 7
654,238 654,238 00000000000000000003ce543fa837fdd19c5de69c83b1c819bd4c6f233294ca 1,944 1.00/1.00 vMB 23
654,237 654,237 00000000000000000006a83e1cbc05b5090e0f4412da10231bcbbc719bc84065 2,406 1.00/1.00 vMB 61
654,236 654,236 0000000000000000000579ca529c8df543e53cab3414addddec7ec22926ec77d 930 1.00/1.00 vMB 68
654,235 654,235 000000000000000000002889c31e0440618d744a77a614e10fa41641c925ec28 2,872 1.00/1.00 vMB 83
654,234 654,234 000000000000000000040586b61eacf6267373df2aeaee135668bd23c7f6efd6 2,703 1.00/1.00 vMB 94
654,233 654,233 00000000000000000005ae1af89f26373a39d1d12251ab3d7f4028304de6331f 2,303 1.00/1.00 vMB 111
654,232 654,232 0000000000000000000ad7bd856e88d6d59d6e260c251365f60be2b4cb26d638 2,477 1.00/1.00 vMB 27
654,231 654,231 000000000000000000061fbec27bc9f409146b2fd3e960157fc88c8cbe04b37a 2,267 1.00/1.00 vMB 18
654,230 654,230 00000000000000000003765d59b4e7f819ecde6500b06e264af19db4d14f844f 2,331 1.00/1.00 vMB 43
654,229 654,229 0000000000000000000ba9c9d304da04c09b15c42e8a1f4f9ba6bfd3f84220bc 2,866 1.00/1.00 vMB 107
654,228 654,228 000000000000000000033c0a443aa1ffbd8a7e0bd2d38c3d15ed7b414415af56 3,121 1.00/1.00 vMB 112
654,227 654,227 000000000000000000034464fbef63010d57c4547b50384cf056e5b8d6003256 716 1.00/1.00 vMB 2
654,226 654,226 0000000000000000000853e574a6cc4747231a000eace52aa67b82ff011a1a16 2,494 1.00/1.00 vMB 58
654,225 654,225 0000000000000000000a19d5e66070e80093ecc128cd3fe6ad03876c8ddad8de 1,762 1.00/1.00 vMB 31
654,224 654,224 000000000000000000017ff7381f9d9de3bb6f7589f29efbbf07a4050c6707f9 1,973 1.00/1.00 vMB 34
654,223 654,223 00000000000000000000e3e7418d31aa31f49dbd8caae532387170b7366fe195 2,966 1.00/1.00 vMB 83
654,222 654,222 00000000000000000005f4b58335168677d99eb5aea10408a17307ef536c815e 1,416 1.00/1.00 vMB 6
654,221 654,221 00000000000000000009fd73e7cb1b7daac98dd2e5c1c55fd115968e079c6f7c 2,206 1.00/1.00 vMB 34
654,220 654,220 00000000000000000006c769f058800c080cc37e485bb111a27e80023f22b117 2,092 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.