Loading Tool

Explorer IconExplorer

Memory Pool

78,777 transactions
29.24 vMB
0.07899402 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt 74fc4c58d0358226bb32290b82869f5c2a13f67dce2b77722b49c86a29964f0c
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 82ed1b70ac8d167223d0c5f5a224007d911dc8b4e8f1dcedaeeac3ff5d0a44eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.01966977 BTC
Feerates: 150.77 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (238,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,934 676,934 00000000000000000005591ad089455bf1e215e720e6848fff5316f1906b7074 2,537 1.00/1.00 vMB 85
676,933 676,933 000000000000000000025886a06d33284da881ec7d8fdbc3f00dc40e9e3d6028 2,507 1.00/1.00 vMB 83
676,932 676,932 000000000000000000001eb4633416c0ef5c47604a74f5d926fefd7c2ad1c363 2,554 1.00/1.00 vMB 88
676,931 676,931 0000000000000000000c9ac41174db09aa2720bfe8b923e2759a8b19ab8e1411 1,038 1.00/1.00 vMB 63
676,930 676,930 00000000000000000004d27836e67bd9a4a610aa952b792e80ce7dd56cd2b303 2,319 1.00/1.00 vMB 38
676,929 676,929 000000000000000000060dbc85b5044965a749f7776fb99ee7300169173bb5f2 2,426 1.00/1.00 vMB 28
676,928 676,928 0000000000000000000bc8ffa86c18228ca999d8ae0dd148dfe2966991da83c7 2,330 1.00/1.00 vMB 66
676,927 676,927 000000000000000000007d7f82e3bbf0550786169f6f115552a46feb609de76a 1,883 1.00/1.00 vMB 67
676,926 676,926 0000000000000000000394407563cac0c7a089aba08270d5ce2a2c41a5d5b2b7 1,650 1.00/1.00 vMB 54
676,925 676,925 000000000000000000065c8c7499e636bde22359e45cd4c684fedc17224c2d22 2,399 1.00/1.00 vMB 68
676,924 676,924 00000000000000000005a2d3e67fce8d0a6527f55016e05a295221f03e72c4ee 2,766 1.00/1.00 vMB 61
676,923 676,923 000000000000000000030ca563975c86d444339fee8a05d7e1f4bb6eae7b7e82 805 1.00/1.00 vMB 71
676,922 676,922 0000000000000000000652e52247177aa0391e331d02b7a6c22fad74dd1f1269 1,846 1.00/1.00 vMB 78
676,921 676,921 0000000000000000000b82aad9a2ea18d1bee2b1ead6c050292cc86ddf848a36 1,952 1.00/1.00 vMB 75
676,920 676,920 0000000000000000000454f03d61fea6813b3791cfeeb06d060d97c0109da5cb 1,271 1.00/1.00 vMB 77
676,919 676,919 00000000000000000004d2e306e21540ae16f264f6c3876ecf2ffe50eca0c9f4 1,912 1.00/1.00 vMB 45
676,918 676,918 000000000000000000046825bafd9893f9aff30227d0b9e0f37b63f2c4f96711 1,705 1.00/1.00 vMB 40
676,917 676,917 000000000000000000073bea679c378f5ac69fa7fbe26cc4494ec66018557029 2,171 1.00/1.00 vMB 32
676,916 676,916 0000000000000000000cbf9521d2e19e3ce84652b521e1c7333343c803960c2c 1 0.00/1.00 vMB 0
676,915 676,915 00000000000000000000539522b6bc020d65166e2e82731db8917a7d8155a1fe 1,278 1.00/1.00 vMB 35
676,914 676,914 000000000000000000095160a617aa3098636d50eb476895275b4b4461636aae 2,322 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.