Loading Tool

Explorer IconExplorer

Memory Pool

77,502 transactions
28.93 vMB
0.12212485 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt f5d42919098d08d651f6c9701e088b5dd735e8d07c34dbf109fd4762e62fc4d8
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 50c1360cd94b9944597168adf22a335c0b511b718ab99ee43edc208840742c94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,061
Size: 1.00 vMB
Total Fees: 0.06180174 BTC
Feerates: 108.69 > 6.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (238,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,458 676,458 0000000000000000000a110cac972b7b3e49d331e2a552ee437ba99756de2076 1,812 1.00/1.00 vMB 18
676,457 676,457 00000000000000000002a0b4d407e8dc7c01ca5661a9831e91abf359ca2ebb97 2,562 1.00/1.00 vMB 33
676,456 676,456 00000000000000000009e1854d60d0ce3a456c1dd59d6e9ad497ca762fc7d26a 2,394 1.00/1.00 vMB 46
676,455 676,455 0000000000000000000c17971c86a823a465e18f2973054c6b5dc08068bc7eb9 2,139 1.00/1.00 vMB 41
676,454 676,454 000000000000000000048d8c58af7a447e4bc2256a3118fac014f4c30dd7c60b 2,584 1.00/1.00 vMB 62
676,453 676,453 00000000000000000008cdae3c771727671c4ebbe440b6780e37b00de11e21ee 2,264 1.00/1.00 vMB 46
676,452 676,452 0000000000000000000c6046ad363a8bbd28cf39901fdbb7c17e15f1b407d245 2,004 1.00/1.00 vMB 64
676,451 676,451 00000000000000000005e78dc8204ab53fe08c7c225cc85748c79d439ce54abd 1,555 1.00/1.00 vMB 76
676,450 676,450 000000000000000000088d5392f3dc4081959b1495e36151646a91aae40be751 2,254 1.00/1.00 vMB 50
676,449 676,449 00000000000000000001ada83dbdfc960cba688527506191d62a8a080c167dec 2,076 1.00/1.00 vMB 41
676,448 676,448 000000000000000000023ac150f985258e330173ccf7053133ef905efcae5f42 1,455 1.00/1.00 vMB 32
676,447 676,447 000000000000000000092784e27252e1f9b5403e0c762920c817d5fe1f4d51cb 2,541 1.00/1.00 vMB 25
676,446 676,446 0000000000000000000529e8d84f056be78b46aff97561b6659c45eaf4988c09 2,744 1.00/1.00 vMB 45
676,445 676,445 00000000000000000006a6d8e26a3fcad9a0e25daa4ff6839f4524bacde0f190 2,742 1.00/1.00 vMB 50
676,444 676,444 00000000000000000002b9dea64ec4eaf3df86aa9675f7d1756f6f88d94fd83e 1 0.00/1.00 vMB 0
676,443 676,443 00000000000000000001dfd51103cca2a405d47e39be5a9993fbe09d6901509d 2,208 1.00/1.00 vMB 69
676,442 676,442 00000000000000000005b1bec310d2e7228427c720dcfdbfb45fa53abc54e6a0 1,955 1.00/1.00 vMB 47
676,441 676,441 00000000000000000001671aa95ab23021d76a3ff01cbf74b62951609076551a 2,330 1.00/1.00 vMB 74
676,440 676,440 000000000000000000005b49618d5ba330a28cbdc13b4b91e8c6ebe93c1fcfb1 1,832 1.00/1.00 vMB 60
676,439 676,439 000000000000000000017d180e1ba8b17415d4f67cf8facb0d3ad4bfdda5a345 1,008 1.00/1.00 vMB 71
676,438 676,438 00000000000000000009c93c6ebc868f91fcf4359eeb6c5ef7fcc71985214a2b 2,046 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.