Loading Tool

Explorer IconExplorer

Memory Pool

49,613 transactions
28.58 vMB
0.10702433 BTC
Random Selection Loading Transactions
Max Size: 152.51/200 MB

Candidate Block

Mining Attempt 03aee87c9c8c87300df1f9732d48a2418c20806435ac694477a34da13dd2d4eb
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root f58147ebcf2cb68f5c77348d3b73821ab2da3afd47a98943d959ceaf915c58ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.04726447 BTC
Feerates: 500.00 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (408,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,146 506,146 0000000000000000003cd6cb7dc3c75643ce4fdf4f18da3bcde29f878dea3a81 634 1.00/1.00 vMB 71
506,145 506,145 00000000000000000059a93d112f95c68a9902a9ad2a4a617b9dade353dfd41c 1,752 1.00/1.00 vMB 63
506,144 506,144 00000000000000000026ab77e3bfe9fe494f18bbf9ca691f6e5ea3d0470c3861 1,529 1.00/1.00 vMB 128
506,143 506,143 0000000000000000005d08065e87b8cd50c29d3e3b55e9e155011753c3e5616d 1,786 1.00/1.00 vMB 94
506,142 506,142 00000000000000000014ec08f08b9169fc87cc3aa6b31759a0e4d71999d5ce54 2,105 1.00/1.00 vMB 166
506,141 506,141 00000000000000000042e646c307b89878c7bb56efcd3af5349235afb7417918 1,934 1.00/1.00 vMB 256
506,140 506,140 00000000000000000018d1d91608e7f5d6c44a81d3cc326c48f4e1e69dc1a7c9 2,382 1.00/1.00 vMB 233
506,139 506,139 0000000000000000003b6c84ee6e87e2bd6f603e4db26852714a28f53480ab5c 1,422 1.00/1.00 vMB 264
506,138 506,138 0000000000000000003c03bb6dab2d66e1298ab5232cd3737f4426c0fc158451 1,411 1.00/1.00 vMB 273
506,137 506,137 0000000000000000006677f802e449163715ef798839361ac8db056a9ad30adf 1,466 1.00/1.00 vMB 251
506,136 506,136 0000000000000000003a909f9e3486791a0db7df90d45301ba5c49336ce98e17 1,813 1.00/1.00 vMB 294
506,135 506,135 000000000000000000539f060e767fee84aad7329b78e12dd911a9b78ff27f9b 1,998 1.00/1.00 vMB 225
506,134 506,134 0000000000000000003ee675d65f1e3567cf6e19e01a65cf093428f8f2a62c66 847 1.00/1.00 vMB 104
506,133 506,133 00000000000000000058ddece6a4e28eabb88c083e91375a7eb60b0930036677 1,485 1.00/1.00 vMB 179
506,132 506,132 00000000000000000057cf5efb933dbe53bdd1a027f039cb8b625d7523297bb8 2,505 1.00/1.00 vMB 278
506,131 506,131 00000000000000000063ac70617717301f74ef14f2dacba95af542da2fde20f4 2,469 1.00/1.00 vMB 255
506,130 506,130 000000000000000000209c08bb3ee7f4badc579fb8acf51099c2f319af76dc4c 1,007 1.00/1.00 vMB 100
506,129 506,129 0000000000000000002e90ea5a3d44b38084f43872ab41bc9aaafb1f48b58f63 1,754 1.00/1.00 vMB 55
506,128 506,128 00000000000000000005b97924c5c7006b21d488153564bd627f9a0971957014 2,133 1.00/1.00 vMB 256
506,127 506,127 00000000000000000043d4c12a4fb0b292078dfaa5964e9b5d5314e26910ed06 1,850 1.00/1.00 vMB 188
506,126 506,126 0000000000000000001eefef15ebd0c1fb4f417bdb6366fdace994c10d793da2 846 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.01 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: 649.49 GB
    • Received: 13.18 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.