Loading Tool

Explorer IconExplorer

Memory Pool

72,358 transactions
28.07 vMB
0.06396214 BTC
Random Selection Loading Transactions
Max Size: 166.29/200 MB

Candidate Block

Mining Attempt 9a21ae0bfc7088b2aeeeb15378ab7ada040463cb5a70ff7aaddb87a444a38374
Version 20000000
Previous Block 000000000000000000012dfd9b3d1cd644eb03bbb76f88638950cd8bd4352cbd
Merkle Root 7312af237e1d9eb47e924463dea0effbf1692b382898f8900c15db4ac7227b93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,307
Size: 1.00 vMB
Total Fees: 0.00789886 BTC
Feerates: 74.59 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,050 (366,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,177 548,177 0000000000000000001186cefc7df1284f655093251744d7c947ba5d5e0feff2 749 0.26/1.00 vMB 13
548,176 548,176 00000000000000000018bbe1a57c434ff3ba941efe8ad0969328b6ae1752ab3a 1,225 1.00/1.00 vMB 3
548,175 548,175 0000000000000000000eb8ce6b6bb81041278a1ee247b60b3f0c4225ef52e53b 2,600 1.00/1.00 vMB 5
548,174 548,174 0000000000000000001869b0724944ecddae6daa05c7873617710ecacf0ea0f6 3,134 1.00/1.00 vMB 13
548,173 548,173 00000000000000000000bfb22907581d0bc2c32278c452f6be8dcf4fbbcd99f2 2,727 1.00/1.00 vMB 20
548,172 548,172 00000000000000000013df19ac56cdeb45c3e065eafb532ec53d09844dd89c01 1,108 0.45/1.00 vMB 14
548,171 548,171 0000000000000000000c11112340d1f87e11b8be82eeb4c207face593e38ad23 1,196 1.00/1.00 vMB 4
548,170 548,170 00000000000000000004eb31e0010c2e627c0508f5f97cebace002a35c25e33b 2,132 1.00/1.00 vMB 6
548,169 548,169 0000000000000000001745a840b2ab1770bcdc4707551a8e13b1974bf3091dae 2,695 1.00/1.00 vMB 6
548,168 548,168 00000000000000000026b1efae70286279d9a66c82ea664c4dac80dff1f9b973 475 0.20/1.00 vMB 23
548,167 548,167 0000000000000000000f4ea693c334c37dd148f05f84fcd283e43816b941332d 1,287 1.00/1.00 vMB 11
548,166 548,166 00000000000000000000b0f530aaf6dc0b8c40c5c6385324e1681bdb6b4f225c 2,459 1.00/1.00 vMB 9
548,165 548,165 000000000000000000053e17cc0edb08ba8badb9a6c39e4fcd3a03d576e6e6dc 2,267 1.00/1.00 vMB 8
548,164 548,164 0000000000000000001c091291b8a34a69b8edb78ef67c14ef601c0914609e9c 2,651 1.00/1.00 vMB 18
548,163 548,163 00000000000000000010f87fee9cdc55a22c57d0eb240283dacf922b1f2a7273 2,975 1.00/1.00 vMB 11
548,162 548,162 00000000000000000013234c9bdd70bff806a13b6feb16f68393783a25b5a8b6 742 0.28/1.00 vMB 8
548,161 548,161 0000000000000000001b8fa68bb3970e52a6128e267fa848ca0439cea8fe14a0 2,541 1.00/1.00 vMB 16
548,160 548,160 0000000000000000000a76d758b927a173b9e7c1519850e681f9094280200d7d 2,657 1.00/1.00 vMB 14
548,159 548,159 00000000000000000015a8e5689b27d552d329b058815e7d8d54a9e6b4f786a9 1 0.00/1.00 vMB 0
548,158 548,158 0000000000000000000ff18497fc98b931eee8ee286323a9a615a78bcad3a30f 3,353 1.00/1.00 vMB 18
548,157 548,157 00000000000000000014124f4d3bc5155810e7a414c33cba70e4eac08ac61584 2,670 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.