Loading Tool

Explorer IconExplorer

Memory Pool

78,951 transactions
28.97 vMB
0.11405490 BTC
Random Selection Loading Transactions
Max Size: 175.81/200 MB

Candidate Block

Mining Attempt 72b41ab622d1ce3012a0bc1928156410865a171bf483efff2646640fea91815e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8b5627599ad0c2a4026c81fcea8d4d4018bf948e95601470e58239341e420567
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.04120096 BTC
Feerates: 602.26 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (278,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,204 637,204 00000000000000000009a4de6c29253b62179212e6b4433afe836c3497a85657 2,749 1.00/1.00 vMB 50
637,203 637,203 0000000000000000000642acb06aa329a007dcb0d9c4170e049887ce2318a852 2,564 1.00/1.00 vMB 63
637,202 637,202 0000000000000000000984a7273b7eb48f870b240ae418cb8d331cf4b61e3758 3,043 1.00/1.00 vMB 79
637,201 637,201 0000000000000000000e2747611f004d9d0f21a669336c19f87d2f99190f9155 2,369 1.00/1.00 vMB 47
637,200 637,200 0000000000000000000f49da1e3d98d6f1155fa6dd2cd75e2dfae27f2756642c 3,028 1.00/1.00 vMB 43
637,199 637,199 0000000000000000000be155ee88f7163d4e75e3ab8ef4945cc7f70d6f36154d 2,705 1.00/1.00 vMB 57
637,198 637,198 0000000000000000000fa6b3f6ed12bffbf46ef2e089480e9c5fef82995e389a 2,422 1.00/1.00 vMB 49
637,197 637,197 0000000000000000000c61478192db06f60398ebe00c02c37053111ea0ffb20b 2,505 1.00/1.00 vMB 61
637,196 637,196 0000000000000000000ec2e8aee4ab4141e13edff2bf20482ebd82b18baaef9a 2,767 1.00/1.00 vMB 48
637,195 637,195 0000000000000000000eadbd20d4ff15dd1bf7effcc7bd2c301679bd5ad051ea 2,734 1.00/1.00 vMB 64
637,194 637,194 000000000000000000000e04731a9832b3804a170d2755aee557e812e86f0666 2,598 1.00/1.00 vMB 47
637,193 637,193 0000000000000000000a91e1ebbf35451d000ed51d5c3feff3fbe5e0048b6c7c 2,876 1.00/1.00 vMB 54
637,192 637,192 000000000000000000011a83417aecdfc1e27a42752f6e6d402441877e1413ba 2,915 1.00/1.00 vMB 46
637,191 637,191 0000000000000000000a40d08475dda55da081e912f9fbd7ad0bd41ef606b3b2 2,740 1.00/1.00 vMB 56
637,190 637,190 0000000000000000000f37b179cd494f65eee2ebd9c60a03228083e028ad8275 3,136 1.00/1.00 vMB 72
637,189 637,189 00000000000000000004bc7c017b48f8b404e2ce6813b4c4f2959d97bfe11141 2,592 1.00/1.00 vMB 64
637,188 637,188 0000000000000000000cb25d6b5c1b00f4b75a25098d9d410db10d877ea1c691 3,051 1.00/1.00 vMB 93
637,187 637,187 00000000000000000006b67a1fc88786cfaf26460f601c6781be86a31782fc85 2,667 1.00/1.00 vMB 45
637,186 637,186 0000000000000000000ed630756cbdc2a73f165e78ab9802dd0c1bf33bb16382 3,191 1.00/1.00 vMB 48
637,185 637,185 0000000000000000000dcb77ec200bb5f61ac00f0c1a2b7dbfd31f6d03761290 2,360 1.00/1.00 vMB 70
637,184 637,184 0000000000000000000d7bcc874c49372af6d62fac8ae97b60907b8b90fb3ac7 2,436 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.53 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.