Loading Tool

Explorer IconExplorer

Memory Pool

66,675 transactions
21.57 vMB
0.08480187 BTC
Random Selection Loading Transactions
Max Size: 135.63/200 MB

Candidate Block

Mining Attempt 4bdd92298fb782b89dcec7cb31dbc3087b99b4eb7f300ac4415b2c1b9beb6bec
Version 20000000
Previous Block 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30
Merkle Root 2880e5a029f25ac23bc6b40cc3a4290ed1af189b1b715fee9089609eb2f3e86f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,418
Size: 1.00 vMB
Total Fees: 0.02832879 BTC
Feerates: 150.75 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,753 (840,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,402 75,402 0000000000156cad738a8393f2c660653892586df719af9224789a76779657fb 6 0.00/1.00 vMB 0
75,401 75,401 00000000000828461ac76c20ef69e2e131460572da5bbbd03eb7ad1dcd2b2987 1 0.00/1.00 vMB 0
75,400 75,400 00000000001115da4fc45d9d094089eb784e755b87a34fd05024c13a02e6fd2c 1 0.00/1.00 vMB 0
75,399 75,399 00000000005ba545096ab5047ad111e1acba1ec2f1a4d85be4acd29dc0623b95 1 0.00/1.00 vMB 0
75,398 75,398 00000000004d8c1129b4a04e69e729d49e9881cd8f59036e4ef084ba0f21456f 5 0.00/1.00 vMB 0
75,397 75,397 00000000005a64ac94b76edd6a5c4714c2b55828a936522fff21459ac993e837 1 0.00/1.00 vMB 0
75,396 75,396 000000000069773c4cbf2592c012682799af03cb652d89c841a387cefc755bf1 1 0.00/1.00 vMB 0
75,395 75,395 00000000002b0f3327317b596ad3df784888675e28476ae6c2e041c992dbf198 1 0.00/1.00 vMB 0
75,394 75,394 00000000005a89ba48bcfa1f427ec46d7e7a00bee4cf5ee5798c8217ad3cb88f 2 0.00/1.00 vMB 0
75,393 75,393 00000000007907f0953d5e7c79c1181171a1244534b73ce78f731c99b368a38d 2 0.00/1.00 vMB 0
75,392 75,392 00000000002552f12eece6095eb1fa87e4d074b33d54221b4ed83486dc549a04 1 0.00/1.00 vMB 0
75,391 75,391 00000000006cafd1b3dfcd67cb8247a3387deaee0f8c97489f98b4dc761c4cf6 1 0.00/1.00 vMB 0
75,390 75,390 00000000003be1caeefce7f4bb12c829d458dc0bcd9085de0eca364cfa2e22af 2 0.00/1.00 vMB 0
75,389 75,389 0000000000423d3de402b13ef05da925a330dc5812115506b246e21e06159b70 1 0.00/1.00 vMB 0
75,388 75,388 000000000012009a39d6d23f99f7a65c284dc23aee45f77de672d7a60f009633 1 0.00/1.00 vMB 0
75,387 75,387 000000000019429fcb8e16ee1197d006c0a6a95564197a14b80f349ad1d1bc3c 1 0.00/1.00 vMB 0
75,386 75,386 0000000000376c182411281cdccb9ec75575b5f99b6b7d5056beb7cc011f0bb8 1 0.00/1.00 vMB 0
75,385 75,385 00000000006fbabdedff36e7636f2b61d1b1fbe9168ae478c5bc24e22de54eb4 2 0.00/1.00 vMB 0
75,384 75,384 00000000002156674b0d3edf4acb396be96b8276f69d7d60f04b35f48ef639ce 1 0.00/1.00 vMB 0
75,383 75,383 00000000005ba5dadc0d7bb2b8b18855e0b14abdd5f61f7d94fd555a42cddf5e 1 0.00/1.00 vMB 0
75,382 75,382 0000000000000496a5465517e8b4c30e8dd6619b2721fe6bbb74c75a0c23a2ef 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.72 GB
    • Received: 21.21 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.