Loading Tool

Explorer IconExplorer

Memory Pool

75,388 transactions
27.71 vMB
0.07480703 BTC
Random Selection Loading Transactions
Max Size: 169.11/200 MB

Candidate Block

Mining Attempt 84cf3f0f0d33aa2773f52359485d2a0f39a46f55fabb30133d2d42af5d7b14d2
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root c10c47e4762f2cea483ddbe74e3afb441ee5d4a86580dac7bfaf2c69390405f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,179
Size: 1.00 vMB
Total Fees: 0.01560093 BTC
Feerates: 99.50 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (434,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,571 480,571 000000000000000000f430bfee767a25666f4e84b19bbab0f246dd287aa9ed0a 2,620 1.00/1.00 vMB 298
480,570 480,570 000000000000000000a330d7101a7b9f806045c83401d92b611b30aef14155b4 1,837 1.00/1.00 vMB 185
480,569 480,569 0000000000000000002ab6e0475b741290e2c8e6839522f15c4d69bfe7735f97 2,395 1.00/1.00 vMB 223
480,568 480,568 0000000000000000012c72c2ed268904c19cb88713437e2de81d4cb0e26674a4 2,313 1.00/1.00 vMB 245
480,567 480,567 000000000000000000c050ee16e299f5a73757ff43754d53a35a4a07f66f1dbd 1,896 1.00/1.00 vMB 206
480,566 480,566 000000000000000000272c019831259e18b729646460e7a98076539d58212919 2,680 0.99/1.00 vMB 288
480,565 480,565 0000000000000000007f3182877c44ede38ccf32fa4cc9a3b656163df72df275 2,283 0.99/1.00 vMB 192
480,564 480,564 000000000000000000ca698ed3b71eb9ee741bdf266b17477743d9868b640efa 2,292 1.00/1.00 vMB 232
480,563 480,563 000000000000000000bec17e5d920f9c8bbdfc0f6bc59102eb9a867ca3cf879e 2,581 1.00/1.00 vMB 284
480,562 480,562 0000000000000000006b97fbe56dd06bf9c512be633340a8b882693f4f5ff719 2,218 1.00/1.00 vMB 274
480,561 480,561 0000000000000000006235856a8a4879baf0e59996e280cbb131531dd7d91a9f 1,692 0.75/1.00 vMB 186
480,560 480,560 000000000000000000b9f494a04287d77dd41cb296169a0a9180977c4f519289 2,158 1.00/1.00 vMB 238
480,559 480,559 0000000000000000011a6afdbfbbccfbf6456598fbb3c2c975c8e25a4474cf85 2,143 1.00/1.00 vMB 204
480,558 480,558 00000000000000000082af89c9311364ee12742f8a6ae550223cd6dfa09094aa 1,969 1.00/1.00 vMB 229
480,557 480,557 000000000000000000458cb5b682db738885bfeb238e860d60e931f8c2e9a9c8 2,530 1.00/1.00 vMB 210
480,556 480,556 000000000000000000d1d1c157002c63d8079511a3b6b9a1aed51e3fabf0fd01 2,063 1.00/1.00 vMB 197
480,555 480,555 000000000000000000a004d8d0e7d928402e09220f8618838055f3ca8142fddf 2,245 1.00/1.00 vMB 244
480,554 480,554 000000000000000000e319e843bb7ce31a5444cef423b265de447d889129301d 2,674 1.00/1.00 vMB 298
480,553 480,553 000000000000000000181f83065ff95287f085cd2d61747c8a8e7b01db69b045 2,105 1.00/1.00 vMB 215
480,552 480,552 000000000000000000f88d66d51c2654ceee3ce075cbdd72c6d28a1cc4be2cb9 2,411 1.00/1.00 vMB 204
480,551 480,551 000000000000000000dbe2a029ea311378be680d6e5c54a9c44a940b07d57614 2,327 1.00/1.00 vMB 241
Previous 10 blocks ↓
Total Size: 782.84 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: 712.18 GB
    • Received: 17.16 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.