Loading Tool

Explorer IconExplorer

Memory Pool

43,343 transactions
26.48 vMB
0.05780699 BTC
Random Selection Loading Transactions
Max Size: 139.52/200 MB

Candidate Block

Mining Attempt 14e5961a75abb4c991f44dbe9ab2d838b94b9d9d54caf4508c46181e52623e96
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 3737f1e80556b1f387ee5ed6cc6f58e3066bc30f87ae0289b5088543ae3a7e4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,779
Size: 1.00 vMB
Total Fees: 0.00932141 BTC
Feerates: 73.20 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (191,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,625 723,625 000000000000000000069d6b00c04f430073718602054e0951a4b071e1034618 19 0.01/1.00 vMB 6
723,624 723,624 00000000000000000000d5546fa89e41ba69a40c1ba6601acac9b186a56350f4 1,063 0.51/1.00 vMB 2
723,623 723,623 00000000000000000007eb2e1f23eeda56e03438353edc3ef9f9649514759ecf 2,503 1.00/1.00 vMB 6
723,622 723,622 00000000000000000004c07a42f30a58e8a5af9ac444553f59e1a55ad2857c8b 1,794 1.00/1.00 vMB 8
723,621 723,621 000000000000000000055eb24910570434626f02d1252a813f08e519b038f443 2,253 1.00/1.00 vMB 9
723,620 723,620 000000000000000000045208b43284365fe7e21576829e9af911258ca5f20099 1,792 1.00/1.00 vMB 7
723,619 723,619 00000000000000000005610e36e5684e1e64248af1a744c2f9a94f4a32de7eb6 3,100 1.00/1.00 vMB 11
723,618 723,618 00000000000000000007460574a76f49bfc4f44aada8c27a21ccd1d5de0d02dd 740 0.71/1.00 vMB 2
723,617 723,617 000000000000000000078811f12cb6bf50dfec18e8025390914d8c184c7273c0 2,241 1.00/1.00 vMB 5
723,616 723,616 00000000000000000002b66359fd6d5a39dff1b6b4dcf60774946b13cf987968 2,608 1.00/1.00 vMB 4
723,615 723,615 0000000000000000000755cc1f71f1db5a04c123253a7f4b0ccd16f7fcdf4a52 2,564 1.00/1.00 vMB 4
723,614 723,614 0000000000000000000297c96d8d7f7fcc4434c107604835bab439e81a67105b 1,999 1.00/1.00 vMB 5
723,613 723,613 00000000000000000004af60cccce700c08f52f355709d49f052a3efbf645bcf 1,375 1.00/1.00 vMB 5
723,612 723,612 000000000000000000013e11aa9f06f2e79efa2bbbd12123755453fbc5698188 2,701 1.00/1.00 vMB 9
723,611 723,611 00000000000000000007898d922358bb64639d829d94adf10f5b2ba09fa6b2bb 2,927 1.00/1.00 vMB 7
723,610 723,610 000000000000000000043fe67b45ba824fd36ee705eeb1aea7fa87437b9eef1e 2,609 1.00/1.00 vMB 14
723,609 723,609 00000000000000000005e40a15655bb12e671def87c354d5319c84c8263b8a1c 2,420 1.00/1.00 vMB 12
723,608 723,608 000000000000000000037470fa1010f3ac328c56bcd75e2949d8c79d019d58ae 2,394 1.00/1.00 vMB 6
723,607 723,607 00000000000000000006d1b124b1fef3125ecde0bfbb5983d2b5a9fd419f228e 2,271 1.00/1.00 vMB 18
723,606 723,606 00000000000000000002f78c213ebf5a046a781b1259c3f03877da09da268cf6 2,466 1.00/1.00 vMB 3
723,605 723,605 00000000000000000004ea9803b38a6b635c4f7b7074a2a208291aa8c7692d36 1,084 1.00/1.00 vMB 5
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.34 GB
    • Received: 13.16 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.