Loading Tool

Explorer IconExplorer

Memory Pool

40,777 transactions
27.29 vMB
0.12573266 BTC
Random Selection Loading Transactions
Max Size: 141.20/200 MB

Candidate Block

Mining Attempt 266b585f0f396537bf1cf2661ddd1a5b17ef2e549d887e981af02a5eb6830ddb
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root e0c9b7e617b5a34d9c866a63ad5388d48789e8e5d1ad2bbfed74f9ab6820546c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.06817037 BTC
Feerates: 285.90 > 6.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (527,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,465 387,465 00000000000000000593849bbd0271c6e596ca67669a33e49ef4e0bbdb6a23bd 1,633 0.84/1.00 vMB 33
387,464 387,464 0000000000000000038dfa5896ac81714a27ea48eb48ecee93b1dca06ee3fe3f 723 1.00/1.00 vMB 10
387,463 387,463 00000000000000000132f1dcf7c8a7a06b49224c2761455330e955c7fe75bd54 531 0.93/1.00 vMB 25
387,462 387,462 000000000000000000c6fcecb2ed20b7b6c2132e7daf4859a667cfcd8c20d6df 805 1.00/1.00 vMB 17
387,461 387,461 0000000000000000064b3dc2dce4ddb99899edad7a5eda91a12de60cfc4a4251 2,108 0.75/1.00 vMB 52
387,460 387,460 000000000000000005a995e89619d23d1edb19e47506f787312c218ec4bc6bbb 1,707 1.00/1.00 vMB 31
387,459 387,459 0000000000000000076dc081ec99a6922e01a818068e8629d3a944ae223aab96 978 0.93/1.00 vMB 30
387,458 387,458 00000000000000000713125a0eca4eaf7a2b67a118a8913a5ef8163fcc066be0 1,319 0.93/1.00 vMB 24
387,457 387,457 00000000000000000305fb2436bb68d7722d26ed8f4c1e6630bed009a4bc0acd 1,386 0.51/1.00 vMB 43
387,456 387,456 000000000000000007ac358f0dfc436923048abedb29205f14d21779b3f68a36 1,560 0.73/1.00 vMB 38
387,455 387,455 0000000000000000066656130f4f3b10b04920f066c634ed37f3f387e7734656 1,967 0.75/1.00 vMB 40
387,454 387,454 000000000000000007fc914ea7c0871a2d07bb92362075e60c587c0545e8b2c9 1,825 0.83/1.00 vMB 32
387,453 387,453 00000000000000000c737114c1d2752b6d590d1bf152f76784e764fda7c1814b 2,334 1.00/1.00 vMB 38
387,452 387,452 00000000000000000a6d9f0d958e361e3d471db01d80c0a52dcdcd693eb83204 517 0.30/1.00 vMB 23
387,451 387,451 00000000000000000be51260a27ed61a014acef8835997bf8344ea812cfc8fad 2,091 1.00/1.00 vMB 31
387,450 387,450 00000000000000000cb689d18c4cd7fb4e8b63903d3969b0f7704eae0f420768 276 0.15/1.00 vMB 21
387,449 387,449 00000000000000000a211ac43ae7f1f449e5b008d2d81d0a7784ee8a156ca2cc 1,094 0.44/1.00 vMB 30
387,448 387,448 0000000000000000075a9554fe4c22685e2e628d69dfdad3251f7c9e77aca441 936 0.45/1.00 vMB 31
387,447 387,447 00000000000000000133b797b2280fca6277e2048b49bd95f45a5353b789c5eb 493 0.26/1.00 vMB 28
387,446 387,446 000000000000000007344051ab859d94e981a4e551e376ad96fad8a99d14e43b 1,576 0.99/1.00 vMB 22
387,445 387,445 0000000000000000082e9bf61779478c7596f3d04d1ef40578b6c0f76fbebf7e 546 0.50/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.