Loading Tool

Explorer IconExplorer

Memory Pool

42,644 transactions
26.26 vMB
0.05766272 BTC
Random Selection Loading Transactions
Max Size: 137.93/200 MB

Candidate Block

Mining Attempt 5a979b5ad5177d154a31865b29c86f0ea3a194bbadfa3927826d9163e90b4410
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 637954627b39f8f533c266203a6ddb788839faa00858f7d31d1731aeeb50342b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,231
Size: 1.00 vMB
Total Fees: 0.00969240 BTC
Feerates: 73.66 > 0.97 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (450,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,822 463,822 000000000000000000879b3a26f464b1e12a4d2df4436207359274d707b492f7 2,117 1.00/1.00 vMB 159
463,821 463,821 0000000000000000013ca22c210cffd01be68d9bab1036a3590d08f38d5fdec7 2,399 1.00/1.00 vMB 220
463,820 463,820 000000000000000000c22d3d4c5a89a6e017fdee8fd6df90878cb463aeb1d7b5 2,124 1.00/1.00 vMB 190
463,819 463,819 00000000000000000026616dc6d3425b88306931d098a40e16e83a7e62c33c5e 2,761 1.00/1.00 vMB 216
463,818 463,818 0000000000000000002c9133c63e852402d4bfaae22f43c1247f5d39ab9538aa 2,562 1.00/1.00 vMB 260
463,817 463,817 0000000000000000003884954e6cc5ef4f4d788da06cd4f037fa2e5f41bace63 1,866 1.00/1.00 vMB 138
463,816 463,816 0000000000000000015eb0f72bf270d7ebb30de090596ff3e8ce971151287cf6 1,809 1.00/1.00 vMB 147
463,815 463,815 0000000000000000019a10c9e4a2958d6796954bb6c034957e7b72331961592e 1,978 1.00/1.00 vMB 127
463,814 463,814 000000000000000000ddb39a2b025e3c05c625493799acad885e83acbc3f0af7 2,999 1.00/1.00 vMB 243
463,813 463,813 000000000000000000f172f864460019116093d971bc29f7058664039a20c3a2 1,353 1.00/1.00 vMB 134
463,812 463,812 00000000000000000136643db943e4020e00219ede61275302dddbae804d84f8 2,358 1.00/1.00 vMB 166
463,811 463,811 000000000000000000aaccaa47fc72fddf447a70630bda4ed581070a09adbee7 1,904 1.00/1.00 vMB 175
463,810 463,810 00000000000000000060762edd15aac13cf9804ab5db39ab7195da2b32fa43d4 1,926 1.00/1.00 vMB 144
463,809 463,809 000000000000000001ba700032c7b9b8ed05f5c1fffc5ff6d12e3bdcde4a7108 2,499 1.00/1.00 vMB 197
463,808 463,808 0000000000000000017404eaa9d9c16ea4539e02ccc886b3f99dec378f27a254 2,415 1.00/1.00 vMB 192
463,807 463,807 0000000000000000006ad531969b8acb8fe38aa4f4d969474dd4b8e738793f98 1,969 1.00/1.00 vMB 145
463,806 463,806 000000000000000001f45e10607585093a608eb79593e4aca1078c8760ad9ce1 2,075 1.00/1.00 vMB 134
463,805 463,805 00000000000000000108bc5aa862af702090ee369ee65b899dd7813e8a6c91c7 4,077 1.00/1.00 vMB 147
463,804 463,804 000000000000000001dd0aa7903e32775b1cf15e5dab9ecf46509df2c73479b3 2,272 1.00/1.00 vMB 139
463,803 463,803 0000000000000000006351d6978b207bbbc3ad5d5ef1c32effacb11cea67e6df 2,428 1.00/1.00 vMB 208
463,802 463,802 00000000000000000134901b2c3a0b4ddc14c9a6b3c5d04a545bc77ab34aff40 2,502 0.99/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.