Loading Tool

Explorer IconExplorer

Memory Pool

76,260 transactions
29.18 vMB
0.10532704 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 5b8aba6b5d237cf2d0d9e4b11570c2bfa18c75bb4baff30c8e874ec4083f0d73
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 5d4675081bfaab0447493bae429461b603b1adf7f5b877fbd43ef2421d0858f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.04246964 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (172,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,919 742,919 00000000000000000001b0cdb049407eaed976e4241a516a33842dbf4511320e 732 0.77/1.00 vMB 3
742,918 742,918 0000000000000000000025e434ee4fc990b38744c1e0a79239a84d66d6813e87 1,539 1.00/1.00 vMB 6
742,917 742,917 0000000000000000000457bbe58650377eed93c2380a80581a3fb0d3b0ed981d 1,354 1.00/1.00 vMB 14
742,916 742,916 00000000000000000006cef73056e5e4f501df55ce9673bbf67f2ebd50dbd833 3,244 1.00/1.00 vMB 8
742,915 742,915 000000000000000000046a06ced86fede255b2d83cd4fea21b30eab96bcbe71c 2,482 1.00/1.00 vMB 17
742,914 742,914 00000000000000000006d7a6e67667eea1cab95535fa2f33ddc7f8109c709f79 3,093 1.00/1.00 vMB 11
742,913 742,913 00000000000000000006c7243bed55303c1bc4aa40feb0b862a4d2880d0f0aba 3,086 1.00/1.00 vMB 17
742,912 742,912 000000000000000000068176c361bac4ef6658ede33acb246a80592b427d1b5d 590 0.99/1.00 vMB 3
742,911 742,911 0000000000000000000155c9642e1262d82117e4c12aa632e5984a0435a0cce2 1,046 0.98/1.00 vMB 5
742,910 742,910 0000000000000000000317239570aa2f6be3ee55a5dcf0361e3457ab4936308f 2,649 1.00/1.00 vMB 11
742,909 742,909 00000000000000000007e1d9749bd4b7eac28e5bf374c2766246c2bbd999626f 304 0.16/1.00 vMB 12
742,908 742,908 000000000000000000076f15c4e03444b28e6458bc1d35570b317a1875034f64 572 0.28/1.00 vMB 6
742,907 742,907 00000000000000000002bb14b955bcecca92347275734c26725651ec4a2717e3 1,752 1.00/1.00 vMB 2
742,906 742,906 00000000000000000006d990771f660da95f77ec6f14fc0f809b7f248be9fc39 1,433 1.00/1.00 vMB 13
742,905 742,905 00000000000000000001720c20a3e748a65aa205b6aadaf1eabf87269c8bc667 2,532 1.00/1.00 vMB 4
742,904 742,904 000000000000000000087c164dd7d3d67b6a500583f2282e5db4361fce7b1ffa 2,383 1.00/1.00 vMB 9
742,903 742,903 000000000000000000002acc2a1d5fdd4784caf7550967d66fd38ba9d45bcf4d 2,920 1.00/1.00 vMB 18
742,902 742,902 00000000000000000001aa5d8e8f2dcb0c38e74c0e3f3059d91b7cd6436574cc 3,129 1.00/1.00 vMB 14
742,901 742,901 00000000000000000000565626e814612d054999e9a1f3d7725a63f99d4219c1 2,368 1.00/1.00 vMB 25
742,900 742,900 000000000000000000048dadebf288f16aeb3acd563bdd79e0695cadd21dc797 2,278 1.00/1.00 vMB 3
742,899 742,899 00000000000000000002c895ad83250419853d9f5e01e0512612a8b727bd96f3 2,867 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.