Loading Tool

Explorer IconExplorer

Memory Pool

76,919 transactions
28.67 vMB
0.06844886 BTC
Random Selection Loading Transactions
Max Size: 173.85/200 MB

Candidate Block

Mining Attempt 9250185b160721e60e16d6d29a6e9088f923527fafa4b8ee7a677ac99a9e3edd
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root f16072288525ece4e6f8af08c7a92d635606764a8f05237d39d8777b8ede7d14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,254
Size: 1.00 vMB
Total Fees: 0.00883097 BTC
Feerates: 82.75 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (130,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,513 784,513 00000000000000000005a02e708dc576acbc2880b0e38a7e6ae999a642e7fd05 2,279 1.00/1.00 vMB 10
784,512 784,512 00000000000000000001ed410d7e4d02c9adf03653a5f291a4537223ddfea0f8 1,883 1.00/1.00 vMB 9
784,511 784,511 00000000000000000002d67fae49b125509d164d2fa9649c6dcaed7ef70867fa 2,031 1.00/1.00 vMB 11
784,510 784,510 00000000000000000003ba2a1ab9ba042a490b645ee54c16e99d1dfa92fd0bd3 2,379 1.00/1.00 vMB 11
784,509 784,509 00000000000000000005dfb900b42a1a06f892f0aa89a4e8e7fe6423d812ed50 2,255 1.00/1.00 vMB 11
784,508 784,508 00000000000000000002d08198ce895ce914365d0ecd03c9c5306e2a4e5f3b80 2,112 1.00/1.00 vMB 11
784,507 784,507 00000000000000000003f060b7fda4b836053f5449cd7cf340a1cf29c29cf04c 1,731 1.00/1.00 vMB 9
784,506 784,506 00000000000000000005618942898416db953b6f8b074410b6f4f0ed67fd3da8 1,538 1.00/1.00 vMB 6
784,505 784,505 00000000000000000001accb135f7d868affa8f8fb02908d9b329430a16f6b18 3,159 1.00/1.00 vMB 21
784,504 784,504 0000000000000000000191fabac23dc46064d274bb6c651275774d70c582d90e 2,658 1.00/1.00 vMB 13
784,503 784,503 000000000000000000024a10bf229dc9da1af15aac05aa958e855fc57241d170 2,831 1.00/1.00 vMB 13
784,502 784,502 00000000000000000005b7e6073ae59be6ce60c8996eeb92e0f329c7ce1120dc 2,820 1.00/1.00 vMB 26
784,501 784,501 000000000000000000001542de5eaf4bb35d77bd0bd6a87ece660acf865876ac 1,991 1.00/1.00 vMB 14
784,500 784,500 0000000000000000000049a465b5da7acef9bb9d0af80b153fc58973fb2e84f4 2,367 1.00/1.00 vMB 14
784,499 784,499 000000000000000000052c9c6a4c5d33a00d91e51f2d5c58c0c55866897923a3 2,323 1.00/1.00 vMB 11
784,498 784,498 00000000000000000002de77b3569e3840cc3d4e21bd2b1b5e444b1c38791736 2,487 1.00/1.00 vMB 13
784,497 784,497 000000000000000000057422a799d879c6486ce120f4389dcbfb61295056890c 1,456 1.00/1.00 vMB 9
784,496 784,496 00000000000000000004084a22665b913f09f959fb04fa43789d15327dfb3615 3,366 1.00/1.00 vMB 20
784,495 784,495 000000000000000000008e3b25fdfe12731322fd1309e53a91d490173d4b71cb 2,970 1.00/1.00 vMB 16
784,494 784,494 000000000000000000021a782479f8e7cd36dffe8845e10599967fd84a1f8cd9 3,749 1.00/1.00 vMB 25
784,493 784,493 00000000000000000001fc9cda1a036446868ad6e7eb7e64d58967ccf6a108bd 1,941 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.