Loading Tool

Explorer IconExplorer

Memory Pool

86,607 transactions
32.15 vMB
0.13133575 BTC
Random Selection Loading Transactions
Max Size: 194.52/200 MB

Candidate Block

Mining Attempt 6df2de1eb6075f3ae91de349ebc28a814677059c09b911c4c6ddc3202718bc99
Version 20000000
Previous Block 00000000000000000001707a930fd9ef259bc17945e78e278099f3467b752fd0
Merkle Root 2cfa570075ef46ab05c9d5507d6566bee1e16b9c2ec65ff7e6e9030e3442b2c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,468
Size: 1.00 vMB
Total Fees: 0.04097406 BTC
Feerates: 198.70 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,955 (240,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
674,546 674,546 00000000000000000000346891a945eaa719f334a5fcd9bb3290fc8403b3a9df 1,903 1.00/1.00 vMB 25
674,545 674,545 00000000000000000009fdac91ebd2069fec289516dcb0ed49705185bcf1258a 2,139 1.00/1.00 vMB 48
674,544 674,544 0000000000000000000a4d9e7edb0ef0e28b4195e4cfdb29318d9f17e7377208 1,218 1.00/1.00 vMB 15
674,543 674,543 0000000000000000000c9564e499db565cd4c4283fd4d3119412de37f9c11363 1,999 1.00/1.00 vMB 29
674,542 674,542 000000000000000000006521b4b97dd02dbe2b0f04b716d5cab929d8856c4a46 1,814 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.31 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.22 GB
    • Received: 14.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.