Loading Tool

Explorer IconExplorer

Memory Pool

32,431 transactions
25.43 vMB
0.05173829 BTC
Random Selection Loading Transactions
Max Size: 127.59/200 MB

Candidate Block

Mining Attempt ec743439f0c0865e32fdab5b736b6ec82fd04dcedf21776400b5e9f29c9e76d7
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root cc1c3a273d91a55ecad957dab0675c1aa0a06b081bcbbe708b7e0a8b7f6f6424
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 907
Size: 1.00 vMB
Total Fees: 0.00515677 BTC
Feerates: 532.98 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (411,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,938 502,938 000000000000000000608e6c6683af1166e93a70064b0a38909e8f4e8492bd07 3,214 1.00/1.00 vMB 508
502,937 502,937 0000000000000000001f06c346000a7228f1f9933a20204b1374d4525ac1d038 1,248 1.00/1.00 vMB 342
502,936 502,936 0000000000000000007c9f9e5005aa3c9fcbf539a3ba96f62c2475e44c503f51 1,736 1.00/1.00 vMB 417
502,935 502,935 0000000000000000005f6742725ef4a42a449c19b508c54089703c604793f6f3 1,965 1.00/1.00 vMB 387
502,934 502,934 000000000000000000448023eb77b71a66fe5ef5feec0750e98701152b8b72ee 2,373 1.00/1.00 vMB 534
502,933 502,933 00000000000000000038010244f7f9b51554119d6a66908bf3b8fd7ebb71b1cf 1,487 1.00/1.00 vMB 249
502,932 502,932 00000000000000000089c8daa373c13eb08502072f9cb5bd78b3a4dcb102346d 1,952 1.00/1.00 vMB 410
502,931 502,931 00000000000000000063a9c8aa3c05b25f17296dfe9f80eef624384a43fe0ffc 2,096 1.00/1.00 vMB 335
502,930 502,930 0000000000000000002a978593035001fea5cc3b3c6a3d13448b07f91b13a391 2,261 1.00/1.00 vMB 523
502,929 502,929 0000000000000000002fe79e8881b9d7a9294e61cbd034fa373c273f42cf4cf1 1,107 1.00/1.00 vMB 218
502,928 502,928 00000000000000000039298acd86a0464e0bee131fde6a188b5dce26edb312fc 1,265 1.00/1.00 vMB 279
502,927 502,927 00000000000000000066eeb22b94de2551625724b8e06ef6c33a20784b43789d 1,704 1.00/1.00 vMB 263
502,926 502,926 0000000000000000004804a8896a34aec4241c8b12c08de827b744259beca50e 1,522 1.00/1.00 vMB 209
502,925 502,925 0000000000000000002d61c048df6276791d18f92637a4ea94d3035ea8ea18e4 1,933 1.00/1.00 vMB 308
502,924 502,924 0000000000000000000f81f444d8fe3ed986792a1e654103ee304ab9c05152e7 2,341 1.00/1.00 vMB 439
502,923 502,923 000000000000000000914697bdd7f236c9b28d35657169365843ce327f1c634b 2,008 1.00/1.00 vMB 375
502,922 502,922 00000000000000000032da918fd3c3683028c5af16b2dceb3ced93044ac3333b 2,384 1.00/1.00 vMB 495
502,921 502,921 0000000000000000008bf6679c12a6c903cf76d889665406b27fee99daedc6dc 1,777 1.00/1.00 vMB 505
502,920 502,920 000000000000000000647458cfad570dcb3e23dd6705d8cb2e0061aa8fcf1f57 1,377 1.00/1.00 vMB 193
502,919 502,919 00000000000000000061d14d0024b6fdbb6590857ed0d0cdd13ec1c7784d78c8 1,415 1.00/1.00 vMB 291
502,918 502,918 00000000000000000078a1306e81cb1367e5a4f4680b2aa62e3b6f4cd9f3906f 1,953 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.