Loading Tool

Explorer IconExplorer

Memory Pool

35,301 transactions
25.93 vMB
0.06891662 BTC
Random Selection Loading Transactions
Max Size: 131.82/200 MB

Candidate Block

Mining Attempt b50e661b8a046b7d973c608032a845a43746a45ea887f31d7ad203b983717cd9
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 0d1c5d68e1b5db17e7b455ad8a4be3af3ee9ee3ec2aa081619deb23487e68014
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.02126781 BTC
Feerates: 250.88 > 2.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (520,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,133 394,133 0000000000000000051a6089df758eb75106fabf9a51e46c1dd9f4bc249e2e4a 1,190 1.00/1.00 vMB 28
394,132 394,132 0000000000000000022dd78ca1fc34393e6d3c60a61a658fc669f3ce13d3f9e5 145 1.00/1.00 vMB 11
394,131 394,131 000000000000000006b97ca478cf0a6739983f74a45d941b3fa673c0f87cfe10 1,037 1.00/1.00 vMB 25
394,130 394,130 0000000000000000021d435308726d6991cfccf5d4772fec5ccacc1ce2537b78 1,319 0.95/1.00 vMB 29
394,129 394,129 000000000000000001151692a78804cbcd362f6b78906e8aba786f2c8189d1d1 1,994 1.00/1.00 vMB 38
394,128 394,128 00000000000000000317dd48d9a79d5998d373717b1baec63de41baabfdea823 573 0.93/1.00 vMB 17
394,127 394,127 0000000000000000086c596befa69a121a7cde2d927aebe42fba0a51d628ab9a 1,208 0.93/1.00 vMB 27
394,126 394,126 0000000000000000086677024c8d83e972d13c3e24f742952cbeb0f28c12c284 499 0.93/1.00 vMB 14
394,125 394,125 0000000000000000090da8448f719b431d72a452dac61ca4dcff3d45a7866503 507 0.75/1.00 vMB 18
394,124 394,124 00000000000000000868ab8955fc65684689f97ae1c2d2831645610f100377ac 1,788 0.95/1.00 vMB 37
394,123 394,123 000000000000000009128523f46ac709c7b0deadeab982c7bc760b4b13c6e40e 489 1.00/1.00 vMB 17
394,122 394,122 000000000000000006fe4429bf3340dd96d2fcb40d0762dd7cb2c84f82f6dd1b 1,037 0.99/1.00 vMB 23
394,121 394,121 00000000000000000039b22d3dfbae77df0ac8d2663b9aebfafdaac075db6c69 1,154 0.93/1.00 vMB 31
394,120 394,120 00000000000000000390df638e27864f86c9fb08715cd7039e00a3b4302b9965 1,605 1.00/1.00 vMB 35
394,119 394,119 000000000000000002935fa67d74be21f60b16671f5e0193ae471a0dad121f4b 1,410 1.00/1.00 vMB 31
394,118 394,118 000000000000000000d9afaf014cb6fe88cd4548ca35c8dd22e29ccf4091492d 526 0.75/1.00 vMB 23
394,117 394,117 0000000000000000091d460815380af35e3fa930ceaa52f396a5eafc0b733cc1 35 0.05/1.00 vMB 4
394,116 394,116 000000000000000003446d18686cad773a57b2832aa3998c56d8a57b8bb5e7cb 1,450 0.75/1.00 vMB 39
394,115 394,115 0000000000000000091cd8466d723eea7f753583c0b5c698f8bbddac2699d27e 1,316 1.00/1.00 vMB 29
394,114 394,114 0000000000000000083eca2c80cab52d591f1a4c9eb57c7bbf3d56e0570cc218 612 0.95/1.00 vMB 18
394,113 394,113 0000000000000000078fcc0271188f5a33e938339a4ddc1ac69f5d26593a9a38 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 637.82 GB
    • Received: 12.44 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.