Loading Tool

Explorer IconExplorer

Memory Pool

67,355 transactions
25.73 vMB
0.05886132 BTC
Random Selection Loading Transactions
Max Size: 155.02/200 MB

Candidate Block

Mining Attempt bf5dc5f0a898a82368cd47c22a4bd5afabdb7d0b1f563dfb33e0cabfeb8650b5
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 9e84a6bcdae432f0b1010344e4509e6da0c45ff12b78eaedf625d62bcddbe9d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,074
Size: 1.00 vMB
Total Fees: 0.00449468 BTC
Feerates: 40.21 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (776,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,903 138,903 00000000000004de539c3392e95fec071bc39b2ed9150d49d79f14da4f38c9b0 30 0.02/1.00 vMB 48
138,902 138,902 00000000000006ee65469a81a79d0a05d44d013008ebfb022d53813d32997d22 9 0.00/1.00 vMB 313
138,901 138,901 00000000000002374b363a1156b2716928bdb0720113f1a2a089673829c632fb 17 0.01/1.00 vMB 166
138,900 138,900 00000000000008e462aab7940f1859142e40294c5a89615a599d1d1a0fe85f30 5 0.00/1.00 vMB 1,044
138,899 138,899 000000000000031206091ab1a5ba84859e85fe2d6f54e9535514ad52cbce1f2e 12 0.00/1.00 vMB 52
138,898 138,898 000000000000057c704b73124551bfaad7d65a44d4b15401e8bd81c62a2ad6e4 23 0.01/1.00 vMB 66
138,897 138,897 00000000000004b5ed08da05d022cb1f56810db06950450285e64ed1fd4ede44 34 0.02/1.00 vMB 79
138,896 138,896 00000000000004d498851f25e5fbd1378d0ccab216a0d29bd3ed475aeeffa3e7 13 0.00/1.00 vMB 419
138,895 138,895 00000000000000767f630163d18b8df115bf273b9fe8fe9736d40c9f096bcc03 15 0.00/1.00 vMB 41
138,894 138,894 0000000000000768402fa3d0a4b34c433d3a9476153e91a7b7a7ea09f313c2b4 11 0.00/1.00 vMB 0
138,893 138,893 00000000000006bdb3246c31bbf273776eb9ba32e32167dd0b1450ba01f43173 28 0.01/1.00 vMB 570
138,892 138,892 00000000000000fc51facdbfed8505a89adc43da6c5c618d9c8e067e55d61196 142 0.07/1.00 vMB 178
138,891 138,891 0000000000000318f4d534e78f9ad33ab1dfa4ad24c45cad7ff60d04ecc46f5a 10 0.00/1.00 vMB 53
138,890 138,890 00000000000008f4bb8ffb5d20ad2c17a9f036d3ba333ef2776fbb3e58a4b35f 12 0.00/1.00 vMB 33
138,889 138,889 000000000000099800db13a355aa37a5d53051703cd199f24907685024ed372f 28 0.02/1.00 vMB 60
138,888 138,888 00000000000002425a56e47d3ca838ca81f0c5a1dac04badaa291f56cccb88f4 46 0.03/1.00 vMB 441
138,887 138,887 0000000000000307314d7939e08fb8800126ac3596c5b17dc1cd52620f562835 13 0.00/1.00 vMB 0
138,886 138,886 000000000000046d212a5d7a66d75b399171b75bef148a683dc4cfd6791cf26b 91 0.04/1.00 vMB 198
138,885 138,885 00000000000001f8eed33b8a813fdbb2dc3adb0859fae89d2d79e9c39c4ae664 1 0.00/1.00 vMB 0
138,884 138,884 00000000000006b07f83c38b20002be443db3943972b9b0303f6a5884686c168 15 0.00/1.00 vMB 491
138,883 138,883 00000000000002f66549875be296878b85bd699f1584b4b2952fee1ed420d52c 12 0.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.