Loading Tool

Explorer IconExplorer

Memory Pool

89,718 transactions
27.89 vMB
0.07792400 BTC
Random Selection Loading Transactions
Max Size: 177.03/200 MB

Candidate Block

Mining Attempt cb815bfa70e2144d3661593f00b8fc811ac5f35f03c12abc1b0bfe6ce41e28cb
Version 20000000
Previous Block 00000000000000000001111339e4707274b3f17e2b9120b299ce38ec334c3616
Merkle Root b81e7b57feaf03368a9420380733f02aa4f485eaef7ee66e608066861043eb5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,262
Size: 1.00 vMB
Total Fees: 0.01479574 BTC
Feerates: 401.41 > 1.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,937 (852,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,403 63,403 000000000183302e36a1dab1f792f0abfe8a3f93105f18ae170f1fce71759ebe 1 0.00/1.00 vMB 0
63,402 63,402 00000000032c21645a50c18f08a5f51a0b1ef09b1b5131de209b3ceb33b1ed54 1 0.00/1.00 vMB 0
63,401 63,401 00000000090f10e38908f30a99b0fca845e6cfbaa6026c56febf0478e4bd15a3 1 0.00/1.00 vMB 0
63,400 63,400 00000000045451515841f4008e4ca6e61bc4199a98baf16349d5041afd90a7a1 1 0.00/1.00 vMB 0
63,399 63,399 0000000003fa93e086ac5b021e648ef03528757b7ae0dd9e2675dadf2beaed65 1 0.00/1.00 vMB 0
63,398 63,398 00000000075cc7ec703a030a47d5c28fb4fcd670c2a12d08cfb951eb4d94f99f 2 0.00/1.00 vMB 0
63,397 63,397 000000000d05bc803046af3942e81ef4dcd05bf8babc10b8c5aa45b51a7d47e1 1 0.00/1.00 vMB 0
63,396 63,396 00000000039ba290e3f2c57de447f6e06ba4e9ab08335e62bc0b0e6d78692c72 1 0.00/1.00 vMB 0
63,395 63,395 00000000021f22af1dcbe3a4e18a6e3191f29ec1e0723734c776ef443e985338 1 0.00/1.00 vMB 0
63,394 63,394 000000000863f84bce5e025f711597741134d19993ef6bfd0f82cea5bb8e708c 2 0.04/1.00 vMB 0
63,393 63,393 0000000002cae36f61805ddc964fa4f660c3da720b77bcb6c642f1300c0bd384 1 0.00/1.00 vMB 0
63,392 63,392 000000000b15573853ccf89c41d77eb210103f2829ab416604ba30e8b3ce730e 1 0.00/1.00 vMB 0
63,391 63,391 0000000003ccece66a2765d54a6ba44dc97047c911602d0b9516f05eb0381178 1 0.00/1.00 vMB 0
63,390 63,390 000000000760edba02de2327bfcd7651543f2052e27ae19619af71f690f9c92f 1 0.00/1.00 vMB 0
63,389 63,389 000000000488da36f615c5a735273b7f6cb9689878bf4cb1cfc5acc280d6ab45 1 0.00/1.00 vMB 0
63,388 63,388 00000000042b97dcbfeb906585cf3b0d656333f6b7b94d3a799b7358a67d7e9c 2 0.00/1.00 vMB 0
63,387 63,387 00000000081766971360396090673a3da46ae712a0f090432d32471d5690b788 1 0.00/1.00 vMB 0
63,386 63,386 00000000092358505f19b0bfbd9c30a7dbbb4694f6a6b5a6aa9114237e524ab1 1 0.00/1.00 vMB 0
63,385 63,385 000000000899c6cd31c94eb73591d24000078f3b0238e554c8b0c06df2e59322 4 0.00/1.00 vMB 0
63,384 63,384 000000000721db61a5780e200db0792044fba79d85c8bcbbf6c2d1e9b587dce9 2 0.00/1.00 vMB 0
63,383 63,383 00000000035571f5b47d5a712a738984f8ee35119a020b2a5524ce260b38dcbc 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.00 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: 799.53 GB
    • Received: 22.72 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.