Loading Tool

Explorer IconExplorer

Memory Pool

40,073 transactions
27.06 vMB
0.07616133 BTC
Random Selection Loading Transactions
Max Size: 140.09/200 MB

Candidate Block

Mining Attempt ebe531260498d157e7b213a8dcdf06e4c730af2508b2ccb844e2a4e7c0c2505a
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 1ab27eb860d5bfa29196738b477b133d26d433b2c807a7258af0c0a150aa01e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,084
Size: 1.00 vMB
Total Fees: 0.02208895 BTC
Feerates: 201.37 > 2.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (411,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,768 502,768 000000000000000000796b1d5d6472658cb86511a51eae9093968b0a6fe58445 2,845 1.00/1.00 vMB 393
502,767 502,767 0000000000000000001303e89afc4a38623e9274b5fef2e0f91f3d1dce778dec 2,235 1.00/1.00 vMB 514
502,766 502,766 000000000000000000916a385f861050c1873159f00ed413bb71afbd1b294412 2,221 1.00/1.00 vMB 425
502,765 502,765 00000000000000000068eaca9fc5e8eb17a9bc625a29f023d7649e0c9662383c 2,235 1.00/1.00 vMB 478
502,764 502,764 0000000000000000003098826d5501278796982c5efd2916e14ee62f7fbfc4af 2,015 1.00/1.00 vMB 514
502,763 502,763 00000000000000000091a233867872775e852d641641e7fe005bf770f6e3b844 2,464 1.00/1.00 vMB 571
502,762 502,762 00000000000000000063f720c2608a464810ff0b9999248eb3c96d7011ec4ee4 1,289 1.00/1.00 vMB 448
502,761 502,761 00000000000000000035f0276bc4f0e926954b6beee1ff45e22dcdfdf27dc215 2,264 1.00/1.00 vMB 460
502,760 502,760 00000000000000000025902e05b01e2ecbb24d32c8ffb6b71aa96c7f5d7abae1 2,330 1.00/1.00 vMB 457
502,759 502,759 000000000000000000774ab582804c6d9adb2c0d4f394524c59935f4403004b8 1,679 1.00/1.00 vMB 525
502,758 502,758 00000000000000000016e61701a2412344346c41e24c14ef4d304877821562a2 2,245 1.00/1.00 vMB 500
502,757 502,757 00000000000000000047da7625ce4cbffda9363de0bfd83282ba8e4632adb0e9 2,213 1.00/1.00 vMB 535
502,756 502,756 000000000000000000492b99a66df1b44ac4f19ee3f44e85f1a0cf1fe3609f81 2,507 1.00/1.00 vMB 509
502,755 502,755 0000000000000000007322d1fcac8765418bd951882fef5b3ccec6d6bbae591c 2,207 1.00/1.00 vMB 629
502,754 502,754 00000000000000000020283c61e229eca839cf3d70d25352303d59d9ff0207aa 2,632 1.00/1.00 vMB 466
502,753 502,753 00000000000000000004bb908aed4d27e19382f4011ed8353a38269b5ad724dc 2,028 1.00/1.00 vMB 467
502,752 502,752 0000000000000000008825e18b14a869cbf9a5182d9f4ba132b3d096dc82e705 1,756 1.00/1.00 vMB 566
502,751 502,751 0000000000000000000b866b175a52c4542d081c95f8b2fd691a222e47067a7e 2,479 1.00/1.00 vMB 469
502,750 502,750 0000000000000000001ebe23601daf81b87ecb543fc327ad0681f4b3d30a0921 3,382 1.00/1.00 vMB 468
502,749 502,749 00000000000000000043624d44228f3edfec7febbb6ef9ba899ea0f0f0e669ec 2,378 1.00/1.00 vMB 560
502,748 502,748 0000000000000000004af3288dd0f145d27c24f643c98b42d3420d6a710ea284 1,872 1.00/1.00 vMB 645
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.