Loading Tool

Explorer IconExplorer

Memory Pool

77,084 transactions
30.74 vMB
0.13715397 BTC
Random Selection Loading Transactions
Max Size: 176.81/200 MB

Candidate Block

Mining Attempt 491e426c11911661a839697f88b0b6a9597cd9363155ad83b66cd2762951166d
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 9b0bbbe2361bb1e85a1568bf4afda688efa1a6380849cf702fa540c61f07c7f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.04984321 BTC
Feerates: 150.36 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (725,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,602 189,602 00000000000002ccdb56c3548eb2af2968d0061f4eebc9757002e44ca3b7b889 1 0.00/1.00 vMB 0
189,601 189,601 00000000000000556eb5d681ad6a5a5b73e47831c00aa51a6362063aad266389 27 0.01/1.00 vMB 164
189,600 189,600 0000000000000098af19f85b74f55b6a043f89a62d175dfa1b0b1dcbc45f3674 1,137 0.45/1.00 vMB 268
189,599 189,599 0000000000000062ce14e1f0ae435ebc8cd9ebd9c1ebf3bc9fb2d3e231ec7f5f 117 0.05/1.00 vMB 115
189,598 189,598 00000000000003851bed7202e6b7be8c89c35c530b5be295e1358f8d93b27a7e 59 0.02/1.00 vMB 960
189,597 189,597 000000000000084f0759680cb0910f1b60e67b03127756ec9eee515a528c6727 83 0.05/1.00 vMB 166
189,596 189,596 0000000000000489228da8bd3e0b936656d4e84c3d146882557ed5dcfedee875 397 0.18/1.00 vMB 127
189,595 189,595 000000000000049dd377c5fd3d8648248a56e6e8c4f40a4aa3e8e0eba5df7ce6 162 0.05/1.00 vMB 313
189,594 189,594 00000000000002d20a9138807b2da9a54b8e4edf72a5029d71e9cea471cb9e36 32 0.01/1.00 vMB 71
189,593 189,593 00000000000005e4c5f597ad6371449f5eb53d0005bacb7f34ea1de657c13a33 12 0.00/1.00 vMB 15
189,592 189,592 000000000000047a486b111bcda7e0897901207591742ce5ada33bef84c90e54 484 0.25/1.00 vMB 102
189,591 189,591 0000000000000088e5ea55d9634ccf0f1c16caf421782af4848a6ed9da592a28 387 0.12/1.00 vMB 173
189,590 189,590 00000000000007d3716c6bf81d0792b1f148beb7ab4564bba2f3a27838c98273 501 0.25/1.00 vMB 122
189,589 189,589 0000000000000202fd5de4a88cc18e7713ad310741033235b9d2dc54245d9c60 140 0.05/1.00 vMB 176
189,588 189,588 00000000000004d63bdf68bcaacffaaa558684327edf42d0d91d1dd589fb4de3 92 0.05/1.00 vMB 146
189,587 189,587 000000000000047268d9a6bcd63f11c3bef0b873b75ab061d20db7b463959b10 11 0.00/1.00 vMB 14
189,586 189,586 000000000000024d42f482fef781e1742c116f102b350a4731bd5bbd5b906fc7 10 0.00/1.00 vMB 47
189,585 189,585 00000000000008653059fb5e3856a0dc3bc789898a625623c719499241f526e9 10 0.00/1.00 vMB 0
189,584 189,584 00000000000002c3cdfe4c2b90b268aab6afc258ebb7030a5a2ee143d7eac6df 512 0.17/1.00 vMB 175
189,583 189,583 000000000000048269399ebf2a2fe94178aee641e3cf55ce0991582ffdcd4e9b 117 0.05/1.00 vMB 517
189,582 189,582 000000000000059d3c6b7f6f90b21d083915a378e1d9260b369a5a8a0f1cd6c5 256 0.11/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.48 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.22 GB
    • Received: 15.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.