Loading Tool

Explorer IconExplorer

Memory Pool

82,927 transactions
30.72 vMB
0.08120129 BTC
Random Selection Loading Transactions
Max Size: 188.48/200 MB

Candidate Block

Mining Attempt 6eafb8105b3d1a0fe54f5d07bd9afa2815f15344d7e2d1a37dd9bcb40f333e79
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 32f63a493df56defe31efc17aa92d5206057592b5dea328834683a6254ace0bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,517
Size: 1.00 vMB
Total Fees: 0.01157389 BTC
Feerates: 40.21 > 1.16 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (214,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,502 700,502 0000000000000000000dd55ec216559c7597c2ac42caf97c6d2d8d85c3b9a8df 2,060 1.00/1.00 vMB 11
700,501 700,501 00000000000000000002bdeca792ad86cc365eaf65269e08c6a97dcd3dbe5cb8 2,652 1.00/1.00 vMB 6
700,500 700,500 000000000000000000073c142c37341f5b055acc66ce390d4f5321c02a7953b3 2,912 1.00/1.00 vMB 30
700,499 700,499 00000000000000000000fd4d72cff601d0cf608c3e70a552b9e3dd7e64c913bc 2,377 1.00/1.00 vMB 10
700,498 700,498 000000000000000000044eb0ec1f104bc2b1ecdbf7ef7a8ef5726e0835ab0327 2,265 0.69/1.00 vMB 4
700,497 700,497 0000000000000000000c7681aad1df2319522f4159dc1ee98bf92793e87c9ae5 2,366 1.00/1.00 vMB 12
700,496 700,496 00000000000000000003db12dc24de7f90d2b3570c0e6b5660537356ed61d58d 2,756 1.00/1.00 vMB 23
700,495 700,495 0000000000000000000c9f28ed8924fc2afa2a256a48477092829ed3f3d78b2c 338 0.09/1.00 vMB 14
700,494 700,494 00000000000000000009b313625c3dacb2b71d3857083eb13850037434a15358 1,932 0.70/1.00 vMB 11
700,493 700,493 0000000000000000000c105f5fab4dd1592033b968291c02a221fcdd08b6603b 2,336 0.82/1.00 vMB 4
700,492 700,492 0000000000000000000123755a4b3bfde8b98ee0b7f6f2577cba17f31e3b8107 915 1.00/1.00 vMB 8
700,491 700,491 00000000000000000007e887b889c51dca80875c3e2e54be1c42f93103d5b190 2,494 1.00/1.00 vMB 15
700,490 700,490 00000000000000000005e024ab9a3ff057137001c20846cec38be80fef1acc09 651 0.31/1.00 vMB 10
700,489 700,489 0000000000000000000b11e311e7f342750933338cc1b2683f7dc09f99c616f3 1,405 0.76/1.00 vMB 9
700,488 700,488 0000000000000000000b77cf47e0035d7afb030c1124fcdf89c03f05f6110d47 1,577 0.81/1.00 vMB 12
700,487 700,487 0000000000000000000549cd79515b6e7488a3e8067b508e4e19c21542138d8b 1,176 0.71/1.00 vMB 5
700,486 700,486 00000000000000000000c3da1c7389ce71bb388a4bb69cbf5a72ea7b37b94686 2,362 1.00/1.00 vMB 11
700,485 700,485 000000000000000000010d7032ff17b9caa3392845c740dd3d99d118e1835d67 1,076 0.40/1.00 vMB 11
700,484 700,484 0000000000000000000362ca6c27a77b8a78852a6f43be7204412fd644efab3e 1,343 0.58/1.00 vMB 10
700,483 700,483 000000000000000000074e7d52e8188c6e40c89cb6be0ee50498a5828a261134 826 0.30/1.00 vMB 12
700,482 700,482 0000000000000000000940a40a17326cb0d9a6c1e5814a02bb3d087aae4d91fc 380 0.16/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.