Loading Tool

Explorer IconExplorer

Memory Pool

83,147 transactions
31.38 vMB
0.16282527 BTC
Random Selection Loading Transactions
Max Size: 186.42/200 MB

Candidate Block

Mining Attempt 44490b7198738ac455e07dfaad4b8017616e2c0320b1cd77e3fabdb3b8a0853c
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 708ed1031d87d686ab5e2355978bafd4f52d9a9bf189ac8e32e2e0103dee1ae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.06139700 BTC
Feerates: 269.69 > 6.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (226,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,523 688,523 00000000000000000002a6ed79af6b0c70877d050ad3f61ebc2718bf6b2b0cfd 2,615 1.00/1.00 vMB 76
688,522 688,522 0000000000000000000e0ffd97a66b6ec3ff5ecf469de1fa66cf839ac925e0b8 1,280 1.00/1.00 vMB 65
688,521 688,521 00000000000000000003a13bf965f37756d464fe40a99b3635d5b5a15f887463 2,199 1.00/1.00 vMB 72
688,520 688,520 0000000000000000000805d17ccbd5d712605747c272665531757a4d06e90213 2,426 1.00/1.00 vMB 74
688,519 688,519 000000000000000000059fec5cf40fb34bdd0af1c9a25b72c104974bbfb77d51 2,834 1.00/1.00 vMB 72
688,518 688,518 00000000000000000002be847ceb69de47df11334213127b186fb7fe6dbb93d4 2,413 1.00/1.00 vMB 68
688,517 688,517 0000000000000000000b0e40c287dc3d7f3788a6018f4c223e0ba29835773312 2,038 1.00/1.00 vMB 68
688,516 688,516 00000000000000000002e3411dca4246e489c284691192044f06f65e930d8660 1,396 1.00/1.00 vMB 61
688,515 688,515 0000000000000000000704a675c232466071c78a3bd69966cede9ff4f4d941b9 3,247 1.00/1.00 vMB 74
688,514 688,514 000000000000000000081453d43837b40f7f387a3f5ecb131248d0a36a622777 2,773 1.00/1.00 vMB 79
688,513 688,513 00000000000000000000c694d7bd06e80d4acde6f868b20eba1df8f42841ce51 3,189 1.00/1.00 vMB 53
688,512 688,512 0000000000000000000bd70a63445d3ca2f122d8d999c94857db07a8ad981f5d 2,949 1.00/1.00 vMB 75
688,511 688,511 00000000000000000000fabd4d35e5d25ba4ee69b08652fef1b17e4ec84ba936 2,189 1.00/1.00 vMB 69
688,510 688,510 0000000000000000000dd4ec6d7e68f45250ded5038535a115e12599152517a5 2,951 1.00/1.00 vMB 79
688,509 688,509 0000000000000000000ceac2b539bac5fc10447187c30ce527871ee20b8553f9 1,181 1.00/1.00 vMB 55
688,508 688,508 0000000000000000000d11e81d17aecae89fe67c9461b4ecae43fe6c816c2f70 3,197 1.00/1.00 vMB 74
688,507 688,507 0000000000000000000deb3d9ac6df1217628a091793292d40c7000f75041026 2,670 1.00/1.00 vMB 67
688,506 688,506 00000000000000000004fe72179d31f62f0ae1b2fd2741d1b1a8e9c2c56a4117 1,837 1.00/1.00 vMB 72
688,505 688,505 00000000000000000008c8147234648909a78100aa7fa74d2478afdf771623b4 1,184 1.00/1.00 vMB 56
688,504 688,504 0000000000000000000b8859731d6f92efb4c10b9b9837adcd9553233ec692f1 2,897 1.00/1.00 vMB 76
688,503 688,503 00000000000000000001747960559227b6b77ec6bf9ca46c56da2a0f817e0bb4 2,889 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.