Loading Tool

Explorer IconExplorer

Memory Pool

81,093 transactions
29.55 vMB
0.10450491 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt c487d638a999a281c2607d0f6a24120ade17f0417899fae1f96b57b7f8ff5548
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 15d7cbdd137459014d5c1cfd90612c6ab8198f4035753c4d4f54aab684399098
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04232928 BTC
Feerates: 201.05 > 4.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (421,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,448 493,448 000000000000000000bb5ad07265c39c8e3c77e92b18a2e0b9590ca86df4a1e9 2,598 1.00/1.00 vMB 262
493,447 493,447 00000000000000000011c6b17d9a36bee35e8a7f1c12a630d4e01ada7a36ee3e 1,600 1.00/1.00 vMB 129
493,446 493,446 000000000000000000482895efdfe3fbdf832f50e90823d71e13bc123cd471d3 2,183 0.92/1.00 vMB 294
493,445 493,445 0000000000000000003b47dcef08597d9aa83770363bbe3a8f2363f62c9bdd6b 1,770 1.00/1.00 vMB 79
493,444 493,444 000000000000000000bfd511ec448f13907036c64f8dfc13ebf5662e983d56b9 2,100 0.95/1.00 vMB 129
493,443 493,443 00000000000000000034d25a4c22852d66074df5b2c1f5e06eaeacbcd871c581 1,928 1.00/1.00 vMB 68
493,442 493,442 0000000000000000007948e20e66b5a8ccccbfa74d05c6debe2c0b434738f782 1,839 1.00/1.00 vMB 53
493,441 493,441 0000000000000000009b3f750fda56e71f8d64ec034464b290c016324f8b9da1 1,507 1.00/1.00 vMB 144
493,440 493,440 0000000000000000003e0a32eabcad0b6153a7e542509948fbbef500fba28207 2,354 1.00/1.00 vMB 167
493,439 493,439 000000000000000000affa4d8ae723960c33ec8fc46985b7725d941dfdee2670 2,210 0.91/1.00 vMB 304
493,438 493,438 0000000000000000000f20efd3104d5bb4722cdfa399d6d2761c354f2b99dcdd 2,363 1.00/1.00 vMB 140
493,437 493,437 00000000000000000007e02b4fa95a3c083926c47ff39e8d6f3c827cd52eb75a 1,311 0.97/1.00 vMB 149
493,436 493,436 000000000000000000317567b6b9bd04e6fc20d83d45ac383309a6991396b4a6 2,024 1.00/1.00 vMB 169
493,435 493,435 000000000000000000c0cd63d87ade445ec6bfa07073ac95c5d7d7798e8b8eb8 2,128 1.00/1.00 vMB 103
493,434 493,434 0000000000000000003718d81c423a3b33f0e1451a5bdb3c125ed8d1aa123fd0 1,037 1.00/1.00 vMB 125
493,433 493,433 000000000000000000bb4378f911f0340eeb398499972d02db2974b8e324df88 1,754 0.95/1.00 vMB 115
493,432 493,432 0000000000000000001dd03e55ab44db94815ef6a3cf9c59d376b2d38a1bf35f 1,410 1.00/1.00 vMB 122
493,431 493,431 000000000000000000af437c3a36994d5ff3667118658bc6f41e8160aded866c 2,550 1.00/1.00 vMB 150
493,430 493,430 0000000000000000001e13753a625dc4a277177b3536398d988716f739dfddf3 2,272 1.00/1.00 vMB 162
493,429 493,429 0000000000000000000edeb988d10c5f5cabf5f3f7611dd5c736a5f09c492acb 2,037 0.90/1.00 vMB 290
493,428 493,428 0000000000000000008782a0bf1293f65b846eb1888bba368f3b4834cc6a1b06 2,338 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.