Loading Tool

Explorer IconExplorer

Memory Pool

49,489 transactions
29.91 vMB
0.09151126 BTC
Random Selection Loading Transactions
Max Size: 159.58/200 MB

Candidate Block

Mining Attempt fb1bf6bdbe04f3db5448bd82c7cb0d8168a91bd18edc06ea9885fb046f34b3dc
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 1ccdf9d52b7ab26303f42f1687826fbe02bdba3d35972786e2e1d1b00314d1f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,122
Size: 1.00 vMB
Total Fees: 0.02572352 BTC
Feerates: 33.79 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (230,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,444 684,444 00000000000000000002f1af7f80003e5b96890ba0584170564e04f1be6fade9 2,833 1.00/1.00 vMB 132
684,443 684,443 00000000000000000007fee41974e192aa2b87ac332d8cef7810e4015cb1f9a9 2,628 1.00/1.00 vMB 148
684,442 684,442 0000000000000000000563679442faf0e5a5647886623a292f5bdbef0cf293ae 2,011 1.00/1.00 vMB 121
684,441 684,441 00000000000000000004e1c526cbad417526b42dee2cb1b24c679ff6f7976f20 2,724 1.00/1.00 vMB 135
684,440 684,440 00000000000000000001bbf7aff4394bc140df3246d3604f6443cf78fd8d00ff 2,513 1.00/1.00 vMB 147
684,439 684,439 000000000000000000071d9d9f76caa41f83f9f9982dbf4095d1b20484c7ffdc 2,543 1.00/1.00 vMB 148
684,438 684,438 00000000000000000002346770d816df9f19983fc145e5a9a8285da0e7e1d5cd 901 1.00/1.00 vMB 123
684,437 684,437 00000000000000000003d1ea8df3327a894a02280fd903bb3f6615f72c80f99d 604 1.00/1.00 vMB 123
684,436 684,436 00000000000000000000fdbd767cd6061f80e76a7375fe0f0ab92b0faa71e335 2,140 1.00/1.00 vMB 119
684,435 684,435 00000000000000000006c247bdf29473a1f5939501ae68fef6d301890f103ce7 964 1.00/1.00 vMB 118
684,434 684,434 00000000000000000002d5a3a267ba5f091b1e454d7f67f1f647de6bb9c60cae 1,725 1.00/1.00 vMB 134
684,433 684,433 00000000000000000008a3db0aa581799bfcd5756f33e11d7d6fa6c40d60713e 2,392 1.00/1.00 vMB 123
684,432 684,432 000000000000000000017df1e2fe19fa7ae181855c85f73bfdf21f65383165dc 2,099 1.00/1.00 vMB 134
684,431 684,431 00000000000000000007ec2284e815572d74625108da33ab8b2f5a7c715be9f1 2,366 1.00/1.00 vMB 140
684,430 684,430 0000000000000000000816b00e66e7a96988349cda333537c3ccb34d1a19eb38 2,852 1.00/1.00 vMB 146
684,429 684,429 00000000000000000008241fa218e1879db160daf9af7c292598ac7a207aed5d 2,845 1.00/1.00 vMB 139
684,428 684,428 0000000000000000000048abce3657fd84788cb7b6825dc9d5ba5295b930d867 2,978 1.00/1.00 vMB 142
684,427 684,427 000000000000000000023fa316ee4d33b5048dc3f6981e9fa62115aca17d9ed7 2,114 1.00/1.00 vMB 116
684,426 684,426 00000000000000000004311a80f2985720df915770cdb5bced59e41ae37df32c 1,715 1.00/1.00 vMB 123
684,425 684,425 00000000000000000000ede5bfcdb785e2a19e3dfe52461ecdc32429fc06cf1e 1,531 1.00/1.00 vMB 144
684,424 684,424 0000000000000000000655fc09a83995859576db91a6a9bcb571ffd2c4d50889 2,164 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.