Loading Tool

Explorer IconExplorer

Memory Pool

42,137 transactions
26.23 vMB
0.06031468 BTC
Random Selection Loading Transactions
Max Size: 137.32/200 MB

Candidate Block

Mining Attempt 9c35e1ac394817c287ed3b7d1621760bae403c845526c355f9f221cdc0119477
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 7d964099be0798b8d4e75a9b250cb0e5af400247a053d467afa54454d76763c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,178
Size: 1.00 vMB
Total Fees: 0.01220118 BTC
Feerates: 100.00 > 1.22 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (175,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,928 738,928 00000000000000000001d8d31e520ac5c3de472c68e6417a77645c30a6f0dc9f 1,749 1.00/1.00 vMB 16
738,927 738,927 000000000000000000032542748bbff0e0cb449b4bd225d060e56cf0eb38ef8a 2,685 1.00/1.00 vMB 22
738,926 738,926 0000000000000000000586198360ba98929cbec2145658fa5f3edaa8b3ce0054 1,294 1.00/1.00 vMB 18
738,925 738,925 000000000000000000002ac90bb096956251270b99134a618d61dc4a2414b6c9 2,532 1.00/1.00 vMB 20
738,924 738,924 00000000000000000007ecacbe3b540cddc4a0be3f91c581f2d4ef74d5419e42 2,246 1.00/1.00 vMB 12
738,923 738,923 0000000000000000000277f6387f7fc65ed9a98d2d968b74eadad3231410b9c8 999 1.00/1.00 vMB 6
738,922 738,922 000000000000000000093dba7d439e6201f60b4779ee418df5ac744555a40944 2,625 1.00/1.00 vMB 10
738,921 738,921 000000000000000000068fc7f9b93027e811e6ea1c83a46d4a7087f1785d897b 2,205 1.00/1.00 vMB 14
738,920 738,920 00000000000000000001a748430d27769c6309459748ced3f6a22ea37fc31bc2 2,989 1.00/1.00 vMB 16
738,919 738,919 00000000000000000003bab7b97c6ca2c15e0886131b845025b0a2826008ffca 2,437 1.00/1.00 vMB 13
738,918 738,918 000000000000000000031555a1cf708b4c8fb466bfa8e34cad939cbcb3208315 2,956 1.00/1.00 vMB 14
738,917 738,917 00000000000000000008a925a242e8f90b4f43c22bf7d359405f7d0fa954946b 2,050 1.00/1.00 vMB 17
738,916 738,916 00000000000000000002b4d253a9182e413e2c204e17b45f1185367614d771bc 2,944 1.00/1.00 vMB 18
738,915 738,915 000000000000000000082081f2b0012c71ccafe9a3dc600e7003a22d0e8ebe5e 2,695 1.00/1.00 vMB 19
738,914 738,914 00000000000000000008dbb76cad8c01d75bda0585291a232f834c349c9aac51 1,923 1.00/1.00 vMB 30
738,913 738,913 00000000000000000006168221833d9089a4a7a9a9efc6d0e05b03d92cdf8700 3,030 1.00/1.00 vMB 19
738,912 738,912 00000000000000000003708ac961464c0a79e1a1388a02500d40efc140dc1d06 3,112 1.00/1.00 vMB 25
738,911 738,911 00000000000000000007e0d4f184ccdfe747330b0f33d14c195d435b22fd3979 2,972 1.00/1.00 vMB 32
738,910 738,910 00000000000000000007d55e06a5a3374d7da0a781bc62d6b3650b711cdae13b 2,806 1.00/1.00 vMB 14
738,909 738,909 000000000000000000059213bdb0a8a2ee73d1562e65382fafba62aa41953d13 706 1.00/1.00 vMB 21
738,908 738,908 00000000000000000003a52bf5648de71e1a7f3e91b68bbdd0034f128a767bc3 2,797 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.