Loading Tool

Explorer IconExplorer

Memory Pool

76,189 transactions
29.15 vMB
0.10414517 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt e9c95e94b2b7cf7bc4124fe7dbdd0b1bb06ded55d15f3943323a422747345c14
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 626f311a373ac6186860ca320eb982211a35ec14012baa7fc5e1990ade591a92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04173667 BTC
Feerates: 201.37 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (400,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,114 514,114 00000000000000000016a92708f97fc5b6138fec264ce16ccebf3740b68f6fc4 684 0.36/1.00 vMB 23
514,113 514,113 0000000000000000002e61f32ba4bb639532f39c153add05bf66e3f62a4e2eff 951 0.78/1.00 vMB 9
514,112 514,112 00000000000000000038bd98068d1640b44a9afbcb3e8f0fc46f60ac6842a2d5 2,036 1.00/1.00 vMB 47
514,111 514,111 000000000000000000357b7d5040ee362f037bdf873eb4cde615b2f368f2f2a6 1,559 1.00/1.00 vMB 21
514,110 514,110 00000000000000000002dc704ade38c78f944cbb238cc464fb30506c47a15e00 2,791 1.00/1.00 vMB 20
514,109 514,109 0000000000000000001fe76d1445e8a6432fd2de04261dc9c5915311dc7ad6de 2,242 1.00/1.00 vMB 54
514,108 514,108 0000000000000000001ab77b3c3c9bd0196b328c189e3e3d9f581855a042bdde 1,559 1.00/1.00 vMB 26
514,107 514,107 000000000000000000408ece4d6ed75b6caabfe827883d7e75c76e9157a5f1d9 894 0.57/1.00 vMB 18
514,106 514,106 000000000000000000420ba5c17f6fb882fc7267bd38484e332c5c8e5d26ba22 1,801 1.00/1.00 vMB 10
514,105 514,105 0000000000000000000cd2be837363451e5e3daaa23e66b5aa73b32ff753b8e8 2,346 1.00/1.00 vMB 66
514,104 514,104 0000000000000000000dba064c38ed15658f1da20ceac313d132ac8f6a0826bc 2,937 1.00/1.00 vMB 14
514,103 514,103 000000000000000000180fb367663df70ad811bfd74881fbe2d271d402461e16 2,206 1.00/1.00 vMB 77
514,102 514,102 0000000000000000001f20e189f5e2480196d49c704518b05d07a8fccc932772 2,272 1.00/1.00 vMB 25
514,101 514,101 00000000000000000006ed0aad4df8ecb439959b46af71264ec23d7bc44c6a68 3,128 1.00/1.00 vMB 19
514,100 514,100 0000000000000000003f5099f23763cb125b9dcecf3476b638cca012ef62d350 2,208 1.00/1.00 vMB 87
514,099 514,099 0000000000000000004cfcf3859cbd0f82b7a9ebbb5e92f7fa8fa4ffb6de7dfc 773 0.36/1.00 vMB 21
514,098 514,098 000000000000000000237e165afff5d283dde60defa2bcd660566e60f5b5c946 334 0.17/1.00 vMB 63
514,097 514,097 0000000000000000001a447ba9203cf8659ea6c0c557db4a64c6e9c02b57c38c 827 0.97/1.00 vMB 18
514,096 514,096 0000000000000000000c74966205813839ad1c6d55d75f95c9c5f821db9c3510 1,149 0.99/1.00 vMB 20
514,095 514,095 00000000000000000018b0a6ae560fa33c469b6528bc9e0fb0c669319a186c33 2,197 1.00/1.00 vMB 4
514,094 514,094 000000000000000000481ab128418847dc25db4dafec464baa5a33e66490990b 1,049 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.