Loading Tool

Explorer IconExplorer

Memory Pool

41,585 transactions
26.68 vMB
0.05526261 BTC
Random Selection Loading Transactions
Max Size: 139.94/200 MB

Candidate Block

Mining Attempt 5d28b6261ecf6c4d0ed41d1f44228d187936aeb8da317faeb7a29cc64b5ef222
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c29e9c4b9cb01551fbced9e4f9873daafe17c56422ec7f939f31aa9c5dfe4110
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00584030 BTC
Feerates: 103.41 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (244,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,963 669,963 0000000000000000000a13bc633cb95f2182c2d9ab531049b6faaec077daead1 2,477 1.00/1.00 vMB 143
669,962 669,962 00000000000000000008cd40bc3ac0dd6b3c1318e290b4b7707c893cddc1dd38 2,248 1.00/1.00 vMB 153
669,961 669,961 0000000000000000000617f3dc2d5a58facc2c5c0df6e26f0a5d9cb32f87274a 182 1.00/1.00 vMB 117
669,960 669,960 00000000000000000009975be99da97c765943cc8916db2d3695b9836b70dbc0 2,897 1.00/1.00 vMB 161
669,959 669,959 000000000000000000068b1eb21057632a657e53a121c29d9e81aef7da36d6b4 2,778 1.00/1.00 vMB 80
669,958 669,958 0000000000000000000652530495ac51004b5de085972858591a836e5491c667 3,083 1.00/1.00 vMB 144
669,957 669,957 0000000000000000000ad46900fe6ca4d2206e9a3d92e2b180e0b1dda7f79cfd 1,944 1.00/1.00 vMB 59
669,956 669,956 00000000000000000009846eda2393ec92f03a7546010aa72263878b8b4c3635 2,345 1.00/1.00 vMB 43
669,955 669,955 00000000000000000004c4ef90c10b86e3500eb8cfc16bad4cf5d4eea8db812a 2,572 1.00/1.00 vMB 92
669,954 669,954 0000000000000000000606a4f3e4c0a2ac57cf07a46b9a5f6cea019bf5790362 2,349 1.00/1.00 vMB 108
669,953 669,953 000000000000000000032181f97a73df8c7f1b5c37933ae8c4e23bd326817b71 1,900 1.00/1.00 vMB 63
669,952 669,952 0000000000000000000531c2f37714a3a3637e09547c96a5bf2a1618e7f2a1a3 2,150 1.00/1.00 vMB 60
669,951 669,951 000000000000000000055b3cfd87fce8e1edb8c8bee1924eeae822ffe774d40f 2,782 1.00/1.00 vMB 61
669,950 669,950 0000000000000000000a565422a14bfd3a2e8539b1276cea70beff6c4f2be7f6 2,505 1.00/1.00 vMB 61
669,949 669,949 0000000000000000000b9149a821bb79d7ade7487886395d0ffe1c22616a6447 2,261 1.00/1.00 vMB 82
669,948 669,948 00000000000000000007c8c8f3b1077e183ad58ba1ece9b57e5340d230fe4eaa 2,579 1.00/1.00 vMB 104
669,947 669,947 00000000000000000002394627f8dd64596f5524e89d1c3d794673cb8ff0764b 2,256 1.00/1.00 vMB 108
669,946 669,946 00000000000000000003f4110f09cf79740f7c80b154bc85b3a41473779ae320 2,632 1.00/1.00 vMB 147
669,945 669,945 000000000000000000084bc771b929b0780276b1c31cec10a96921b1e53b970a 2,100 1.00/1.00 vMB 64
669,944 669,944 000000000000000000003f6686057985333542ac7e56e45201063a8dc3880c28 2,471 1.00/1.00 vMB 87
669,943 669,943 0000000000000000000557bbde771e35cd07836b3ee96ca17939dba8e0f3269f 2,099 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.