Loading Tool

Explorer IconExplorer

Memory Pool

80,740 transactions
29.68 vMB
0.10047528 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt 47570ab7c9067ddbc80e84fd3f103ed259b26f3ecc864187ce441fc06f4e97c9
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 7e4450bbc27143da2006b1cd32b0f30072f82d620f00de9fb969e56239aa1294
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,333
Size: 1.00 vMB
Total Fees: 0.03633555 BTC
Feerates: 146.36 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (295,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,290 619,290 00000000000000000010457f2d8aed84426f1a03cb01c09ebd8bffcf2c1e29a3 3,544 1.00/1.00 vMB 16
619,289 619,289 000000000000000000082ca9d63e17ebfe49e8031ed916aeb79859fc973d6bd2 2,977 1.00/1.00 vMB 22
619,288 619,288 00000000000000000001f741f1a90f1b0b3ddf8f6e952b0cd9adea74177e8bcf 3,185 1.00/1.00 vMB 31
619,287 619,287 00000000000000000006b0bf44a5f27600c448437200c8bcdee01390f80810ef 3,264 1.00/1.00 vMB 24
619,286 619,286 000000000000000000049069ee11adac95dc288ecff9fe62fc33eb56e3c979eb 2,524 1.00/1.00 vMB 23
619,285 619,285 000000000000000000030fc5c3ae3cd154c1b40564fa776337b439a0fd6dd628 2,412 1.00/1.00 vMB 36
619,284 619,284 0000000000000000000210690625adcc3f06d3ff1d66f9ebb8e78f503847e1b1 1,652 0.49/1.00 vMB 18
619,283 619,283 0000000000000000000ee1fa92fd25cf05624943c66ea600405382820afa8b9c 1,745 0.59/1.00 vMB 18
619,282 619,282 0000000000000000000fbfd6e324308465932e88b07c1b26d04e463eb69f818d 3,066 0.87/1.00 vMB 3
619,281 619,281 000000000000000000000c4dd9009494c736cdafe3077add81fef8b1999e1db3 2,302 1.00/1.00 vMB 20
619,280 619,280 0000000000000000000ed2831085110a961c85e8db793b4ae4c2bd52fc2b75d7 2,993 1.00/1.00 vMB 32
619,279 619,279 00000000000000000008246c5e8ed48d2619055159d3f5a711c94a21e9933630 2,446 0.83/1.00 vMB 16
619,278 619,278 000000000000000000011e7530e2a381fce421d3a1c34acf6f51827fa3c27b2f 710 0.27/1.00 vMB 26
619,277 619,277 0000000000000000000a970966743d382eb4e69565511ed00c73dd9b88f8328f 1,838 0.65/1.00 vMB 18
619,276 619,276 00000000000000000000d4b6b4866be3d3ab6d0cad7c92880ce235614e77d7da 2,269 0.69/1.00 vMB 11
619,275 619,275 0000000000000000000ec49042d08d8b58ef3c4e229884a9a8f1157fa1e3b026 3,104 1.00/1.00 vMB 21
619,274 619,274 00000000000000000007d4cb3583edbdf77c17b04d42a0deaa2240a436d88c8e 2,155 0.76/1.00 vMB 9
619,273 619,273 0000000000000000000b9a973f9644d8bab79be80503b6a03e8e74a6b3ec783a 833 1.00/1.00 vMB 5
619,272 619,272 00000000000000000001c4eaa0c651e03f476f422de08f5b459c84620e9251ae 3,284 1.00/1.00 vMB 19
619,271 619,271 0000000000000000000637e434123a36a8f5c90f30d20933bf500b02a1356ded 2,552 1.00/1.00 vMB 10
619,270 619,270 00000000000000000008ef6def15f53e188d8f5aef048fe7cb890599d1ca71ad 2,980 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.58 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.29 GB
    • Received: 15.90 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.