Loading Tool

Explorer IconExplorer

Memory Pool

76,280 transactions
29.19 vMB
0.10553520 BTC
Random Selection Loading Transactions
Max Size: 172.55/200 MB

Candidate Block

Mining Attempt 3ba0ed2343f0760b9d6c2b46fe0e87637b0d00e36f95a719e13d6e5a17c33eab
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root d7b3f3ab743319f60c3658187f4978d2f2bbd438017a5073ddf63e81aec98704
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.04266888 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (226,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
688,502 688,502 00000000000000000000cf1cb79de212ff20c38929ea8f69ca68b7926eda8827 2,728 1.00/1.00 vMB 87
688,501 688,501 000000000000000000031afc6be090d0374e29d03086e748eaf454c11c9e82f1 2,711 1.00/1.00 vMB 88
688,500 688,500 0000000000000000000cb3a46493b6f3261b42d244ffe3a18701f9e1775c5e30 2,470 1.00/1.00 vMB 58
688,499 688,499 0000000000000000000c0c86ddb059dd3181fb3f09fc1de56f8f6e8f42d66c47 2,912 1.00/1.00 vMB 81
688,498 688,498 00000000000000000006f1737bee9145eaa0f20566b95cf40f43f45507aa970f 2,638 1.00/1.00 vMB 101
688,497 688,497 00000000000000000002c91914181263d703c2820b697c11c0d5b651809de163 1,941 1.00/1.00 vMB 74
688,496 688,496 000000000000000000014335380cdab50a34c2616f864a5e95e957b201127a2f 2,204 1.00/1.00 vMB 66
688,495 688,495 00000000000000000008b332a793cab71b36bdff9876da16aff4b8ba607c7359 2,478 1.00/1.00 vMB 66
688,494 688,494 0000000000000000000ddd17c26f293664f2d541e168b72b43ab0ab0811f6916 1,573 1.00/1.00 vMB 73
688,493 688,493 0000000000000000000446ec53a5e0536fa0d59678770703289649d2220ab1b4 2,633 1.00/1.00 vMB 140
688,492 688,492 000000000000000000047ba03d5fc43c0e6249a5fe40378fdeba28075d00d975 2,317 1.00/1.00 vMB 20
688,491 688,491 0000000000000000000d449fcbabb5106ebb6a4bc586759a391ec87c7c204009 2,420 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.