Loading Tool

Explorer IconExplorer

Memory Pool

82,833 transactions
30.40 vMB
0.14767240 BTC
Random Selection Loading Transactions
Max Size: 184.12/200 MB

Candidate Block

Mining Attempt 09166828f56d2b583b4905fec4427799ef515612d47d5e6bfa88d82597a40acc
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 855d30c65b595fc2e70c4afd0191c0b060c570563e59096119e2bda18dea9063
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.06665632 BTC
Feerates: 150.61 > 6.68 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (499,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,997 415,997 00000000000000000148f6833d8ae437b5f02afe6569b763f042c070295e22f7 1,107 1.00/1.00 vMB 25
415,996 415,996 00000000000000000305c2c88ace8621d8152933919f1c9d7811b7cc6f6acdb4 2,890 1.00/1.00 vMB 72
415,995 415,995 0000000000000000053ec2437b421aba98e7f27a8fd29ea4c1e88e9b0a788ffd 751 0.75/1.00 vMB 18
415,994 415,994 000000000000000002510b21df640b4f849e79b09a5224f574b3ee6f12c7f481 1,585 1.00/1.00 vMB 24
415,993 415,993 000000000000000004c35e8d597a6ff2a096b2de8eebc1ba5bb4c034532f7207 1,581 1.00/1.00 vMB 26
415,992 415,992 00000000000000000536557445149d3a83a2e29f551b2476dca1b462e7ab8932 1,464 1.00/1.00 vMB 36
415,991 415,991 000000000000000004b38e112c5e4c7f67e51f3c9e46dd17503b4698b2ad8ed0 2,525 0.99/1.00 vMB 69
415,990 415,990 000000000000000000fc2f8a7395a71e1398665a503606e577f07a51d3e45850 1,987 1.00/1.00 vMB 54
415,989 415,989 000000000000000003f33de11be6e017ec83b1a53648756860faa2620803508e 2,072 0.99/1.00 vMB 45
415,988 415,988 00000000000000000599dd8ad7a5ff51e0c76de4733152f4cc88a4bbdf4b8803 2,454 1.00/1.00 vMB 63
415,987 415,987 00000000000000000307fc9ce940fbe7dd718681ecb15e9aa115551bcbb5c21a 2,559 0.99/1.00 vMB 64
415,986 415,986 000000000000000001cf182ed37b005f6a421b896907c1d1494dad57f3f4414e 2,827 0.99/1.00 vMB 74
415,985 415,985 000000000000000004deb6ef4434d7a87da03fcfd6d2344b77f65ea3bea12019 2,487 0.93/1.00 vMB 71
415,984 415,984 000000000000000002347a74b4aaf09290505afa2a16fbf41adc0dcf3cbfe1d8 1,023 1.00/1.00 vMB 73
415,983 415,983 000000000000000004693d675159e9834f1522646f9f2b5a51f975fba3b4b1da 2,558 1.00/1.00 vMB 70
415,982 415,982 000000000000000002a4889b4649a40e1f45524ad7d09383ecaeed04e4982ed5 227 0.10/1.00 vMB 61
415,981 415,981 00000000000000000205bee2284b3bc16430f607845d1fb488d0712143ff3a20 1,991 0.96/1.00 vMB 50
415,980 415,980 000000000000000004b108982c98db00f0e2fd4b8a2795acacad82974fbaa910 2,107 1.00/1.00 vMB 47
415,979 415,979 0000000000000000017619a6842ed2dd132a83bfbfcd348f38e152d56086cc42 1,980 0.94/1.00 vMB 50
415,978 415,978 0000000000000000004acfcfaa0615161704772e9125096e7c8389d8816d3e4b 724 0.39/1.00 vMB 44
415,977 415,977 000000000000000002eea8a11d3a9e00bd219e30c91d670e7ee48575a51f4b9d 1,561 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.