Loading Tool

Explorer IconExplorer

Memory Pool

88,819 transactions
33.18 vMB
0.19751606 BTC
Random Selection Loading Transactions
Max Size: 199.90/200 MB

Candidate Block

Mining Attempt 08a5d249d4268d3234be1a5b9f8023e299e742be54fddae257a7e8a12a96c597
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6dca5b62096a71809c39b89a095f4e941c071655a2119ff2076dc2c6eb94b130
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.08696894 BTC
Feerates: 387.56 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (417,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,885 497,885 000000000000000000b98acdc86a42b71d5c4bcc03f389f620516255d3e889ba 2,672 1.00/1.00 vMB 136
497,884 497,884 00000000000000000072d97975a1dbb2816976ca98db0623e56bb740cf508b9f 2,232 1.00/1.00 vMB 132
497,883 497,883 00000000000000000017ae111219789642ecb36254311eb75a3cc1f7405a34fc 2,023 1.00/1.00 vMB 178
497,882 497,882 00000000000000000061b3ccc7ca714d1a816adeccf81af64d13a276b953cfbf 2,354 1.00/1.00 vMB 132
497,881 497,881 00000000000000000053c0e30a90d57d6309071a5076ee5391388411ecb67121 2,166 1.00/1.00 vMB 122
497,880 497,880 00000000000000000049f324a92223d2e9ffeec91fe178432d10db71db76d05e 2,577 1.00/1.00 vMB 101
497,879 497,879 0000000000000000006da43ab72269c5fb68524ba8e447977a913c533946322a 2,650 1.00/1.00 vMB 64
497,878 497,878 00000000000000000062dc3623adc63feff381c7fc66e34b9a7b572b7c3c1283 2,617 1.00/1.00 vMB 108
497,877 497,877 000000000000000000305bbaaaafd2d4d1d23f71d8e1d0ca82b73e201e17e953 2,432 1.00/1.00 vMB 150
497,876 497,876 0000000000000000006d252e0a934a7c52562e45caabced9cfa2aae6951a5ffe 2,112 1.00/1.00 vMB 117
497,875 497,875 000000000000000000b8da947411833ac0a392709fab433d46c212369bbf0492 2,240 1.00/1.00 vMB 168
497,874 497,874 00000000000000000057e2e22fad5cb41668b15eb69a57197e7e18596ce6b4ab 2,425 1.00/1.00 vMB 170
497,873 497,873 000000000000000000b598bba09c6fbdba9689078e259a4962df195101b93e93 2,488 1.00/1.00 vMB 83
497,872 497,872 000000000000000000a78576a0d5233bab0259ed2eb470314294edf303623c9b 1,334 1.00/1.00 vMB 45
497,871 497,871 0000000000000000000f3cc75fc51485b1c573680582e5129dce79da8b6eb638 2,437 1.00/1.00 vMB 103
497,870 497,870 000000000000000000cc926afba3994675fb8afd44cf57a727bb7fe7df208627 1,755 1.00/1.00 vMB 68
497,869 497,869 0000000000000000001a5b54e9889381f120730bbfecd3d6ed137c016c627fc9 2,180 1.00/1.00 vMB 98
497,868 497,868 000000000000000000879b55ab352b3fe53fa1b3a2086c8f0c619fba93cca9f0 1,380 1.00/1.00 vMB 66
497,867 497,867 000000000000000000b6aaa19bd2bd010f2d4fb6d4b1d6cc480ed39dcdd61b6e 2,240 1.00/1.00 vMB 79
497,866 497,866 00000000000000000092eb51e28b51b1d3dbe2a5315fb1dfb227d3597d628d22 1,853 1.00/1.00 vMB 85
497,865 497,865 0000000000000000002e9a5e588ced16f53c64c44b388fc90ea086ec6a19fa81 2,190 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.31 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.10 GB
    • Received: 14.62 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.