Loading Tool

Explorer IconExplorer

Memory Pool

39,618 transactions
26.95 vMB
0.07307490 BTC
Random Selection Loading Transactions
Max Size: 139.43/200 MB

Candidate Block

Mining Attempt b9d44160c2d4cd540826b1ddc17930929579bd1bfc32f606c040d0a5fc4e70a3
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root baba20401c21f8bc58daac6999ba0ec73268a32bf798b8e6ca97ce060f9f8c81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.02002166 BTC
Feerates: 201.37 > 2.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (411,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,817 502,817 0000000000000000006ffe514f454f5219e2c84e58b4774213fd494a57ee10da 1,560 1.00/1.00 vMB 390
502,816 502,816 0000000000000000002fa833551100dbdf0b5aa31f3d94563efb999b1821e806 1,278 1.00/1.00 vMB 266
502,815 502,815 00000000000000000049cea4bdf2207519369c75dd873a0737cf2a7463b0c4b4 1,633 1.00/1.00 vMB 296
502,814 502,814 0000000000000000004ca53fd965c6ca0b87d6f5171d96cc86b92c928a22a8ec 1,719 1.00/1.00 vMB 294
502,813 502,813 0000000000000000008d057e7e574b411294fd2da227bff9c9b487b59c93c39d 1,983 1.00/1.00 vMB 430
502,812 502,812 0000000000000000000bc002c2cd17d5eec9a150b0b3dff7f0a3f8e682e32489 1,888 1.00/1.00 vMB 468
502,811 502,811 000000000000000000289b4c2d399cc89654658a8fc3f420a2294ced2ba84f3e 1,681 1.00/1.00 vMB 353
502,810 502,810 0000000000000000004ee9436c87841535b27093a5701c747fc5cf59138bed8d 1,787 1.00/1.00 vMB 341
502,809 502,809 00000000000000000050e51c05ea3b0e1585069618e4d588879deff37a3044a9 2,080 1.00/1.00 vMB 448
502,808 502,808 000000000000000000570c33451a38c6170be0d75f91e6388fd47e777f0d859c 2,182 1.00/1.00 vMB 564
502,807 502,807 00000000000000000054c92b62be6167a9e595ffd588ae217dae644281f03a3c 1,419 1.00/1.00 vMB 366
502,806 502,806 0000000000000000007062c86edbd4c7aef4cd1f61bf92129a26ba4c4c1514ae 1,939 1.00/1.00 vMB 284
502,805 502,805 00000000000000000038c9228dfcbad50d6aa67e9e16488d7466c1464bfda613 1,761 1.00/1.00 vMB 347
502,804 502,804 00000000000000000082aef83b3d6e132ecbbf01e221297e7ffe3939c88b2fe6 1,639 1.00/1.00 vMB 316
502,803 502,803 00000000000000000021d2d4b838670a1a970e69d7330827e10a704225a3cde2 1 0.00/1.00 vMB 0
502,802 502,802 000000000000000000641734fba0bc8fce5bc866b5716d700a63647ab09aa4ba 1,569 1.00/1.00 vMB 363
502,801 502,801 0000000000000000001eac7eb0b53f746d0fd35b85d8cd42117a033c4ea9bc9e 1,992 1.00/1.00 vMB 334
502,800 502,800 00000000000000000006901c206a394464a799fe4290a758bd5c39ef73cea3e6 2,516 1.00/1.00 vMB 461
502,799 502,799 000000000000000000799f4c7a7a0c4b537918dd58486de4ffabc3faf94d82bf 2,292 1.00/1.00 vMB 484
502,798 502,798 000000000000000000576e2497f8c367d1cd783174733e6f19f159f9cd0fb833 2,470 1.00/1.00 vMB 549
502,797 502,797 000000000000000000698dbd5bc025ff87d9d01f26147a0eccf09cfa40417440 2,980 1.00/1.00 vMB 499
Previous 10 blocks ↓
Total Size: 781.83 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: 636.62 GB
    • Received: 12.37 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.