Loading Tool

Explorer IconExplorer

Memory Pool

82,190 transactions
32.09 vMB
0.08574132 BTC
Random Selection Loading Transactions
Max Size: 193.35/200 MB

Candidate Block

Mining Attempt 8fe51b360168567cb4aca58fd570fe87af2b445e1bd1fd6052ebf75e24ee29e6
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 0b6e849244c536fbac80d0e029a37519d3d789476fda4fe75c0faec48cdf4343
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.01512165 BTC
Feerates: 142.62 > 1.52 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (499,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,001 416,001 000000000000000003c46614727cc27b46b6175e1a1cf8569a031a3350e47cbc 412 1.00/1.00 vMB 13
416,000 416,000 0000000000000000057799a23ee01dab5d6124c3bf89bbe8751cf792e88f0102 1,205 1.00/1.00 vMB 24
415,999 415,999 000000000000000004ad4a0ef193611e5ffd79f2d4623ea05518d2fa92e97c61 2,545 1.00/1.00 vMB 59
415,998 415,998 0000000000000000006d54b43c6c6b33cb63d2c4f0dc4c843a458816f4bf35d2 1,631 1.00/1.00 vMB 39
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
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.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.