Loading Tool

Explorer IconExplorer

Memory Pool

77,775 transactions
29.39 vMB
0.10289626 BTC
Random Selection Loading Transactions
Max Size: 177.02/200 MB

Candidate Block

Mining Attempt 855acf3187afe352c46a37e960d1fd2ac062477446565a74b8318e23386d0153
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 30b298e2ee480cd1fc8522b1ff0afe9fbe7ba76c941ac4dae765f892d101abb4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,190
Size: 1.00 vMB
Total Fees: 0.02772916 BTC
Feerates: 151.12 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (109,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,934 805,934 000000000000000000034a9849e3cd29f87f1b6fdc2d88e8325b0157fcf7ee62 3,113 1.00/1.00 vMB 27
805,933 805,933 000000000000000000034fa53149a65aae51c36859b1ed14551b31ec58d9f4aa 4,629 1.00/1.00 vMB 15
805,932 805,932 00000000000000000000622d99e00cd8b5d6eeff3469367a12dde16959c080a8 5,367 1.00/1.00 vMB 12
805,931 805,931 000000000000000000044bf2a2f6667696da3ff1ffd33d13117cec280533e38e 3,896 1.00/1.00 vMB 10
805,930 805,930 00000000000000000000fef663b894e0c08517a380efdee49072aef08a80f49c 2,803 1.00/1.00 vMB 8
805,929 805,929 00000000000000000004d1164c8f9909c52806772d94ed4be83b10bb8734baf6 2,702 1.00/1.00 vMB 17
805,928 805,928 000000000000000000006c37416c1aa2e523b5b815086c34624bd13d5b58dc51 2,786 1.00/1.00 vMB 18
805,927 805,927 00000000000000000003b182e185a19b3452f7c7f2548344aaa4dec81b6260a7 2,159 1.00/1.00 vMB 17
805,926 805,926 000000000000000000013333211fa0bfc8e676cf2587030d81623536e8ddafb2 2,313 1.00/1.00 vMB 17
805,925 805,925 00000000000000000001acdd3478aa0d160b08e4041acf5c5a39d0c648a2463d 2,092 1.00/1.00 vMB 11
805,924 805,924 0000000000000000000442d39958256ace4fe97bd1cb22f266a320893c044dfb 2,619 1.00/1.00 vMB 18
805,923 805,923 00000000000000000004f2ba2272af78231f329c6b0d472577fd7597e952ba3d 3,423 1.00/1.00 vMB 22
805,922 805,922 000000000000000000018111f99e8f1f914027c6a7c940cb766685ddd7981db5 3,050 1.00/1.00 vMB 30
805,921 805,921 0000000000000000000061f09e34b62c9082ef87f8f99b171a0bac44dcc95a3a 6,729 1.00/1.00 vMB 9
805,920 805,920 00000000000000000003ea6dab2f7c37a139a4db8cc6716e3b05fb395672df2c 4,407 1.00/1.00 vMB 13
805,919 805,919 0000000000000000000129efd84cdbde7dce7be4f257c3ee7d49b073086ad57b 3,856 1.00/1.00 vMB 15
805,918 805,918 00000000000000000002ade3f5170c0fb8ab8f0aca1c5f4a7a4548332cf2be29 7,014 1.00/1.00 vMB 8
805,917 805,917 000000000000000000027f061b5d29ab50a05ee03c415a3084a9991a4a89e46d 1,843 1.00/1.00 vMB 14
805,916 805,916 00000000000000000003a16b03cd8b7fd42b14b92f730b6ebaf3618cfaa7b5c7 4,544 1.00/1.00 vMB 10
805,915 805,915 000000000000000000034008e53e3320c032af50d7d39966ebb673096db7061b 4,611 1.00/1.00 vMB 8
805,914 805,914 000000000000000000032adb7b7c5b3d8cd3e2d5445a34d05da0ae4db89c5c23 2,011 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.