Loading Tool

Explorer IconExplorer

Memory Pool

74,490 transactions
27.64 vMB
0.07639281 BTC
Random Selection Loading Transactions
Max Size: 168.29/200 MB

Candidate Block

Mining Attempt 34e079cf62ee69dcf6fa73044dce920951894ad877ed1e9b8ec309e07cdcf0b3
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root f2c4f97ba7eded15fb5ecbc1319cefc2c014cd4dad6b2c22852da5e7640871c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01739142 BTC
Feerates: 402.60 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (133,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,043 782,043 00000000000000000002ef08a32fcc56c6eee89f1744a95c3122e991e5f45f66 1,751 1.00/1.00 vMB 30
782,042 782,042 0000000000000000000660a0a56346ad6babefaf54ff3152db5b66ed7b7e94c1 1,210 1.00/1.00 vMB 21
782,041 782,041 00000000000000000003bad4ce7dc20893c3315be8d5dcd625c7cfccba44fd0e 2,063 1.00/1.00 vMB 28
782,040 782,040 0000000000000000000503e7214a0c4001882885c30ec5c016ec446956b44c7d 1,771 1.00/1.00 vMB 30
782,039 782,039 0000000000000000000457e4960d704d623ca2fc6c1d86e6bc7fb33ec5649552 1,587 1.00/1.00 vMB 27
782,038 782,038 00000000000000000001609a280b53e341a2284d6ed69c14fd0b59fad75d7b02 2,247 1.00/1.00 vMB 28
782,037 782,037 000000000000000000038e78c807dc996a239851c928b4507f697388ccf7208d 1,670 1.00/1.00 vMB 35
782,036 782,036 00000000000000000000c7980a8a1ed850a9028d68082328c14cf170ebce7cbc 2,500 1.00/1.00 vMB 34
782,035 782,035 0000000000000000000147670b26a22c7bf52c886e12af7461b3e7430d1ee5a7 2,664 1.00/1.00 vMB 33
782,034 782,034 000000000000000000013c612356ba3a5383b1e98d47352216b1d6ae99901cf1 654 1.00/1.00 vMB 14
782,033 782,033 000000000000000000010005367098dad78728957c6c503145ec7bfdc7667648 1,457 1.00/1.00 vMB 20
782,032 782,032 00000000000000000002c1ecd453d13b7f4dbdb502747217bc60eb1e503dd387 1,470 1.00/1.00 vMB 23
782,031 782,031 00000000000000000005584c514ca69d36d754bf2f7e39a0a2e9fdac9f9fbbfd 2,306 1.00/1.00 vMB 22
782,030 782,030 00000000000000000004d0ace70b5aa4ef48a1492f40bb9018eed77d2c14aa04 1,227 1.00/1.00 vMB 33
782,029 782,029 000000000000000000052c84ed801b916f5383d848427ebdedbcebeb7ba8b573 3,271 1.00/1.00 vMB 34
782,028 782,028 0000000000000000000040b334b86baac647d45a3e6e528cc1fefab22c8ecc2e 2,336 1.00/1.00 vMB 42
782,027 782,027 00000000000000000003543e2c77102e04bc4e34e2504b673f0ee310e89272e7 674 1.00/1.00 vMB 15
782,026 782,026 000000000000000000003aba34d6dbe4afb6e7d2406da2383fab3f90f8943c0d 1,076 1.00/1.00 vMB 20
782,025 782,025 00000000000000000000885714cb68365d25581c8c6da9b5bfefb89fd33585ed 1,110 1.00/1.00 vMB 25
782,024 782,024 000000000000000000016a7dd0828e7f69aa2cd22cfe98bfa7a8bb5f4b98249f 1,403 1.00/1.00 vMB 20
782,023 782,023 0000000000000000000024bc46fb6af3bfb9319bf45ee80b5dbb8f9d75c67f92 2,573 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.