Loading Tool

Explorer IconExplorer

Memory Pool

90,621 transactions
33.15 vMB
0.16657581 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt 8e54295812fd25a8816429bb3f05199d0f952819532bd7d28ce0848744858c3a
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 32f6fdafd529592ca29deb1b3a69b859f4a94b2fce62a2d37bf3a471e6322785
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.06462918 BTC
Feerates: 627.82 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (252,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,626 662,626 0000000000000000000999467694a1b2740d385ac532f943460626f674064e83 2,568 1.00/1.00 vMB 130
662,625 662,625 00000000000000000007e79d9c9cbdcbe092172915f7deab5520535473c42734 2,326 1.00/1.00 vMB 131
662,624 662,624 0000000000000000000e1187af5c5d0ae4a82f3458508fd7e2b3f9a071c1fc1d 1,653 1.00/1.00 vMB 124
662,623 662,623 00000000000000000001478cf71de3817f0650a1291d47dd7a38d4c4e58ba4f5 1,832 1.00/1.00 vMB 53
662,622 662,622 0000000000000000000e82f3c2b61cf6fc4873dbe86a1642e3b38f02bf74709b 2,377 1.00/1.00 vMB 25
662,621 662,621 00000000000000000002be8a9a480d102638d9e48409730a2a107c997e0e5a7d 2,768 1.00/1.00 vMB 105
662,620 662,620 0000000000000000000416fcf060edc9d10eaad01e5701d3789721fbeb28fc83 1,046 1.00/1.00 vMB 26
662,619 662,619 0000000000000000000200e415cee6186c19cee00084cc37809e655fd0a2ce95 2,730 1.00/1.00 vMB 85
662,618 662,618 0000000000000000000368c4bb7335fd9ed55ddf994eed7e45d68458e94b8ae3 2,562 1.00/1.00 vMB 77
662,617 662,617 0000000000000000000a52c0a8e66b29b737edd9ef35b049a99664d01012d59e 2,721 1.00/1.00 vMB 57
662,616 662,616 0000000000000000000dde610052c688e89dbf84e5dd869cb29f28d14a00afff 2,733 1.00/1.00 vMB 112
662,615 662,615 00000000000000000009da99905d0d6521aefb5ebfcee10d744d31cc789f99b4 2,704 1.00/1.00 vMB 36
662,614 662,614 000000000000000000074a408d0210db70e0eb681884958b38b4c410e28ca641 2,686 1.00/1.00 vMB 98
662,613 662,613 000000000000000000047a2fc76262846cafd3fef93a1ae8450c2c4476b20e00 1,316 1.00/1.00 vMB 116
662,612 662,612 0000000000000000000999d0e0cb49e6bb796c14df20060118072f68d766a043 654 1.00/1.00 vMB 138
662,611 662,611 0000000000000000000cdda6fb23fb427bd5e6d60207f48b70438b87db0d6bcb 1,860 1.00/1.00 vMB 127
662,610 662,610 0000000000000000000331c877e8a07b72c816c1e4631f440748e7e8e4870f22 1,124 1.00/1.00 vMB 123
662,609 662,609 00000000000000000003eba066e90827e482c2504ff367dcfaed2d19968f5fef 2,049 1.00/1.00 vMB 46
662,608 662,608 0000000000000000000991abe0fc6352f216ca0b1a6f4945f101d400e325549a 2,769 1.00/1.00 vMB 120
662,607 662,607 0000000000000000000dc1a6029fffac513027d9cff262643ce22e35e66c2beb 1,459 1.00/1.00 vMB 69
662,606 662,606 0000000000000000000b0ad378050e4cee72358246325d5e9d49bdc26b381cda 492 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.