Loading Tool

Explorer IconExplorer

Memory Pool

30,273 transactions
25.74 vMB
0.06099848 BTC
Random Selection Loading Transactions
Max Size: 128.00/200 MB

Candidate Block

Mining Attempt feda874f8ea176efee636a10973b68e6503c32f1fd7cc2bcee01f5418c39faed
Version 20000000
Previous Block 00000000000000000000419a8df15e621a781644e58d8ccdcdbf95f982cdddd8
Merkle Root a4920c616888114e646b1dbb3db014e8502a9c0d403c501d566e8f3644717af0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,775
Size: 1.00 vMB
Total Fees: 0.01395092 BTC
Feerates: 150.92 > 1.40 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,284 (872,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,466 41,466 000000004592edb44d9fbce5f9c30c2ec381bfd002c0e16e1b0741bd016fde3a 1 0.00/1.00 vMB 0
41,465 41,465 00000000343a7ae15d139d5f488ba4cd3e5328eb8e3b94824df7da9436c21a72 1 0.00/1.00 vMB 0
41,464 41,464 000000000ce9a51d8b243c08d8d732356bb85e736e8a8b8dad31a04cdfc12853 1 0.00/1.00 vMB 0
41,463 41,463 0000000058a3b5c05d093a1d294833b08b8f1c492a759c9569ee123494bec048 1 0.00/1.00 vMB 0
41,462 41,462 00000000510fc57048cb2bdf559e79431da086dd3856ed5bd4d7a09c47abaae3 1 0.00/1.00 vMB 0
41,461 41,461 000000006508c9242ce8cf8e3632a1c5bf04aa244e0b113bfda4b23ee3c8aced 2 0.00/1.00 vMB 0
41,460 41,460 00000000494fbf6efaf0e4fccb07d5184d3c1b0ccf2f5861daf86393a308806b 1 0.00/1.00 vMB 0
41,459 41,459 000000004b3ba640f09d3bdc47630362ae2f7e133774c016e378567cf57ac0df 1 0.00/1.00 vMB 0
41,458 41,458 00000000263c1621dda33dcb312b54039ad71a53f4a82de261c21843f5008258 1 0.00/1.00 vMB 0
41,457 41,457 0000000046467e109ca2845e3405156e9c3247264b8c695837e16225c7552876 1 0.00/1.00 vMB 0
41,456 41,456 000000001dc50a5169ad17e60c9cc3c41270899fe2bfa0752d8d967ab8c5f710 1 0.00/1.00 vMB 0
41,455 41,455 0000000060ff09c3ec203272b230f8af007acf8e78b4ccbb652445781743a8e7 1 0.00/1.00 vMB 0
41,454 41,454 0000000027d75bd298cd7a4b754d1a7c76fb834148934b1df2d896d03d087a93 1 0.00/1.00 vMB 0
41,453 41,453 000000004de9748b8663c206d0af298ae4f580f233c723613017a4a7a2f3c1e6 1 0.00/1.00 vMB 0
41,452 41,452 000000001292353dea07799be6df07c92c50ca45efe48dd6f3842a1908211be0 1 0.00/1.00 vMB 0
41,451 41,451 000000000b26895b60412e1284178e6e784c68dd881619b05ff5c50c052a092a 1 0.00/1.00 vMB 0
41,450 41,450 000000005c5bfb40691cfd45f4f0b03fda3c7f9387999477a2a8e683f6db8410 1 0.00/1.00 vMB 0
41,449 41,449 000000004ce2c665236ee5d67d03509c70b4cd569f971190f33601293915897c 1 0.00/1.00 vMB 0
41,448 41,448 000000003a8f93e357ef404e2c222bf8e2ffd36057298c3fa4919e3ab6370363 1 0.00/1.00 vMB 0
41,447 41,447 000000003635006302515db7f1955007dc2ff32430a687f23eab2a8ffcf2b8a4 1 0.00/1.00 vMB 0
41,446 41,446 000000000217897371f5c86cb082add48f53407e5462d251576543a857238da7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.10 GB

Node Details:

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