Loading Tool

Explorer IconExplorer

Memory Pool

88,872 transactions
33.71 vMB
0.14386916 BTC
Random Selection Loading Transactions
Max Size: 199.80/200 MB

Candidate Block

Mining Attempt 9282e2501bee54d15797c1c2b2daccd792a4ea982929ab37aa5dca4a584d0f9b
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4d2abaec3029ebc28188389bd9c8572dfd876735c95be9cbe2860f08ea5e2b79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.05834780 BTC
Feerates: 469.97 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (106,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,191 808,191 000000000000000000013c9ec4b186d8acc4f50fbfacdeb7f5fdbf5c052ceae0 2,811 1.00/1.00 vMB 23
808,190 808,190 0000000000000000000058574e375fe5deccc9e2fc6362b2f6772d0c80172e92 4,742 1.00/1.00 vMB 22
808,189 808,189 00000000000000000003df6420e003b94d31f209ae74ddc6c366d92ecf32517f 3,062 1.00/1.00 vMB 17
808,188 808,188 000000000000000000033310ec2f16fbf912ee6fc6cc81f970e8f6f78786605f 4,674 1.00/1.00 vMB 18
808,187 808,187 000000000000000000007ccc5819c74573ab4ab79e8dbb07c6cdd155e9f382d9 3,014 1.00/1.00 vMB 20
808,186 808,186 00000000000000000000c28d3cfd570199840e80b36b4ee584f3c7bd28334761 2,900 1.00/1.00 vMB 27
808,185 808,185 00000000000000000004d3e0ba07113b64fea553bf92c7ab253224e90537a0d9 3,799 1.00/1.00 vMB 22
808,184 808,184 000000000000000000032241555516cb64d1d9392f250d3ca9b62c459ee7947d 1,917 1.00/1.00 vMB 23
808,183 808,183 000000000000000000019dec174a109d4e43fdecf35a719dd8c529f7cc905b2f 3,116 1.00/1.00 vMB 27
808,182 808,182 00000000000000000001fe6a5e0f437f804e3c66e52c713990eb9cf608216544 3,288 1.00/1.00 vMB 22
808,181 808,181 00000000000000000001aad25fbf4994b1d664999818846167dfad67db694e4a 4,012 1.00/1.00 vMB 19
808,180 808,180 00000000000000000003055ae54b970433185efb9c4fc886c924c092f935ca05 5,937 1.00/1.00 vMB 19
808,179 808,179 000000000000000000048dda543bd1f96430ea6151e451fe6f129b802b8ad6cf 5,640 1.00/1.00 vMB 21
808,178 808,178 00000000000000000002bbfb5fbbbe3c900e90c338d5b69fb6a2cccec15c0b9f 4,626 1.00/1.00 vMB 19
808,177 808,177 00000000000000000000c628457e332fea3ba06678c53da211e8ceb1c6360b00 3,822 1.00/1.00 vMB 25
808,176 808,176 00000000000000000003f2984eb215c8eeded5ae626b6d0e3127ad0f3bb4ffad 3,865 1.00/1.00 vMB 22
808,175 808,175 00000000000000000002d66f40cf1f407bd8c5e3ff0b3b62b09c52ce9fd15cbe 3,912 1.00/1.00 vMB 22
808,174 808,174 000000000000000000051e18b636395caeb39aaecd46a797b62ea8cdffc13809 6,231 1.00/1.00 vMB 19
808,173 808,173 000000000000000000000664abdb581177a54e502a788e8cd5cd621d25275f1c 4,306 1.00/1.00 vMB 20
808,172 808,172 00000000000000000001ea6256410b5680a514a017bd9aaf365d3f3898af5a77 3,710 1.00/1.00 vMB 23
808,171 808,171 00000000000000000001f1052bf7ffbe295400e0b56ef1624e01f1aa4e3679a5 2,936 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.30 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: 658.02 GB
    • Received: 14.56 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.