Loading Tool

Explorer IconExplorer

Memory Pool

79,780 transactions
29.29 vMB
0.12728003 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 0d6906360b392afafd374273771f43459c69429e11cdf519fa44a229dcc4122e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 84034d1c267914a7520e925edc2ee07653bb831cbb65372786bfc228bb437db1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.04744388 BTC
Feerates: 602.26 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (278,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
637,183 637,183 0000000000000000000bca02dada66ed665193181e9ae7e873d7ca6793f1c07e 2,063 1.00/1.00 vMB 15
637,182 637,182 00000000000000000003ce59ea481f73725682e566366d6934cb447edf8b6a64 2,381 1.00/1.00 vMB 8
637,181 637,181 000000000000000000000a60fc6e904a9c07e62bcb9aaffac248132d8ade8df8 2,642 1.00/1.00 vMB 20
637,180 637,180 0000000000000000000b6c3179c4676cad6a53f0f9c098cc3eb0c1f23d881617 2,818 1.00/1.00 vMB 51
637,179 637,179 0000000000000000000a917dee868747a4d2fa52ec75c28b184158d681f8d5a4 2,571 1.00/1.00 vMB 12
637,178 637,178 000000000000000000082b08d36cc2d50351c3eb8ff0b7c7a9ae6ade9d27fcca 2,747 1.00/1.00 vMB 42
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.45 GB
    • Received: 17.54 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.