Loading Tool

Explorer IconExplorer

Memory Pool

84,892 transactions
31.82 vMB
0.18829019 BTC
Random Selection Loading Transactions
Max Size: 189.06/200 MB

Candidate Block

Mining Attempt 195b7859e01e4105eeb608f13c0f4db0031a52cb2a7db495ab0683d053f190a1
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root abedc90f1b1c7d748d2ea3115e067c66193730becd2830c14168cc9ef55ed62f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.07141466 BTC
Feerates: 269.69 > 7.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (467,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,723 447,723 000000000000000001c726678766422ecb5f8463f7c3d9ef9c3aae8fb36bd1ab 2,039 1.00/1.00 vMB 73
447,722 447,722 000000000000000001c85764b21c570507171e3b2b60bb4cd6b2696c965f5766 2,482 1.00/1.00 vMB 74
447,721 447,721 0000000000000000030fe5a1a494dcd0dd8d605168a00503cd6c853b4e8021d4 2,491 1.00/1.00 vMB 83
447,720 447,720 00000000000000000057b60d30a20633a5a997670dc6a0c02ba5b0d8b7fe2555 2,400 1.00/1.00 vMB 100
447,719 447,719 0000000000000000010c1e1598ba920ae7697d01765deccdc98e055217bdf9da 2,398 1.00/1.00 vMB 74
447,718 447,718 000000000000000001d974e811c65b763100fa8b9f44209b1aa6bd8431c855df 2,574 1.00/1.00 vMB 102
447,717 447,717 000000000000000001250c095dc7ecf8c89259799d22b3346b93186a75280674 2,850 1.00/1.00 vMB 101
447,716 447,716 000000000000000000a665d3c449f9085eb9008221ceeb2e2ba79573e006b118 2,863 1.00/1.00 vMB 113
447,715 447,715 000000000000000001b550ba3d688b91c05ba89961f46c1c5f62581c95e04ac0 1,230 1.00/1.00 vMB 33
447,714 447,714 0000000000000000003a43175ff68f52eaca25560b534fc9378f79ffa830ec34 1,590 1.00/1.00 vMB 52
447,713 447,713 0000000000000000007b8de073359c670fe5de6274b7cb7f639e96fdc39f1b79 1,606 1.00/1.00 vMB 30
447,712 447,712 0000000000000000014b5bbd19fddaec0192acf20b3151b3eb18fe9e204faaa2 1,347 1.00/1.00 vMB 81
447,711 447,711 000000000000000000a5185916392d0fb2ab46bd98a20c6b1dd7b57e9b1f28d4 1,196 1.00/1.00 vMB 60
447,710 447,710 0000000000000000007937eb3e33f1cd2ac39f2bb240b26659541840281bf8f4 2,024 1.00/1.00 vMB 59
447,709 447,709 00000000000000000029b5345bfee1b5da60a8e8ccd213fe61cae26a3d210ac0 2,617 1.00/1.00 vMB 95
447,708 447,708 0000000000000000020a09d2c37f09d89caf87d8d1b4358d75a34232c234d5e8 1,603 1.00/1.00 vMB 68
447,707 447,707 0000000000000000025d532de25c58fc109af065c36451083c125f2fbc575841 1,419 1.00/1.00 vMB 52
447,706 447,706 0000000000000000027ae072867b5f22b4a8e7fef7a336011c1fbc1bd9687109 1,916 1.00/1.00 vMB 61
447,705 447,705 000000000000000000de828e62de7289db32a014ebee824b404f127612d1a43a 1,607 1.00/1.00 vMB 73
447,704 447,704 0000000000000000001a7cfc06c96f02d3f4988a23487cb4e5a5792cd111946f 1,922 1.00/1.00 vMB 67
447,703 447,703 00000000000000000068522a34c2b3fe1e3353d09364a42b0a80cbd55cedfc37 2,260 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.65 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: 672.59 GB
    • Received: 16.28 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.