Loading Tool

Explorer IconExplorer

Memory Pool

81,820 transactions
30.54 vMB
0.07830147 BTC
Random Selection Loading Transactions
Max Size: 184.17/200 MB

Candidate Block

Mining Attempt 28039f41ff3aca48dba0f5c669e0ff246fb043a16960035e6baf4f4c9c79419f
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root d055384654f3dd69341a47011337bcdf58a2b8f77e3c1ec44be2ab25359a3d7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,121
Size: 1.00 vMB
Total Fees: 0.01484527 BTC
Feerates: 40.91 > 1.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (356,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,405 558,405 000000000000000000244eb984f19893d0961c1a3adbafbf1fac00f3f3883e80 2,397 0.82/1.00 vMB 2
558,404 558,404 0000000000000000000b88b2b2cb5d33dd1349de4e91c82d9c1995bce2b2c893 2,853 1.00/1.00 vMB 4
558,403 558,403 0000000000000000002b68d52588995e828fe37d7a35d4c611d7ff87d228d152 2,697 1.00/1.00 vMB 15
558,402 558,402 00000000000000000021c30340150114fe52956cbc25a3cda775e718863be175 3,069 1.00/1.00 vMB 27
558,401 558,401 000000000000000000205b401b5c501fd4696725e260aa52c7a62721010101e6 3,276 1.00/1.00 vMB 31
558,400 558,400 000000000000000000278ad8f31578d8b1389940199c98e2de25484cbbf4dcbc 2,947 1.00/1.00 vMB 19
558,399 558,399 0000000000000000000a6a9402aaaf3306cb9094a06fc28c1758a500f8c64a29 2,594 0.84/1.00 vMB 4
558,398 558,398 00000000000000000030d397361b998d7fb590892dec2e52f8a836d43f2d751c 3,088 1.00/1.00 vMB 21
558,397 558,397 0000000000000000001f6990e18ec4790eca53502a99e78ca385de3789a6af17 2,197 0.74/1.00 vMB 6
558,396 558,396 0000000000000000000b83c681d1d02b5750adbcfb904cd623de8de7087aabe0 2,518 1.00/1.00 vMB 16
558,395 558,395 0000000000000000000370c6fe5082c292a61ba24a814e493636771558a5a66c 1,179 0.44/1.00 vMB 9
558,394 558,394 0000000000000000000ae01c5f6c9c7a828c3c75cb86aaf85e708f5874a0d2c5 3,019 1.00/1.00 vMB 4
558,393 558,393 00000000000000000005da7eb0a2a123606219791f72a236462daa75a0d2b6ac 3,427 1.00/1.00 vMB 29
558,392 558,392 0000000000000000000c45b1c6fbae070516e7182b79529c3df7196dcb171ab7 356 0.11/1.00 vMB 8
558,391 558,391 000000000000000000280f86661f0bf5f5ba6dcbc6445f08944ab2e37c4270d2 389 0.12/1.00 vMB 15
558,390 558,390 0000000000000000001ba9cfaa3f052a087eeb70b33e81b9fce019210a94e74f 79 0.02/1.00 vMB 19
558,389 558,389 0000000000000000001d0dde22d3325d3cba6a28377a5ee376da80ef4aff6aad 844 0.30/1.00 vMB 11
558,388 558,388 0000000000000000000a574213233d5b355a39475ef8cb68979fa33b018b34ce 2,113 0.75/1.00 vMB 16
558,387 558,387 0000000000000000002612b77e4c2c936cd066770780277e0734bd0999a58ea8 1,472 0.65/1.00 vMB 11
558,386 558,386 0000000000000000002cc1cbc04573103caf355dcddaf17d7a29199de4aa58a3 2,098 1.00/1.00 vMB 4
558,385 558,385 000000000000000000245f09fb2917e4e83a53e7b174ab36bb5359fa976f3574 1,751 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.