Loading Tool

Explorer IconExplorer

Memory Pool

84,055 transactions
33.21 vMB
0.15559374 BTC
Random Selection Loading Transactions
Max Size: 198.38/200 MB

Candidate Block

Mining Attempt 8a355a0e01a38e4e51b05f26adf78a7c3a2a55f4c6a72c7657cda9a6021fd357
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 53348bfa5e550f1067250ed14aee008b67f3f27f399c56bc7c8ae61a0cc28e4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.07186505 BTC
Feerates: 348.43 > 7.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (375,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,894 539,894 00000000000000000016cd6b7e8a9f0c700db13203dc9450e0dffb2e9d021c08 2,240 1.00/1.00 vMB 30
539,893 539,893 000000000000000000008b547b01e2b4e854998d693f0886cc218bb9e6127457 1,902 1.00/1.00 vMB 12
539,892 539,892 00000000000000000003d59c801bc3c1426c4cccc31b544b1e936f2b94507433 2,477 1.00/1.00 vMB 3
539,891 539,891 0000000000000000000d84a6d64846418dd6165f6700c78057eab7e43bc80ba1 2,180 1.00/1.00 vMB 29
539,890 539,890 0000000000000000001d5eff07cb2e6ec8a735e2d69e2fe3f47d01dd7616e5b5 509 1.00/1.00 vMB 4
539,889 539,889 00000000000000000024dbb413826b263396ab7a2fb78262fe21b10e2c5d1c9c 2,014 1.00/1.00 vMB 10
539,888 539,888 000000000000000000107943b5f3b8f79ab68082648e424ef2614dd39b4b5bcf 2,755 1.00/1.00 vMB 28
539,887 539,887 0000000000000000000d469762f8b53c68a5b45702ffa22cd60fc427f8d50236 2,200 1.00/1.00 vMB 40
539,886 539,886 00000000000000000029645d6a42d7ee97bbfa2a3707f921f3dcb743bc147e23 1,085 0.43/1.00 vMB 21
539,885 539,885 00000000000000000012d5c2f6d7110ccf83e0195e839d3fb7834f39739bf2c0 388 1.00/1.00 vMB 5
539,884 539,884 00000000000000000022cb4f216031489fb01161241e34d49757a946db4f712f 2,358 1.00/1.00 vMB 26
539,883 539,883 0000000000000000001816c1fcf43d45cdffc0ee7df329dfc24d5d2959c33949 1,843 1.00/1.00 vMB 18
539,882 539,882 00000000000000000020fc70708a53d6c82205415de4629e216707e5ad03dfd2 2,180 1.00/1.00 vMB 28
539,881 539,881 000000000000000000276794f7721ff386c05618eec147118408b545b6a0983f 43 0.02/1.00 vMB 30
539,880 539,880 0000000000000000000215a795c09c37c25cfa798b072e39c0e3b58dd62a0e0d 1,350 0.56/1.00 vMB 20
539,879 539,879 00000000000000000024fdffba8d7e0034c21c5047f749efe536a5e525580c7d 1,648 0.60/1.00 vMB 6
539,878 539,878 000000000000000000058f2d67868c026e464620685047ddc826d5aaca8660d2 448 0.25/1.00 vMB 25
539,877 539,877 00000000000000000008d421d2d96410f3653a78393e4cb95ceec9f21193d1ce 528 0.26/1.00 vMB 28
539,876 539,876 000000000000000000021721f0e1c7372cd39ad183838fcc70a3c35417fc7c51 660 0.24/1.00 vMB 26
539,875 539,875 00000000000000000023e782cda10d26ee8cd20b717d0b617e45d48636837728 893 0.33/1.00 vMB 18
539,874 539,874 0000000000000000002624f6b20e0ccd2962b66b8966f6a705113b9206429214 2,036 0.93/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.69 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: 697.30 GB
    • Received: 16.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.