Loading Tool

Explorer IconExplorer

Memory Pool

43,579 transactions
27.03 vMB
0.05779366 BTC
Random Selection Loading Transactions
Max Size: 142.52/200 MB

Candidate Block

Mining Attempt 6591f205c7ba5da9b9a816db9aa16dc65ef58a01104c8eac4d5e95e23aa743e1
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 7e656f8b18afa07dee63ef09b45c705dbbdb4d69e2b8393019dcc0db4204b45b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.00751507 BTC
Feerates: 160.56 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (439,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,648 475,648 000000000000000000f8a0ee0a1f230e6b32a3f548304c36838ec94e102bd745 872 1.00/1.00 vMB 55
475,647 475,647 000000000000000000a5abda4e563967a607ee01c409d0130c3e8a016e4d459a 310 0.17/1.00 vMB 140
475,646 475,646 0000000000000000002e75212dbe45ac99abfbf96385031a5d23d1a2823959da 873 0.37/1.00 vMB 132
475,645 475,645 000000000000000000937ddc48f59653bd809f9d0b2c87c0dde2effc077dcf1a 1,365 1.00/1.00 vMB 28
475,644 475,644 0000000000000000009085d09dbcbc40f6e8b48cb567cdc058b72a76a459d0f3 2,439 1.00/1.00 vMB 203
475,643 475,643 00000000000000000176c021933ac22cfff38b4ac9ca4536e6aa7e8554dd8283 1,739 1.00/1.00 vMB 46
475,642 475,642 000000000000000000f05192af37366eeab8d4f3a5571dd65347b63021f68e4c 2,489 1.00/1.00 vMB 188
475,641 475,641 000000000000000000b9bc02f034ed9c4863bb849ff1f56f47041adeeb4d70d6 2,301 1.00/1.00 vMB 167
475,640 475,640 000000000000000001614bc977f006e77029e43dfd27754ae10f0b63a39470e5 1,612 0.70/1.00 vMB 146
475,639 475,639 00000000000000000017be1b3e0db7d329320f889da11b1a08edda0c6b9550c4 327 0.15/1.00 vMB 125
475,638 475,638 0000000000000000010df7009e04d9a0a9242f21196b8ae0fdc37ef3db592d96 340 0.13/1.00 vMB 128
475,637 475,637 00000000000000000149df9c7bd55689c0d34fd55361a430d8858f1fc559105c 900 0.42/1.00 vMB 128
475,636 475,636 000000000000000000e4289ca8583fb54dad4e69546aec64dbf67ed5b25b6409 973 1.00/1.00 vMB 48
475,635 475,635 00000000000000000066f98c3292ad91b124679b4335694bfc1ced19bec1aa24 273 0.14/1.00 vMB 124
475,634 475,634 000000000000000000de4bcdbdd114d3790ff62ce72c1a215faf1caa075f2266 1,314 1.00/1.00 vMB 127
475,633 475,633 00000000000000000091c53dc49316d10b8fd75d77a524e807164a7027c50ee4 1,547 0.73/1.00 vMB 101
475,632 475,632 000000000000000001887f48c5fef5dd48033c5302c3a0bb40bd69c7d7fe2174 2,312 1.00/1.00 vMB 175
475,631 475,631 0000000000000000008f50f37a3a5c1b17a6901e212759e48e6cb17e0d5391ae 1,371 0.99/1.00 vMB 32
475,630 475,630 00000000000000000047db3031216aff08838f4a9871af94b2018f070acdd982 2,177 1.00/1.00 vMB 110
475,629 475,629 000000000000000000e958c8d9eef26d16a1ade0f5f0ceb9750e40ab97f00d17 1,959 1.00/1.00 vMB 109
475,628 475,628 00000000000000000072a76d415076071f60bd5997c82d2451309cb944597ad0 2,259 1.00/1.00 vMB 247
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.