Loading Tool

Explorer IconExplorer

Memory Pool

74,723 transactions
28.74 vMB
0.08332387 BTC
Random Selection Loading Transactions
Max Size: 170.24/200 MB

Candidate Block

Mining Attempt 3d1f13fcc0f10b85eba50e5978287619e6d90f846baab94e2a4e53be7a74885b
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 55876b1d3067d8d8234384ef0fdd7b01dd2caa335b271fd1489877f5b9a3490a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.02494956 BTC
Feerates: 150.93 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (227,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,116 687,116 0000000000000000000762c649e9aba4faf3f010b2621da51ac530faf3ce2c4d 2,773 1.00/1.00 vMB 43
687,115 687,115 00000000000000000005935e28c383d4da525e3b65f5d56022fa47089388e721 2,533 1.00/1.00 vMB 53
687,114 687,114 00000000000000000008e9edfe49944baf463f3e0e7e62f5033bfe984a3bf59a 1,412 1.00/1.00 vMB 20
687,113 687,113 00000000000000000008884ede2c35b449e787e2fb354ca95c096be850e2f426 1,752 1.00/1.00 vMB 35
687,112 687,112 00000000000000000002b0d64150a0a6470de126c3c89b00ed3b1d8c15fecf5b 2,058 1.00/1.00 vMB 30
687,111 687,111 000000000000000000083c9b111f9a45e2613aed570de216ddfcf9f1fe2a9a7b 3,342 1.00/1.00 vMB 28
687,110 687,110 000000000000000000019652574337578efd99b8bc82e30002c02bb9cb610258 2,922 1.00/1.00 vMB 31
687,109 687,109 000000000000000000061d91d9a6f38221ee812a60c73639d446430479df02aa 2,230 1.00/1.00 vMB 39
687,108 687,108 0000000000000000000636dc8ba84aa1fb28bb7acb339c5dcfa14532800a0a5a 1,463 1.00/1.00 vMB 37
687,107 687,107 0000000000000000000ae7725d8d52604b94307769642d39b7b0340b7ec3ceeb 2,376 1.00/1.00 vMB 59
687,106 687,106 00000000000000000005ddfffc9c988129df72779d4cd62b26c3840dc0f152cb 2,035 1.00/1.00 vMB 38
687,105 687,105 0000000000000000000cd24687806a6a141881ef304829c0dd76fd2bfb777b4a 2,713 1.00/1.00 vMB 51
687,104 687,104 00000000000000000001f71fff45eb09f63ced55bf2e0ce137ef25d21a9d4175 2,930 1.00/1.00 vMB 52
687,103 687,103 00000000000000000007bd4bb8e19673496bd56ac903a6dab3c08dfd7db37d84 3,378 1.00/1.00 vMB 30
687,102 687,102 00000000000000000002baf5218ae8152ff2d7f00fd3f4bab4071ee349fcb48b 2,977 1.00/1.00 vMB 29
687,101 687,101 0000000000000000000637a6ae604ff3e107aa90cd91fa4f7b05737db3f82dc5 2,322 1.00/1.00 vMB 30
687,100 687,100 00000000000000000004aed32040e048b97fa3dd814f66ced93eaad366d15aa2 1,360 1.00/1.00 vMB 39
687,099 687,099 00000000000000000007e6b24a4078a53f0af40081fdd94e97726c6020429bd4 1,721 1.00/1.00 vMB 33
687,098 687,098 000000000000000000042c125ba0f016b8b27b32f7591a52f01740f9ef8ab0a8 2,480 1.00/1.00 vMB 56
687,097 687,097 0000000000000000000ced542c68962c83fce3f1d490953822f2b014564ff08a 2,350 1.00/1.00 vMB 47
687,096 687,096 00000000000000000000b63b55bf09bb80c1efd5fb7232fbdb22396b51ff1903 2,239 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.