Loading Tool

Explorer IconExplorer

Memory Pool

78,930 transactions
29.47 vMB
0.08439862 BTC
Random Selection Loading Transactions
Max Size: 180.64/200 MB

Candidate Block

Mining Attempt af4b44341fee05357ae02fdab0df4db8ee2348485710f47c7ae9413fb55ebf6f
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root c1971363720996b423f82a91a30486893db37c70d273b1e6c242a83a3bb6d06a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.01965663 BTC
Feerates: 302.00 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (98,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,630 816,630 0000000000000000000339d3e2b10a6e99c584e73f3369ade8f874584b74ea92 3,123 1.00/1.00 vMB 88
816,629 816,629 0000000000000000000170a04c56581a085f6b5c34892abecf0b8a2dc8dab1d0 2,789 1.00/1.00 vMB 68
816,628 816,628 00000000000000000003910e0e2754d9a823d8a69d303aa6c17b0de305d9621c 2,956 1.00/1.00 vMB 85
816,627 816,627 000000000000000000018aae2f455e17c821f647804bbf285ad7a6ae23391535 2,843 1.00/1.00 vMB 104
816,626 816,626 000000000000000000024185e680ca94249df5a1e9d4466a7f383656cbf50682 3,363 1.00/1.00 vMB 104
816,625 816,625 000000000000000000035f31509d764fd06d5fc4e55d24d93a27c7fcd6fd8fc8 3,312 1.00/1.00 vMB 114
816,624 816,624 0000000000000000000358df601943cd3b9ec7103c2de592adb58ab929465175 3,196 1.00/1.00 vMB 122
816,623 816,623 000000000000000000013cd0d65c9d5eb0e404be7eda3c840472ec3bb8bdd83d 3,520 1.00/1.00 vMB 98
816,622 816,622 00000000000000000003f6ad40dcd78ce2baef316f8218fc2fdafddf31a5a27c 3,417 1.00/1.00 vMB 125
816,621 816,621 0000000000000000000355718a4955b850b1c5b17db6ae6a01962245b5ab7149 3,428 1.00/1.00 vMB 128
816,620 816,620 00000000000000000000d4f4622b2c33b25bf634ef3f751876da82880a3f8e10 3,561 1.00/1.00 vMB 94
816,619 816,619 000000000000000000035cfe40bff270be012912e81dc9884d5f5dcfcebd488c 3,913 1.00/1.00 vMB 84
816,618 816,618 00000000000000000002a084bc199460d991e3f9ff9d3eda42a5252dbd26311f 4,067 1.00/1.00 vMB 83
816,617 816,617 0000000000000000000223710ab1e70a52f6a92eac4d7443475e079a2cc07848 5,177 1.00/1.00 vMB 55
816,616 816,616 000000000000000000017dfe254ebc94b960738994e3eb0e8618a9fd349a4f4a 3,638 1.00/1.00 vMB 102
816,615 816,615 00000000000000000003f015aab656683d365291dacde732a42b30c122a0cbb3 2,116 1.00/1.00 vMB 51
816,614 816,614 00000000000000000001f7c37b8fbb121fb15027f747ee89c111dacd4589818b 3,159 1.00/1.00 vMB 62
816,613 816,613 0000000000000000000239106f2fc678fda4d7eeb1aa3e80c98662498dfe1e2d 2,952 1.00/1.00 vMB 125
816,612 816,612 000000000000000000044a8bd3879d472d6a51c68188fee2cd79a99c1715ad47 3,549 1.00/1.00 vMB 106
816,611 816,611 00000000000000000003e36a7d46d8d5570f862bfd1cfebbb768c14fdc65cc12 3,606 1.00/1.00 vMB 73
816,610 816,610 00000000000000000002b9a667c668ebd344f5905c537ff2f6588368d7bcc9a4 3,981 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.