Loading Tool

Explorer IconExplorer

Memory Pool

82,522 transactions
30.63 vMB
0.07984073 BTC
Random Selection Loading Transactions
Max Size: 187.85/200 MB

Candidate Block

Mining Attempt 96ed507e8a77ba79dd7fe9ac92e7d05bfb9ad4f265e903bb5306f95460e5e711
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 7bfc13c31dca99fb0a25998431b6f11f4db16500127884de9bbf6f663e2079b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,567
Size: 1.00 vMB
Total Fees: 0.01068128 BTC
Feerates: 40.21 > 1.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (442,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,857 472,857 000000000000000000acabb2b4fe09cc88765e8dcc89ed5c16a3178cdb8dab82 1,411 1.00/1.00 vMB 64
472,856 472,856 0000000000000000002c5e70c2abeabd9b380a0a54a91558094111f3f4758bb1 1,951 1.00/1.00 vMB 234
472,855 472,855 0000000000000000012ba3bff42128d02105391aa1b7ad9d89c9b3bbe70b20f6 1,675 1.00/1.00 vMB 252
472,854 472,854 000000000000000000979c729007e5b7cf5bf08670e870720bedcd3883ead5eb 2,184 0.99/1.00 vMB 354
472,853 472,853 00000000000000000131f170eecaf1a01d28ba5ae03a73226fb273e1d31fdfc6 1,249 1.00/1.00 vMB 115
472,852 472,852 0000000000000000011ba8c1ddaa5aa3e69ed8121bf550723f8f3ca8078cd609 2,289 1.00/1.00 vMB 310
472,851 472,851 0000000000000000015312e965bfff25d0ff4290608131c368d583fadbb0d3d4 2,159 1.00/1.00 vMB 318
472,850 472,850 000000000000000000ed5516170b2c6ad5e2ff41233cb37947b287f44d796769 1,504 0.99/1.00 vMB 169
472,849 472,849 00000000000000000171a8a669497c5b614977b02edbc13659be5859f011a9e7 2,382 1.00/1.00 vMB 285
472,848 472,848 0000000000000000004b1d624ebac7f037c3d65be4cf3f86817ea7ab94ff654d 2,420 1.00/1.00 vMB 288
472,847 472,847 000000000000000000586a257a9d9c3f1e50b758b6ea607e642452f3c4cab3de 2,584 1.00/1.00 vMB 397
472,846 472,846 000000000000000000675e53dd374eb03d1517129d5a7e187027d3a4470d2f09 2,472 1.00/1.00 vMB 375
472,845 472,845 000000000000000001093511134eb6c427359128acda89317ab4d05361d0a280 2,625 1.00/1.00 vMB 367
472,844 472,844 000000000000000000e8329ef65dd52bf232b0f9f7322aa924fb7e3ce6919144 690 1.00/1.00 vMB 77
472,843 472,843 00000000000000000044beb5ebf9be32f3fe934898feb8204222bc2e06683805 759 1.00/1.00 vMB 78
472,842 472,842 0000000000000000015ab3d543f685f5a2c4526d6d24c4d4c5ba8edfe7bb4033 1,924 1.00/1.00 vMB 133
472,841 472,841 0000000000000000002942d755159b545c03c8b24aa0dd4ea67ffedf38e337b0 1,842 0.83/1.00 vMB 269
472,840 472,840 000000000000000000e1f5fa9c1edca85398f4a8330cafbfc33bdb7a15e4f59b 1,223 1.00/1.00 vMB 136
472,839 472,839 0000000000000000016edc4fafe5a0d56379877d0389cfa1804fe67689872437 1,559 1.00/1.00 vMB 403
472,838 472,838 0000000000000000004e5793981592617b0f0c0240ae49957f16585ca194286d 217 1.00/1.00 vMB 13
472,837 472,837 000000000000000000c2bb27548b98dc866490772f47203c416b1d2d0faa3efe 119 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.52 GB
    • Received: 18.08 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.