Loading Tool

Explorer IconExplorer

Memory Pool

78,353 transactions
29.28 vMB
0.08127393 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt 3549ee52210909300e82fa81fd310c1c3db98aa845a312596552f96d39727dda
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0cc2a0217903fa8daabac506d3796f6f856a3719a3361bffa64a2a840afdcbd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.01987361 BTC
Feerates: 94.79 > 1.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (433,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,410 481,410 00000000000000000033bd1adbd148b7eb8caf2e9323ea845f8ce8b04bcacce4 2,054 1.00/1.00 vMB 135
481,409 481,409 00000000000000000033983970baad5022c23f380c28a56d9d4a1256ba3c40be 1,806 0.80/1.00 vMB 213
481,408 481,408 000000000000000000478c55fa0ef47c5c706583adbf70a97e1f3aa0a48848c8 1,430 0.75/1.00 vMB 213
481,407 481,407 0000000000000000004fc7d6427e8a66767d8df9ed4ba7d9a3275a017e461b55 1,746 1.00/1.00 vMB 79
481,406 481,406 00000000000000000060b48ce35e9d35f2fdfc7af9c6adeee1858f492a8b5cbb 1,614 0.75/1.00 vMB 138
481,405 481,405 00000000000000000119c626cfcb385bce7e966d61b642850fe2cac96539b973 1,992 1.00/1.00 vMB 173
481,404 481,404 0000000000000000003c1a8e7da8a1ffb4ec930c780f60b762eac603d44d766f 2,391 1.00/1.00 vMB 217
481,403 481,403 0000000000000000012a98f56411a8164ead02f76365c826567e10532d7e4555 27 0.01/1.00 vMB 597
481,402 481,402 0000000000000000003be1b671e6a2a9d75b0ac2851c9925e6bf2210e18917a9 1,729 1.00/1.00 vMB 107
481,401 481,401 0000000000000000012d5fb1780ae6cfd81c732617b1974457546cc4a9f582b1 1,432 1.00/1.00 vMB 128
481,400 481,400 00000000000000000073d5b6be69fed04225f16f38200510bdb5578d5a988e52 1,665 1.00/1.00 vMB 139
481,399 481,399 00000000000000000071caf02ac21420f965435dc001abde1b5402ba43a58034 2,029 1.00/1.00 vMB 216
481,398 481,398 000000000000000000eefc6c43c99532929378984303429e2a9276d1600e39d1 2,027 1.00/1.00 vMB 243
481,397 481,397 0000000000000000004a0aacf7d3727d9b84d6f1fc7c32af79b6c1c5655950cb 2,867 1.00/1.00 vMB 308
481,396 481,396 0000000000000000012d30e5434a088f2a35131ef09df9d20678c27b259076b4 1,163 1.00/1.00 vMB 156
481,395 481,395 0000000000000000008ab663068db24e224c98b4d6769a4079c4382772a99283 2,569 1.00/1.00 vMB 314
481,394 481,394 0000000000000000010cc783649e3d72419f113862cfe2f1e59160d2e00f926f 1,730 1.00/1.00 vMB 205
481,393 481,393 000000000000000000f6c1429bf90d631dff74d6d86b24c594eb2c2e3d235d80 2,418 1.00/1.00 vMB 274
481,392 481,392 0000000000000000007c6957be61f4e5a80b100861a592dda0b3039a780bcedb 2,347 1.00/1.00 vMB 281
481,391 481,391 000000000000000000b95cc4321566cc3579a6112bd20bfa980640af0b06be7c 153 1.00/1.00 vMB 15
481,390 481,390 000000000000000000bb4b597857c1dec3f3db42cedd4476ac4d7dabb81c7451 616 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.67 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: 674.46 GB
    • Received: 16.43 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.