Loading Tool

Explorer IconExplorer

Memory Pool

86,602 transactions
31.67 vMB
0.15014903 BTC
Random Selection Loading Transactions
Max Size: 191.01/200 MB

Candidate Block

Mining Attempt e962d8b0c44b0e35c6e39ce31db0a59889f32652bc41c77ddf13e36f3997764f
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c7f719d894c96c08cc2bf13a59d1c0cf8b3a15a7596d2864a8cb2c6516b0221d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.06684756 BTC
Feerates: 214.31 > 6.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (664,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,702 250,702 00000000000000148c4f4571be39f61a274e4cec92583adc7748cea089a2dccf 256 0.10/1.00 vMB 214
250,701 250,701 000000000000004faa8db1fb1b1f236c5a55a65ef390b2b3f272a8cd04754c0f 60 0.04/1.00 vMB 66
250,700 250,700 0000000000000032bb8fa5c29296c3ecf206ac9229e95b4282f320cd5628c74e 798 0.37/1.00 vMB 97
250,699 250,699 000000000000000bf66a06326cd7a07e01c24f830f5ba38b70183679c4db6f88 52 0.03/1.00 vMB 139
250,698 250,698 00000000000000575d1b1f06fd8ea1e4ca49f07c05acdf5b925dfcaa0d7ad0a1 75 0.03/1.00 vMB 71
250,697 250,697 000000000000005e4f20b377a983d67d8ed47e5bd0b73cdf1e04408135670ece 403 0.19/1.00 vMB 142
250,696 250,696 0000000000000054ff8bd6e16b8e4a0688a65418d3d467aa03bed72b19467dde 269 0.13/1.00 vMB 109
250,695 250,695 000000000000002fe4d0b305fe8c6d8d97d56c4688ded052e8a727c25dae750c 491 0.24/1.00 vMB 101
250,694 250,694 000000000000001f854fcbdb5a12ec241ddd441aa7511cef2bccaec9ca27fa7d 1,277 0.50/1.00 vMB 129
250,693 250,693 0000000000000031ae9b627e90ca850582101b98720e2caea5cf5983cb261aa6 676 0.25/1.00 vMB 158
250,692 250,692 000000000000006421a6ed3d63e3062625e5626bf90c298b1f0f3d6caa05d437 24 0.01/1.00 vMB 86
250,691 250,691 000000000000000b7657e02ba3866e77a95a3902ee4543330d36807c9d209441 162 0.09/1.00 vMB 120
250,690 250,690 00000000000000296227d5f8b0bd73ac4f92a0666077e99cc39e161e835bfe3e 152 0.06/1.00 vMB 227
250,689 250,689 000000000000001aa28ffa88891682e18a9f947119ec2703943f09817363a831 559 0.29/1.00 vMB 81
250,688 250,688 000000000000001f8af4f4b221ec2239ec406e322461b605a5a555c02c8cba49 337 0.14/1.00 vMB 88
250,687 250,687 000000000000004f271c5cf2570596ed01d90e286aa96ee8b2a717549c9e3d44 256 0.10/1.00 vMB 141
250,686 250,686 0000000000000002e21980b20f76229d53674ff7210f1c1047ff5e069b0ac215 214 0.11/1.00 vMB 118
250,685 250,685 000000000000000105a6f2c8641caa61f9d678b3ddde4935fefbcae2984e71f7 43 0.03/1.00 vMB 120
250,684 250,684 00000000000000678c5fed038e3b80fb31acc5a510f6a866a6d115c8a1197837 80 0.05/1.00 vMB 101
250,683 250,683 000000000000002e73dc80fd84c9625201e94bbd87b83fb1380834a4ebbaab69 379 0.21/1.00 vMB 54
250,682 250,682 0000000000000057e003b402409e4161795015f58fd5e1153ecc301d3fdee9d5 612 0.25/1.00 vMB 185
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: 10
  • Data Transfer:
    • Sent: 660.73 GB
    • Received: 14.77 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.