Loading Tool

Explorer IconExplorer

Memory Pool

80,328 transactions
30.10 vMB
0.08891409 BTC
Random Selection Loading Transactions
Max Size: 180.51/200 MB

Candidate Block

Mining Attempt 5e2228dc7fe1a0fb28d1a57798da0a4095cd1d9c43b1f29ab10ae73d4ce16213
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c73b0fa84141271535c84085287b3570d112fec218d2501326b8a39c412de93d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.02720663 BTC
Feerates: 301.07 > 2.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (77,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,253 837,253 00000000000000000002819ebbd064897a37f5f2135d6a2ad6b2b8eeb5ecb120 2,723 1.00/1.00 vMB 64
837,252 837,252 000000000000000000017112131287db2156e8adb7525f425dbb6173964aee0a 2,068 1.00/1.00 vMB 13
837,251 837,251 000000000000000000011e0380ff896e4f7eadcb30025055944dce1a6ab0dd7d 1,832 1.00/1.00 vMB 13
837,250 837,250 00000000000000000001ea229f24ceac710fe67d4e5a6a787497e5ad60a23dff 1,567 1.00/1.00 vMB 12
837,249 837,249 00000000000000000002600d9f85fa2d2ac76848df594bb46acc0f972571d476 3,103 1.00/1.00 vMB 20
837,248 837,248 00000000000000000002882f76b4c8b9f0d6cbd2da082fab9c2d2a2893ad6210 1,267 1.00/1.00 vMB 10
837,247 837,247 000000000000000000035429addfe838d9be154dedb0c80a6074b744f8de9a09 3,218 1.00/1.00 vMB 20
837,246 837,246 00000000000000000003395df43c286ed0761781e88e8af100a9b54c47d11fa9 1,697 1.00/1.00 vMB 14
837,245 837,245 000000000000000000025794aab000126d394269f1617381a898542da2e2cf1c 1,735 1.00/1.00 vMB 12
837,244 837,244 000000000000000000031b618f35c21fe76d575f276ccaa1b85f2d509c554fbd 2,371 1.00/1.00 vMB 15
837,243 837,243 00000000000000000001f16c16e9e693b5b86098965a4bf5bd139c8b2f7e88b1 3,221 1.00/1.00 vMB 25
837,242 837,242 000000000000000000005ea1485d83d0dc4b1e083c6faec3cc44999fa66dd700 1,953 1.00/1.00 vMB 12
837,241 837,241 00000000000000000002680d22991a69d194a52d7278caaa10912659cec60702 1,263 1.00/1.00 vMB 9
837,240 837,240 0000000000000000000083648ea4bb71bdd88fcd73c40dd092bf520883d74cb0 2,801 1.00/1.00 vMB 14
837,239 837,239 0000000000000000000124141aa821f2b25859194502c7c853a0f3d54b675f42 1,524 1.00/1.00 vMB 11
837,238 837,238 0000000000000000000134520f612e95707d86b18859fbb9f4d3235cbc9c6648 1,355 1.00/1.00 vMB 11
837,237 837,237 00000000000000000000c54575b0391b84864a5799d77bff878a284c5ac14a4c 3,237 1.00/1.00 vMB 14
837,236 837,236 00000000000000000001b543170edc59672e14ab3360f8a2f925c43b841ad428 3,693 1.00/1.00 vMB 21
837,235 837,235 00000000000000000002b69b7edfd74bf54d91204f7a0dcff17ca0ed4246a40e 1,839 1.00/1.00 vMB 11
837,234 837,234 00000000000000000000eaa8a14d472c9cdf306ff1f3b8b1886e27630ab38f55 2,662 1.00/1.00 vMB 15
837,233 837,233 0000000000000000000286b2a079e07b9f9f8bd3be286af1a00c03f64f2cf71b 3,351 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.