Loading Tool

Explorer IconExplorer

Memory Pool

44,796 transactions
29.55 vMB
0.07893584 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt c616e9cea3cb4ea75b1b3c7fdcfefe39f9dd4bdf31b8dabcaa07e60d0d94c40e
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root ff26e6ba53110e4cbc3471ead8ec86517328a6665e8f5abe33d0b6a457f77448
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.02068073 BTC
Feerates: 339.97 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (733,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,967 180,967 000000000000002aab5e054a80b8147bf9bdf8ef78d9da094f537489e53e2513 37 0.02/1.00 vMB 139
180,966 180,966 00000000000009109a556cf6c997f1ec10afa32fa53064b59a5fa0c026d200ee 23 0.01/1.00 vMB 93
180,965 180,965 000000000000075775422206139810b82b144a903f7e03df8874a879969de582 204 0.09/1.00 vMB 106
180,964 180,964 00000000000003ec3bfc429685c821a78cc3693097ef2655e3e6324a33f507e7 120 0.07/1.00 vMB 133
180,963 180,963 000000000000091a3da141d62290647d54b1b03b36dd52e30d9b951f47013d31 225 0.08/1.00 vMB 121
180,962 180,962 0000000000000653fcc62305cc5a64a4553c670b9e04680a21ae12f9c280dcd7 276 0.10/1.00 vMB 135
180,961 180,961 0000000000000335d761d127576d586826bf316e9cba74f948ae32f0b7dcc1c3 84 0.05/1.00 vMB 78
180,960 180,960 0000000000000438ce8666b19aef52c5a5d933e2d68d689e450b9bbba413fff1 247 0.10/1.00 vMB 155
180,959 180,959 00000000000000c238fe35f7d5abe2424ac7860688c82eee25b65a7c81d6b797 74 0.05/1.00 vMB 96
180,958 180,958 00000000000002b5eca1568f8b66e2d2a0d3cab6fce522306306ff81bcc86daf 58 0.03/1.00 vMB 148
180,957 180,957 00000000000002ec55ddee14a51ee2a0195fe6b24412649c4c88a25622a12ee8 109 0.06/1.00 vMB 91
180,956 180,956 00000000000007cfabbfda3e3a86aab5cf35fdb46c787b7f5d51ec4b230020ef 89 0.03/1.00 vMB 21
180,955 180,955 0000000000000510eaff53039fac948e4e586cfb161cc65e01b43be7a9fa79b8 251 0.16/1.00 vMB 98
180,954 180,954 00000000000003cf12e1e50623dc499e1c975a88b907c846430fafdae9b79053 123 0.05/1.00 vMB 145
180,953 180,953 000000000000082762a62126dfc37dff820e5ab3edbfd44fc73ca1659a7b1133 13 0.00/1.00 vMB 330
180,952 180,952 000000000000039c14d8808957687362aae740d0f0d7aae8dc01217b2c59661b 113 0.05/1.00 vMB 153
180,951 180,951 00000000000003d54d2d071a6c0d8311180b8e5a9b173c58da91809f87fbbd3e 236 0.10/1.00 vMB 118
180,950 180,950 0000000000000862096ef4e95c6a15acda4f315d4c4145d7c7e5408f30b738c4 106 0.04/1.00 vMB 125
180,949 180,949 0000000000000944092c41420f0fa52e80ec5b2807cb23a7be5ea2ad49095d94 44 0.02/1.00 vMB 119
180,948 180,948 000000000000030613d15341bf34000239c57502133e1b972e4c4e3dccadb60e 78 0.04/1.00 vMB 88
180,947 180,947 00000000000006a2c02aef1173e52688c10b76a726a5bf71b30e08e77c133dbf 267 0.11/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 781.72 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: 629.64 GB
    • Received: 11.94 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.