Loading Tool

Explorer IconExplorer

Memory Pool

80,465 transactions
30.15 vMB
0.09055216 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 0a9e3221c9df1f44b9aa4ece329a4226c06d10377fba1266a53bc1baef9c9599
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1fc24ebd2273f4c413b63c0436df51ce0ba10fcc2d74f10119eac0673703db40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02887592 BTC
Feerates: 301.07 > 2.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (415,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,876 499,876 00000000000000000083223b472bdd8bc35369feb84e08db9f560fa6a8b27b4e 2,831 1.00/1.00 vMB 414
499,875 499,875 0000000000000000000e2532c7d8886363f61ccd43f074aed593763ccc65af01 1,661 1.00/1.00 vMB 233
499,874 499,874 000000000000000000b040a9dd99798ce82adabb3d835bb3856ab5993b03a8a5 1,182 1.00/1.00 vMB 226
499,873 499,873 0000000000000000006416f1d4bafd68eee7d6d12a2c8326a4221eadf106da15 559 1.00/1.00 vMB 160
499,872 499,872 0000000000000000006a7cd2a0cb834a01fbc145ed0ee54548236562a98a9b07 914 1.00/1.00 vMB 183
499,871 499,871 000000000000000000ad844c4dad30de48af6867567eafc56beba86a867672cb 1,827 1.00/1.00 vMB 246
499,870 499,870 0000000000000000001994c6c3317b315df6d4465d45a689e8e588ae64429f07 1,807 1.00/1.00 vMB 304
499,869 499,869 00000000000000000010144948da876d96cf3b05fd77b00a0c0c141121f3286e 2,825 1.00/1.00 vMB 333
499,868 499,868 0000000000000000005d45ab13a37eacd818fe342d6f8dedecb7c9a11bcb3a2e 2,886 1.00/1.00 vMB 422
499,867 499,867 000000000000000000a8eabb37019a079f4169c2f258078e879f06d65fd117c1 1,389 1.00/1.00 vMB 249
499,866 499,866 0000000000000000007aadd2bc11ed29fe38f81919eaf540d72aae520a6a2e34 746 1.00/1.00 vMB 143
499,865 499,865 00000000000000000021d7a39b33c5970d5cb5ca88afae47a7df5e2cd9f7e31d 2,761 1.00/1.00 vMB 260
499,864 499,864 0000000000000000008dcf19ea4885c4e65192c6d7efa74832096a10b89709dd 3,121 1.00/1.00 vMB 399
499,863 499,863 0000000000000000006f9d3286dd0035dc23ff65e9c88dd7ef2b3b129ded6244 2,746 1.00/1.00 vMB 428
499,862 499,862 00000000000000000043cd47524b0aab372b28643a6eb9cab1877e2e3c195b0f 995 1.00/1.00 vMB 169
499,861 499,861 0000000000000000009aabee84c000111d676d5f5fe1b1242852851b53ceb239 2,556 1.00/1.00 vMB 323
499,860 499,860 00000000000000000006e30b08c039eaabd86fc2bf31dc7fa51ecb3b7a83500d 1,713 1.00/1.00 vMB 416
499,859 499,859 0000000000000000002c36d53b2cf16db132a27ee5f382d4b8dcb435864699d4 772 1.00/1.00 vMB 166
499,858 499,858 0000000000000000006b2a12821a0af1fabf094f0978a23aaaccf03d8077dae6 1,622 1.00/1.00 vMB 259
499,857 499,857 0000000000000000002d8026f4a50d64dbcb8621ebbec1daf1ace2bf64b463fe 849 1.00/1.00 vMB 190
499,856 499,856 000000000000000000a71cd85d75e9569a9025ed59b759902f35755fcf118205 468 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.