Loading Tool

Explorer IconExplorer

Memory Pool

81,530 transactions
31.01 vMB
0.09091078 BTC
Random Selection Loading Transactions
Max Size: 188.20/200 MB

Candidate Block

Mining Attempt 627be71a579ca3be0787ab1848316766a931a6b09bace8862fa30018c830ace0
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root b32875e5ceec75f4ffd4043c45335231943a525cfe856f1753289646b9941e6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,684
Size: 1.00 vMB
Total Fees: 0.02418523 BTC
Feerates: 351.58 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (545,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,258 369,258 000000000000000003f06c9e51406b369c712ece43f3b128ecfc991d992e7691 165 0.75/1.00 vMB 11
369,257 369,257 000000000000000013051dd1e4166e44f60b6f2f95374ea7ee4b0585592d4770 2,136 1.00/1.00 vMB 42
369,256 369,256 000000000000000004cf9674d2e4c46a83283f419993c3338902c4fa8b0f59a8 1,764 0.93/1.00 vMB 42
369,255 369,255 0000000000000000090ecfb2131b0a56ff725571f9f9bdade558b2821cb6d0be 1 0.00/1.00 vMB 0
369,254 369,254 00000000000000000a8e80d38404a7b086f087e31cf54801ecd02999ea430b7c 1,159 1.00/1.00 vMB 27
369,253 369,253 000000000000000005881a03b55aa56e0eb35d88aa68ec20a6b076ccced5a77b 220 1.00/1.00 vMB 12
369,252 369,252 0000000000000000103c37b02ede2b9975be2d341bae4e89fba9e498fa56f0c9 1,291 0.95/1.00 vMB 33
369,251 369,251 00000000000000000632fcb3337cfab73ef1cd353bd42c23608541067e66b66f 1 0.00/1.00 vMB 0
369,250 369,250 00000000000000001046456e0ea0e39b4d8b570dbf289814fb3fe77d2c4d8012 663 1.00/1.00 vMB 20
369,249 369,249 0000000000000000070cee4bde587ff2f2fb64a57b4ca4997f8d6fd5f87ac33a 158 1.00/1.00 vMB 11
369,248 369,248 00000000000000000eb1bbe04a9d8751989f18e22dba3a329dea40f112f7d145 1,513 0.85/1.00 vMB 39
369,247 369,247 000000000000000010ac1f039e7cff7a3bb54c4f90c4c7f90f91c321c2520bb9 538 0.37/1.00 vMB 28
369,246 369,246 0000000000000000063aec20bef796b19edddcbd8c1c9fbf8d6a20a22acba287 454 0.29/1.00 vMB 34
369,245 369,245 000000000000000008ede532d5d047554be6589e527ebf263000b8a822eb9c7a 1,063 0.55/1.00 vMB 35
369,244 369,244 0000000000000000104d7eee73e01b8c7ba4faf8737b3f9d3855abaf9cdb4f17 424 0.21/1.00 vMB 38
369,243 369,243 000000000000000002b5352e0597a50ade0fb0c8d818f9c0c6a3f8ce3f9d1d7c 192 0.13/1.00 vMB 29
369,242 369,242 000000000000000004e3d3e3cfb6a9e23d01ba1b78983c4cbba28bfb43540705 424 0.21/1.00 vMB 40
369,241 369,241 000000000000000010c01e80a2f2be92da90e9ca572a57fa8feb8943a82f1fe9 962 0.51/1.00 vMB 38
369,240 369,240 000000000000000014205b249205a94022eb420269a5f7d7ff7fac585ed41376 160 0.14/1.00 vMB 21
369,239 369,239 000000000000000003f82c843440f62de0dfa622380f0b3e997eabff47ff7c20 71 0.06/1.00 vMB 28
369,238 369,238 0000000000000000149ca5166f17a08622b191f262698754e21e9c7b5e631af2 131 0.08/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.