Loading Tool

Explorer IconExplorer

Memory Pool

83,568 transactions
30.79 vMB
0.14947414 BTC
Random Selection Loading Transactions
Max Size: 185.33/200 MB

Candidate Block

Mining Attempt 69c9b56e2fd4af1e7a9ed996e8d85d0bdfcd14161c6c2de6c8b3c0e0bd6cdfea
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 7ce37abae32c913eff2d0e610ee32040d9572e4a5037a9ad983c64d2cdd3c3ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.08337434 BTC
Feerates: 150.77 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (801,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,944 113,944 0000000000009ff94d923ee43ca1972d57cc6afad1f251d20afa0d9f042fbde4 4 0.00/1.00 vMB 3,880
113,943 113,943 0000000000004f2bbe272f383853bbfaf936b52ebd8c12a272556c046243db3b 8 0.00/1.00 vMB 702
113,942 113,942 000000000000c9693b1816c6afeee264e65b57d4d21e20a44606e289aeda6260 9 0.00/1.00 vMB 0
113,941 113,941 0000000000001fc4c90c7f083fd3bb206e404bcf808112ff8f51df05fbbd150b 10 0.00/1.00 vMB 0
113,940 113,940 0000000000003eceac25f5ee2fcdc44c24d3fa99f7f1e9a2f23c1673e490f47c 9 0.00/1.00 vMB 0
113,939 113,939 000000000000825370dc461b7171814e4accd95c9768b17266109756b9456124 10 0.00/1.00 vMB 0
113,938 113,938 0000000000002951cff0deaa5489c51ccc36bf3be1622cfc4948a5b31a421027 12 0.00/1.00 vMB 0
113,937 113,937 000000000000012f05e06d0273ab628ad1b3294b98c9a8fbbb7662e2e5b77848 11 0.00/1.00 vMB 319
113,936 113,936 000000000000569f8ac1b030501f6b1a0c7f957ecf1eaec26e1916c5bb141454 105 0.02/1.00 vMB 42
113,935 113,935 0000000000002d96f3c934ebd89936fc2f96912f6577d10b3da9f7d63c056ec5 14 0.00/1.00 vMB 0
113,934 113,934 0000000000003291198438216110e271d309190f6c534dd18652df1493b397a1 14 0.00/1.00 vMB 0
113,933 113,933 0000000000003b6beb55817f2a03e8e4227910a913d48baeefabf77cb11a99d5 23 0.01/1.00 vMB 0
113,932 113,932 00000000000087ee840fd3d41ad5d3290c605456e32b1b85858adf7e96f345ce 12 0.00/1.00 vMB 0
113,931 113,931 0000000000001372c6e57113fa1aad942df9e0d6f05969e12003156a8b5d7fe9 17 0.01/1.00 vMB 658
113,930 113,930 00000000000049689f985e811f1acd2ac5230e5c4d420e02df387aed940ca578 177 0.04/1.00 vMB 0
113,929 113,929 0000000000008b343636b7c06ce5524a8a9a4daf95f4b6dc545ae56c81ede9a0 11 0.00/1.00 vMB 324
113,928 113,928 000000000000c6a286f5f2d4341b57ff1fc470f6992888f898d9d5a106ed1929 45 0.01/1.00 vMB 529
113,927 113,927 0000000000002509ddeae0914a4540ab9577287cfec23a8f734ce2508335cbe0 12 0.00/1.00 vMB 0
113,926 113,926 00000000000059e8ce0f4662263e6b737e9e36a386f79be324117621e04c16e7 14 0.00/1.00 vMB 0
113,925 113,925 0000000000005358ba856954bea2d5e70882f27447c07207c4865bbdb2188359 8 0.00/1.00 vMB 717
113,924 113,924 000000000000646cc60f83b142b4d092837c2da77c7ddfe261b60413c7601b07 10 0.00/1.00 vMB 464
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.44 GB
    • Received: 14.75 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.