Loading Tool

Explorer IconExplorer

Memory Pool

84,235 transactions
32.57 vMB
0.09656909 BTC
Random Selection Loading Transactions
Max Size: 197.42/200 MB

Candidate Block

Mining Attempt 1ecc1cc34b866d5a289ade27948af535f11729087ee3c5c1c85dcfe7b0ec6c77
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root bd8634a25e1e6a34b8d7678fff38eb9f80cd13df472783ad46e73eb7b33c83b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 1.00 vMB
Total Fees: 0.02453441 BTC
Feerates: 150.92 > 2.46 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (124,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,425 790,425 0000000000000000000196b486362935a2d35b598aa53838b371caf01281986a 3,554 1.00/1.00 vMB 85
790,424 790,424 00000000000000000003c4feee13f5ae2724c939d59d695d915ac9477e1e19d8 4,154 1.00/1.00 vMB 81
790,423 790,423 00000000000000000005997c669b53692a96ef7eb622d22146b556fe9143d21b 4,683 1.00/1.00 vMB 70
790,422 790,422 000000000000000000031f0618013580a1185b18eb462d8c56767fd6a8cfbd87 4,121 1.00/1.00 vMB 60
790,421 790,421 000000000000000000006d30347e7e7d08450e6f0a8b9ed776b446662acd615d 3,440 1.00/1.00 vMB 87
790,420 790,420 0000000000000000000563af2c3be1788e2f2f483986943846d747c6ef4531d8 4,172 1.00/1.00 vMB 87
790,419 790,419 000000000000000000036dbd8db0eeb50b03acbd9648da8353678ec95717298a 2,650 1.00/1.00 vMB 84
790,418 790,418 00000000000000000002d941d21ca88f8b73af1b32f6fa2b4b10b595539a2a61 3,684 1.00/1.00 vMB 116
790,417 790,417 0000000000000000000225b700bb9e9dbc943c1845c0cfa19c41ba52476e8bbf 3,909 1.00/1.00 vMB 101
790,416 790,416 0000000000000000000353903f91b9280da1bfa205469d8fee2d9e79af9a1878 3,475 1.00/1.00 vMB 127
790,415 790,415 000000000000000000012090c9ecf4d15235e2020fff7704f25c22ed8d944e4c 3,176 1.00/1.00 vMB 86
790,414 790,414 0000000000000000000140554efaf2fa9217f9a0a9e8a75bd908d73c1bde8743 3,729 1.00/1.00 vMB 102
790,413 790,413 000000000000000000027df608fb327cd446ce296510c097545ac73f2874c2e6 4,307 1.00/1.00 vMB 117
790,412 790,412 0000000000000000000514914e62f145f8428c4bbaf85302b974d0bbd7c5df9b 3,149 1.00/1.00 vMB 147
790,411 790,411 000000000000000000002b5f6198c3360c411cbcf0e6b8f20c01f467d05c1213 4,605 1.00/1.00 vMB 109
790,410 790,410 00000000000000000000a089be0c12d636117f3a94d9b490c4a09c568730f393 4,464 1.00/1.00 vMB 112
790,409 790,409 000000000000000000054aea2a4ecb3d98959eca66925cd101b8caac288469a6 4,306 1.00/1.00 vMB 144
790,408 790,408 00000000000000000004acac3774eb6f4e5019f0cd4982a925e4363716cb99d1 4,946 1.00/1.00 vMB 111
790,407 790,407 00000000000000000004d533015503b857a619e0480a79b3501b11e2275e048c 4,353 1.00/1.00 vMB 135
790,406 790,406 00000000000000000002ff006333446dd730efc107c047a28cd31f6f2b3965e8 4,040 1.00/1.00 vMB 127
790,405 790,405 00000000000000000004c46caff7459d88b906f53007cfb1b4c6e3f3c7122487 4,031 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.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.