Loading Tool

Explorer IconExplorer

Memory Pool

82,372 transactions
30.14 vMB
0.09477718 BTC
Random Selection Loading Transactions
Max Size: 182.78/200 MB

Candidate Block

Mining Attempt c075eee0ba8a1f64004d63f9b605c592296aa087445cb3ab7721c357c07d455d
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root 4cfa0dfb5a5340bd997be26ddc987ddf44609acb0a17f515c7d71779941fd3ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,604
Size: 1.00 vMB
Total Fees: 0.02436006 BTC
Feerates: 100.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (423,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,400 491,400 0000000000000000000b7e45c468ee084c79d62f17a31122de2627dad0007efa 2,670 1.00/1.00 vMB 130
491,399 491,399 000000000000000000cce9e0ab31cb84e44b6a856541391aad0b2d810f2c1e16 2,201 1.00/1.00 vMB 135
491,398 491,398 000000000000000000dd6cd5da7aa2ec934ac4cf1f9318b230eb7b6fe7b4504a 1,891 0.97/1.00 vMB 145
491,397 491,397 000000000000000000da9cb754a7bd477ad96339bf05d3e624436a3dc60ee452 1,707 1.00/1.00 vMB 152
491,396 491,396 0000000000000000000aac9b79f49ebced9abc93ca05d0c529a2933ac3ce5609 2,199 1.00/1.00 vMB 152
491,395 491,395 0000000000000000001da3e84375522c65fc5ee65802377741a422a5381a2664 1,542 1.00/1.00 vMB 127
491,394 491,394 000000000000000000d9705bfdf77685ccddccb3ccb437b87f893318707118d3 2,221 0.88/1.00 vMB 148
491,393 491,393 000000000000000000c1ab3dc97796115f9fc3a46ff97d48c584c3c893f5ab4a 2,244 1.00/1.00 vMB 174
491,392 491,392 000000000000000000e76a06c7e6cef598e6c269fc8c998c3499024dcdc824dd 1,018 1.00/1.00 vMB 102
491,391 491,391 000000000000000000d6a91fd6436be79176816134f58f5e906afd40bb4e31c4 1,599 1.00/1.00 vMB 85
491,390 491,390 00000000000000000040c24bb4d2e4c24a3b12e510665227189ae69af6c12237 1,876 1.00/1.00 vMB 104
491,389 491,389 000000000000000000bd3ebaa29cbc9a784da9645a7d4b0ab5d4fed7c2849644 1,374 1.00/1.00 vMB 98
491,388 491,388 000000000000000000d6ddaf2a956f259a5e5e96c346bb521351856c417c7c1f 917 0.98/1.00 vMB 100
491,387 491,387 00000000000000000056baf0934c9c8c1c58716ad3f7c5fe7984d87fcc67926c 1,523 1.00/1.00 vMB 135
491,386 491,386 000000000000000000409c88a97d506eb8e88dfdff047bfe455c1aa6e322e959 1,284 0.98/1.00 vMB 122
491,385 491,385 000000000000000000e5ed514e6b7a8a8dc5e1b0473c47bbdc1a36b1fcaa63df 1,453 1.00/1.00 vMB 113
491,384 491,384 000000000000000000d5916ab9a26f5b98fcbe692853050e2b318a77f9f70054 1,739 1.00/1.00 vMB 155
491,383 491,383 0000000000000000003dc18f65c4dd80ec733621f53ac56f5177dacb34e9af77 1,208 0.97/1.00 vMB 255
491,382 491,382 000000000000000000b570e6cc7556515a073dd6bf9b7aa959f68c6fd8dcb90c 553 0.98/1.00 vMB 112
491,381 491,381 000000000000000000591108938dcc312fc9c1cc60c30ed392e82cf2ec11d9ca 825 1.00/1.00 vMB 115
491,380 491,380 000000000000000000e1d576a2b562d0ed0030d7dfef71405dff77ff5ec85b74 1,442 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.60 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.80 GB
    • Received: 16.01 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.