Loading Tool

Explorer IconExplorer

Memory Pool

87,026 transactions
31.94 vMB
0.13428066 BTC
Random Selection Loading Transactions
Max Size: 192.81/200 MB

Candidate Block

Mining Attempt 8cb30a401788b097b76514584ff8a07002da3e02cb075940dbd67807b3b8d3dd
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root e70b50780f6b51e9fcd061d0989555077085bf2c795b7f70f47012264e1ee71a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.04798959 BTC
Feerates: 911.92 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (240,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,567 674,567 0000000000000000000503c50ce44e2ff62492d7605590168964e4587a1eb09d 1,326 1.00/1.00 vMB 14
674,566 674,566 0000000000000000000789495e84e34bf927482ddd3f8819d0f8c84cc5dd022a 1,261 1.00/1.00 vMB 21
674,565 674,565 00000000000000000003bbde15bfb1a38748b056ab53cba5a2d12c6811457a54 2,002 1.00/1.00 vMB 35
674,564 674,564 0000000000000000000ca978026056d6fa30c607d4ca8fba8ba7916c1a27c8a2 1,380 1.00/1.00 vMB 39
674,563 674,563 00000000000000000009d32f024ecadccf5b154d8eb5de3ddca43fce1e629922 1,753 1.00/1.00 vMB 37
674,562 674,562 000000000000000000060a32072cd2b10015e70648850195ba371882bb72890d 2,021 1.00/1.00 vMB 42
674,561 674,561 00000000000000000005fe52c72505b9ef9ef5ff6b7b88e9ebcd90bd5ee6bfeb 1,900 1.00/1.00 vMB 47
674,560 674,560 00000000000000000004191b2931a4cb475c7ba1891fe4a6516848559dd7e94f 1,526 1.00/1.00 vMB 32
674,559 674,559 000000000000000000050c7f72bb3b74a01ae89e29f1ae1a65b39793cbc2c019 1,983 1.00/1.00 vMB 50
674,558 674,558 000000000000000000052b43c7cbed88b3ffb8ee046ea6458339469c3fbee2d6 1,067 1.00/1.00 vMB 34
674,557 674,557 00000000000000000003cb756c580b28c4ed27740bf121896c8376f7ef21b973 198 1.00/1.00 vMB 11
674,556 674,556 000000000000000000050c97966ed258f77bcfb0c169041d5fbc440a53057832 1,570 1.00/1.00 vMB 40
674,555 674,555 0000000000000000000829aeeb40ae39f5b97917b919ad0c133ff7b43205572e 1,753 1.00/1.00 vMB 31
674,554 674,554 0000000000000000000b902e9ca43f1fa70c511a43aa6b2d8edb2fc237669b41 2,523 1.00/1.00 vMB 105
674,553 674,553 000000000000000000053b5bc891abdfb865772c1c1aaf0f5027ebe78deac2e5 1,159 1.00/1.00 vMB 17
674,552 674,552 0000000000000000000bbee3aa8e0fca1f0b7ee1d4e19fdbb859f0d24f2aa71e 1,328 1.00/1.00 vMB 103
674,551 674,551 000000000000000000072e2d03fa8cc5503e89826a785e0d57ceee3fb31ac4a4 2,025 1.00/1.00 vMB 51
674,550 674,550 00000000000000000005ef8dbd40825ed769550e6f5c366bda7565d49353aabe 1,966 1.00/1.00 vMB 38
674,549 674,549 00000000000000000009c00f4799fd214252d374d0d2a580a2b8fc5bc66cd046 1,943 1.00/1.00 vMB 41
674,548 674,548 0000000000000000000a6c1091f4b600a337fb496efdeb922824f263db60d9bb 1,919 1.00/1.00 vMB 48
674,547 674,547 000000000000000000094277ad161f0dab94127d0c455949f55ae7f0afb83016 2,051 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.