Loading Tool

Explorer IconExplorer

Memory Pool

78,325 transactions
29.43 vMB
0.06688411 BTC
Random Selection Loading Transactions
Max Size: 176.69/200 MB

Candidate Block

Mining Attempt e25e3892f21725e5791a8f2f0e69bd1a2af975c950efc8bc45f4456e59ed8106
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4a21e075703c1e8cec0624349154686235880328aefccd4d2474280027d256c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00707454 BTC
Feerates: 180.34 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (253,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,789 661,789 0000000000000000000cc45cac3dff1dfadac7cd599101ac470843033d8905a8 1,633 1.00/1.00 vMB 135
661,788 661,788 0000000000000000000df98fa624e81ece644f7b6ea3d4ecd51bef947b0ed66a 2,576 1.00/1.00 vMB 140
661,787 661,787 00000000000000000007d2b99aaadb56710d7bbf2759719f7c89e2d6902264b1 2,826 1.00/1.00 vMB 169
661,786 661,786 00000000000000000008ce3ad69bd9427d54f7454f9fe96aff1fdc39e200d697 3,017 1.00/1.00 vMB 143
661,785 661,785 00000000000000000000caeff1e3459e3ea12f85beb0b8046405df2e1df79a60 3,183 1.00/1.00 vMB 160
661,784 661,784 0000000000000000000060bb9b35c2982316521543ff5f21d6ebd725e510be4d 2,722 1.00/1.00 vMB 136
661,783 661,783 0000000000000000000b4ff57a6be03f139a4b7216accc82a30200b81d7b4579 2,873 1.00/1.00 vMB 158
661,782 661,782 000000000000000000090f2d2575fe8c7b97b266ec2b9721f3d340f1ad034e20 2,111 1.00/1.00 vMB 139
661,781 661,781 0000000000000000000bf6a524b5b9f4184a888d2dd87052b6fb88835b763d0d 2,810 1.00/1.00 vMB 154
661,780 661,780 00000000000000000008893aeb514b8add3da14f03772e4ba3f33a1d354db299 2,462 1.00/1.00 vMB 128
661,779 661,779 000000000000000000011c7474e7b3df4d3dce91b3a7db147f9f459b2bdd3799 2,806 1.00/1.00 vMB 131
661,778 661,778 0000000000000000000aea0661eeb7623c8a606922e71ff0c76597895e144408 3,008 1.00/1.00 vMB 157
661,777 661,777 0000000000000000000dea564d6d0f2e3b159c467343231b66bf6a35a2f35b1d 2,359 1.00/1.00 vMB 144
661,776 661,776 0000000000000000000e0613c282b79f4e58ddf40780f555a937c5f86a91fd48 3,259 1.00/1.00 vMB 179
661,775 661,775 0000000000000000000b3108615f7aef354d986708534acee2dc4712e3a4fadc 2,633 1.00/1.00 vMB 134
661,774 661,774 00000000000000000007644e1c75c0881a70db369c10f49ee7e4a0d9e1e3beec 2,158 1.00/1.00 vMB 134
661,773 661,773 00000000000000000007075d8a09899eb056aad2223aa41e61b02620c5cca17c 2,996 1.00/1.00 vMB 148
661,772 661,772 0000000000000000000ba28fd7bf54a338307f011a4bcf4284af8c1437cbfbdb 1,648 1.00/1.00 vMB 130
661,771 661,771 0000000000000000000cebf5735a3034434794e3f98762ca8c35f3b24b86585c 1,975 1.00/1.00 vMB 132
661,770 661,770 0000000000000000000584ff3d7020e0867f336b727b152989333a197439f02c 2,391 1.00/1.00 vMB 138
661,769 661,769 000000000000000000079331c0e6a39458d650004d2e8324a9743dad92b137cd 2,880 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.