Loading Tool

Explorer IconExplorer

Memory Pool

43,021 transactions
27.04 vMB
0.06941162 BTC
Random Selection Loading Transactions
Max Size: 141.99/200 MB

Candidate Block

Mining Attempt 4c8bb856946c9ab2d5f05b8cd57e2b30653a1183492615d0413c4167ae03784c
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 446b48720dc24b664ad60da9b66cc1f6e8ab7fe3c8fd844e6a6b7c153b64ec77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,369
Size: 1.00 vMB
Total Fees: 0.01901972 BTC
Feerates: 201.07 > 1.91 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (364,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,709 550,709 00000000000000000006d0ea1aa212b4a28d783f911783b75cb46d57387af0a1 1,318 1.00/1.00 vMB 14
550,708 550,708 0000000000000000000b9969e435a591031d3f250a2c283705b9b0f19916e61b 2,412 1.00/1.00 vMB 9
550,707 550,707 0000000000000000000adaa503b7309d636529ed81cbc67eb9bb6c4480c261e5 2,984 1.00/1.00 vMB 35
550,706 550,706 00000000000000000008ba5bef9191cb68211a581ef71c6018555c8d2f6048dd 1,900 1.00/1.00 vMB 12
550,705 550,705 00000000000000000025383be30f031ea4faf6f29bcf1e7f2a784eabe462fb78 2,486 1.00/1.00 vMB 19
550,704 550,704 00000000000000000014f091fbd0b45ba268ee22a3cdeb82ff24ddd546a8e8c7 2,447 1.00/1.00 vMB 33
550,703 550,703 0000000000000000002807d4c63fa837d51754452df5eca25b8828eac47d4716 2,319 1.00/1.00 vMB 26
550,702 550,702 00000000000000000027d97d091778243d3b80a5ae84bb5cf7d7fe77b997d86c 2,026 1.00/1.00 vMB 24
550,701 550,701 0000000000000000001a82b6bd575741ecb402238a87bb3e11645b7df58def6b 2,241 1.00/1.00 vMB 20
550,700 550,700 0000000000000000000245c3f0f1562449659fcf794280aba29c18a91eedd371 2,343 1.00/1.00 vMB 6
550,699 550,699 00000000000000000009c7c2ba78fc0030d6723b7d492cb723d094da4ac7e429 2,539 1.00/1.00 vMB 31
550,698 550,698 0000000000000000001ceac8141483b53a9c0dffc84da2f6b021e5992e3028ce 2,226 1.00/1.00 vMB 30
550,697 550,697 0000000000000000001b8db2d2e41551149748163311161d4ac6b47909a1ea95 2,613 1.00/1.00 vMB 25
550,696 550,696 00000000000000000025be96e5b7449a4919ae55f10283967827f2fe975dead3 2,145 1.00/1.00 vMB 8
550,695 550,695 0000000000000000000ea92c656339e54db8f338a36daaf29baee8da178ce2e2 2,224 1.00/1.00 vMB 14
550,694 550,694 00000000000000000006ebf003aef42a2d3368b5ca206a0271c560bf6acfdaf0 2,855 1.00/1.00 vMB 43
550,693 550,693 00000000000000000020b75faf6fabd51b52726946ad87c06593e2a37638de30 2,420 1.00/1.00 vMB 39
550,692 550,692 00000000000000000008cb921dc62d523359ed86bfe9ea6cf91b438a8585e00a 2,425 1.00/1.00 vMB 15
550,691 550,691 00000000000000000000374840ed2c314f08f23026443ae52b7d555cfc3c3c1b 2,597 1.00/1.00 vMB 22
550,690 550,690 000000000000000000122da95cf5c8f731fbfc85ba77dfbd2c18a9264c6d6b05 2,693 1.00/1.00 vMB 8
550,689 550,689 0000000000000000000ecb30485d4f2807a725c31ee69d8b6da60fab544a3e15 1,975 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.