Loading Tool

Explorer IconExplorer

Memory Pool

39,593 transactions
26.79 vMB
0.08507795 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt bcd12291e74d7fb596e675b85163e112ce0227adb5c3814c4ebb9116939132ba
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 5b514710f2be714480ba7e16b350ed0e1c6b3d1fb316d4f2c0a9ccc1b1f263f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03307601 BTC
Feerates: 197.12 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (411,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,770 502,770 00000000000000000013da8dd5f7c224a46f503f415a12ca132563e9dfb13a51 2,200 1.00/1.00 vMB 432
502,769 502,769 00000000000000000060c796c8adc6882ee8aa86380149a28c15f87a50334de2 2,236 1.00/1.00 vMB 450
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
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.