Loading Tool

Explorer IconExplorer

Memory Pool

23,899 transactions
11.80 vMB
0.04380142 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.85/200 MB

Candidate Block

Mining Attempt ec71caa212de9f02d4be4a7acfc5508398412eb23b8c4780f9b2d6026630d53f
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root 9dc2e4481ebdb0ccf4a5fdb17ddda237ca972663bac034c8097c219d1c85d204
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 0.99788675 1.00 vMB
Total Fees: 0.02425046 BTC
Feerates: 502.67 > 2.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (718,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,336 195,336 000000000000016cb29427708e483527c0967b2efebd747b965b5548efef3112 256 0.10/1.00 vMB 233
195,335 195,335 000000000000017b391822c95719fa9889eaa7569b6d9ec4f5beb9513295c45e 196 0.07/1.00 vMB 87
195,334 195,334 000000000000009437b35a157ce2575087c779a2cb93fdf388ea4192d8fc7e58 160 0.07/1.00 vMB 186
195,333 195,333 000000000000039d70289e16fa47119d22d5c0b5dbd39ce52d474ab7567274b6 240 0.09/1.00 vMB 235
195,332 195,332 0000000000000686cda81d78dff09793938a6c2e57b2a918c5d1cd71e5db3a47 256 0.15/1.00 vMB 115
195,331 195,331 00000000000003943c7bbe41ae0a444a905b4d6cb3f510553505682683270c68 32 0.01/1.00 vMB 107
195,330 195,330 00000000000002e4ab1909822febc8d662ff30dc58f33c28d64179c14a002efe 426 0.15/1.00 vMB 263
195,329 195,329 0000000000000166746ba564b44c2fa52c97b3e084f30e3cb649f92a7dabe216 95 0.03/1.00 vMB 224
195,328 195,328 00000000000002b471b812d0fe7007b67cbeb8e027d023338dd84909f9580507 32 0.02/1.00 vMB 56
195,327 195,327 0000000000000695d81661d264e8521181bdbf18f67112f9f12db681b0d9d94c 197 0.06/1.00 vMB 242
195,326 195,326 0000000000000312ae75a7156335de9cb9a113a753f129e474b7a4d91db6f9db 533 0.25/1.00 vMB 398
195,325 195,325 00000000000000584845be861d24b7c367d9666986ef013f4f9c9af30068e54b 144 0.05/1.00 vMB 469
195,324 195,324 0000000000000408f197ce13e2271edc889b6ef3109036ce6ff2e30f2e9023df 107 0.05/1.00 vMB 342
195,323 195,323 00000000000001fe931d6e67e943da6cd97f588754d4d1b2203ab407ec99274e 13 0.00/1.00 vMB 543
195,322 195,322 00000000000004420cfba424698c466f28c63a9041e455d1051cdc334b3110e0 141 0.05/1.00 vMB 207
195,321 195,321 0000000000000564a6b2d656a2607008b538144a622e312bb245edf7473da1bc 67 0.03/1.00 vMB 67
195,320 195,320 0000000000000729b70901630e08178dc395a0407d99d0acacc5bc9d0b1bef81 256 0.09/1.00 vMB 240
195,319 195,319 000000000000028e8f7587768b8bb68e899cc28e11a01847b8cf70aa965fd7f0 256 0.09/1.00 vMB 216
195,318 195,318 000000000000012cde0c1ec185c66cc85466557cecf7d51e5b09a8256550032a 248 0.09/1.00 vMB 331
195,317 195,317 000000000000047525085139b279cf5d57672df6683306d7cacd20a406351283 136 0.06/1.00 vMB 68
195,316 195,316 00000000000006c7625354b2dd01df2a2d78570e6651f4b6ddd562c27ba7bc7e 818 0.33/1.00 vMB 244
Previous 10 blocks ↓
Total Size: 780.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 491.98 GB
    • Received: 3.42 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.