Loading Tool

Explorer IconExplorer

Memory Pool

78,784 transactions
29.58 vMB
0.09041051 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt 4aaf825bb2aa6809dfb22d02ac8d6ba32f51a2691336bc8112df5dc259d37f0b
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 4b7704ca516d69c3acfb0351e4c09c1cdfe36c9544fb67cd4305a7492a267760
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.02783072 BTC
Feerates: 261.10 > 2.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (98,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,938 816,938 00000000000000000002930f313748bf4495257ad97c9f2c5845defb80deccd7 4,236 1.00/1.00 vMB 130
816,937 816,937 00000000000000000001a805efa04cca6a84f386bda5784eee0b3c51a6dbc757 3,667 1.00/1.00 vMB 125
816,936 816,936 00000000000000000002f3d284f97b5455c52f9dba7a3a5d938caeb0596e58d9 4,045 1.00/1.00 vMB 139
816,935 816,935 00000000000000000003531f9d72922bb06859d5f6d19f232e409b98af589131 4,411 1.00/1.00 vMB 110
816,934 816,934 00000000000000000000a309a08d8f3fe6b6028977b6b56248ac33dd44bc9c73 4,406 1.00/1.00 vMB 119
816,933 816,933 00000000000000000000e32c4e6c7d4dbd60ee8c0e0f936745a183c4f28d7222 4,926 1.00/1.00 vMB 137
816,932 816,932 000000000000000000011296fcc6180f7ec4fd1a885049cf74295a81f9580b27 4,001 1.00/1.00 vMB 140
816,931 816,931 000000000000000000028b45f9df1e11298df156a5598c51ea74e41f17c07ca3 4,973 1.00/1.00 vMB 131
816,930 816,930 0000000000000000000131c383591e57d442992e691477ba8cc9445f97b46b3c 4,756 1.00/1.00 vMB 126
816,929 816,929 000000000000000000034c531ba6cf88c9cc5918fa89a25234c79bb7a49314a6 1 0.00/1.00 vMB 0
816,928 816,928 00000000000000000001f4f27e97ff5571d057e8616b124a3e964c12a2dfeb64 2,935 1.00/1.00 vMB 117
816,927 816,927 000000000000000000041f4091e3d449d0d0ac7840d8739ec3afcf275e93b918 3,996 1.00/1.00 vMB 143
816,926 816,926 0000000000000000000259f897b68ae2752cb3caf0a23ff457b7f368a701b8cb 3,660 1.00/1.00 vMB 132
816,925 816,925 00000000000000000002d0b1df5486d42fba00cca4aa130cac474828e161b294 3,156 1.00/1.00 vMB 168
816,924 816,924 00000000000000000000ac4eac54d64e92ac3c90f7ce492b11b49b3e21e84c25 3,367 1.00/1.00 vMB 156
816,923 816,923 0000000000000000000057b80bae77d6a3a8cfdc7722f60541102f5fc5b1b871 4,344 1.00/1.00 vMB 133
816,922 816,922 000000000000000000037c92c1a18ab52e4791ea931c1f55e93faf998747fe89 3,443 1.00/1.00 vMB 155
816,921 816,921 00000000000000000000eb2e80d6e7f9e6dd6526fc6c01fbead47f542bbcb146 3,387 1.00/1.00 vMB 135
816,920 816,920 000000000000000000039d8a99c9143c36621da70a85c0d1e0281650d412141f 4,110 1.00/1.00 vMB 122
816,919 816,919 00000000000000000002a09fc3508921724037096da4cf8277e7b5b1bccafadf 4,367 1.00/1.00 vMB 116
816,918 816,918 0000000000000000000383d0ac10624b1241295d8645c5e22e5b8e58bf80de4d 4,414 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.68 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: 685.88 GB
    • Received: 16.48 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.