Loading Tool

Explorer IconExplorer

Memory Pool

84,220 transactions
32.57 vMB
0.09639708 BTC
Random Selection Loading Transactions
Max Size: 197.39/200 MB

Candidate Block

Mining Attempt e350344288d35937d9191557a33f36f5ee5a7b45e0d674652025c57171c828b4
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 (132,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,307 782,307 00000000000000000000e39347c316b3a9e3e24156688b3705a206a3d7ad964f 1,799 1.00/1.00 vMB 29
782,306 782,306 00000000000000000004e397acdd5983b5b03bdc7e8406bc994381f15d94f3fd 1,063 1.00/1.00 vMB 22
782,305 782,305 0000000000000000000540d106f21f626682b8bf6d237ec221639252fdcf31ef 1,231 1.00/1.00 vMB 22
782,304 782,304 00000000000000000004a2dcaa0e6db06e1f3243aea05cfb9e532dc3341e44ef 1,257 1.00/1.00 vMB 20
782,303 782,303 00000000000000000003c6d36bc070f718e7fb8097c9d2ef150ee9aa6bf8a50b 2,012 1.00/1.00 vMB 28
782,302 782,302 00000000000000000001e8bdfb52feaf47e032618057930efdac627014d7ea47 1,232 1.00/1.00 vMB 26
782,301 782,301 00000000000000000004e788dfd985fc2c23954b619ece1b139226928bc426c6 2,528 1.00/1.00 vMB 33
782,300 782,300 0000000000000000000348ffff3d27db20c88d39244771c2c177902d5e2af20d 1,052 1.00/1.00 vMB 23
782,299 782,299 00000000000000000001c5544d8e1b6a4dbd376c361c9ec77548992aa310312a 1,265 1.00/1.00 vMB 20
782,298 782,298 00000000000000000003f41b9afa64c9e9fe4b6f132b2b9ed4476b6520000e72 2,554 1.00/1.00 vMB 29
782,297 782,297 00000000000000000005a354e6b8d3ccb98f31c78932d396ee9dfad7071b99db 1,183 1.00/1.00 vMB 24
782,296 782,296 000000000000000000048dea2b58f4a8ab9b6c8dff104075c2d097c87f1a14e6 2,287 1.00/1.00 vMB 34
782,295 782,295 0000000000000000000152a73c73fa0f602783dd96c7e08da3946afdbbad4879 1,952 1.00/1.00 vMB 31
782,294 782,294 000000000000000000007c22f03ca6a23bc36ee345bd2743075199410bd4afa9 1,564 1.00/1.00 vMB 19
782,293 782,293 00000000000000000000ae77b42d04441c204cc5a720e5dbc8d10fc0ab156e62 1,449 1.00/1.00 vMB 23
782,292 782,292 000000000000000000029fc015a436a6a47755a67b0ebcbafb6deb9339a1d630 1,673 1.00/1.00 vMB 24
782,291 782,291 0000000000000000000532615b0885b9791b3b5a7a9a004fb587946a565013f1 2,342 1.00/1.00 vMB 31
782,290 782,290 00000000000000000002d7c6282f6add649f50fb884f4037a2ce7f1ca5374c34 3,533 1.00/1.00 vMB 34
782,289 782,289 000000000000000000032a830e857c3cd5c4106518db1da635e9eec9837a8c83 3,259 1.00/1.00 vMB 32
782,288 782,288 00000000000000000002a4d647569cf3f28b6d869b49fc82d965b920848cfdea 1,776 1.00/1.00 vMB 37
782,287 782,287 00000000000000000003e4b19ed769631c9e20f95cd5de697e6293590faabcb0 1,534 1.00/1.00 vMB 22
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.