Loading Tool

Explorer IconExplorer

Memory Pool

84,750 transactions
32.79 vMB
0.08430262 BTC
Random Selection Loading Transactions
Max Size: 194.23/200 MB

Candidate Block

Mining Attempt 422639b828d9e55fff625babc8634fe01a79d9fcab405a4fe807f7939425e69a
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 707e33b3bee07390c1c24381f61a034deeeea5096e7aa970e23221cd53df5928
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,240
Size: 1.00 vMB
Total Fees: 0.01931201 BTC
Feerates: 120.64 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (329,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,331 585,331 00000000000000000002c65f9d772fc576bbc7d8e5388be7afdd4ae86aa55a61 2,985 1.00/1.00 vMB 18
585,330 585,330 00000000000000000016544d0df663b1d5b75b8a2eed11782401d5fa61b959f0 2,966 1.00/1.00 vMB 32
585,329 585,329 0000000000000000000bf9a4200300a4364c9a8b5a095270734e7c5a3f051eff 2,887 1.00/1.00 vMB 40
585,328 585,328 0000000000000000001d1faffbc0977fa377f218f1f54484595495dc1b6752a1 106 0.04/1.00 vMB 44
585,327 585,327 000000000000000000161400a86895d1d91e50034986cbcf2f1b00355a0edf8e 640 0.19/1.00 vMB 30
585,326 585,326 000000000000000000150fe484047ff561c9f3905bb23296e6809022955ed0d1 2,306 0.78/1.00 vMB 34
585,325 585,325 00000000000000000018bdf1e2cf362871b70605d9d152de4c22ce85c8d90bbf 2,389 0.85/1.00 vMB 2
585,324 585,324 000000000000000000097256f93628c978dcf52e28dd821a1b5dfe96d19ced84 2,821 1.00/1.00 vMB 22
585,323 585,323 00000000000000000004da5d47bb028b7bb6b8beb4da5575e77cd19dcf254845 3,459 1.00/1.00 vMB 69
585,322 585,322 00000000000000000001cc64e70c5b9e5b20e5f19657c853e308af82a3e44ae9 3,250 1.00/1.00 vMB 35
585,321 585,321 000000000000000000078ed0cf7f16e56dd63a10f289272d8a79a57c4a47a033 598 0.22/1.00 vMB 32
585,320 585,320 000000000000000000066f1dee5758bc9ab332a7c12cf2ef296a06f0734e4aa7 1,493 0.53/1.00 vMB 27
585,319 585,319 0000000000000000001b27bf9346f8a131433ba2df07707ef621ccb0aeaa0f1d 1,820 0.69/1.00 vMB 30
585,318 585,318 0000000000000000000e00d4662476fbe4de2bdf2387ec60287123cc798c01a3 353 0.11/1.00 vMB 39
585,317 585,317 000000000000000000012d533a692cb5bdeca190f1818675ffce806bd5b0b5ad 1,913 0.60/1.00 vMB 27
585,316 585,316 000000000000000000044168ee66e2ac7d05e37e2f3e16798b8708c921da6647 2,217 0.71/1.00 vMB 28
585,315 585,315 00000000000000000007d9fc08019e01c4f1ec26ab3dbedc037f3f141c39924d 2,490 0.76/1.00 vMB 23
585,314 585,314 00000000000000000013d226a5bd6d133e9d9a9ccdad5523b55635b6b7620a8f 1,546 0.48/1.00 vMB 40
585,313 585,313 0000000000000000000492c12ecdc2d9adb21b12284e1a559fe11fdad44d5197 985 0.31/1.00 vMB 30
585,312 585,312 00000000000000000010ba0e0dcbfa0a08fdbdbd2a8d8df22d188b8e75f17b21 2,388 0.87/1.00 vMB 29
585,311 585,311 0000000000000000000ac11998de083e60765c493de0f32068d26deef5a63fe6 493 0.18/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.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.