Loading Tool

Explorer IconExplorer

Memory Pool

82,953 transactions
30.03 vMB
0.07145112 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt d38e4390dcbf6eb1e6f10d20beb05e9b6fa940a8d908ee6f06ba8c3dcd45532e
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root d71b70925ef5c1ba6d3dcfa9cda17e7f9e3309458c1b50d4ad8be5d41d3ecd59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00979219 BTC
Feerates: 43.68 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (734,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,735 180,735 0000000000000219f5b46c55b21d1dd7d1154f789f2a42278e2d7a707f6edccf 133 0.05/1.00 vMB 198
180,734 180,734 000000000000023e1f4e59c55f8634730a5f873949f5d0e6585aa6045e6e0dad 639 0.25/1.00 vMB 151
180,733 180,733 000000000000005dc83358b1ddaaebde80295ee2c02239023a191aca04a074c2 557 0.23/1.00 vMB 131
180,732 180,732 00000000000005429effdc54eda0f6faf49730dd2b28b9ed1037779ae85a9ac9 73 0.05/1.00 vMB 96
180,731 180,731 00000000000003830dea1e2d6edfb2faaedfaf11f06729b4c8fb52266612508f 484 0.19/1.00 vMB 124
180,730 180,730 000000000000060a63e830fa6c3a58a76d4d3291c46cc240e7144ac3d928f03e 616 0.25/1.00 vMB 152
180,729 180,729 000000000000056e3e11e2683189e6a1737deadda1fb80114a30320160e33f26 440 0.25/1.00 vMB 123
180,728 180,728 00000000000001c538fcf02fc9f0bf20885fa6599ab4a4124ade207c0a6dfc73 126 0.05/1.00 vMB 211
180,727 180,727 0000000000000683b0720ddc109ea1f9e02623107aac77a3a1aee421b3684b18 118 0.05/1.00 vMB 152
180,726 180,726 000000000000097a78d687658e11c2fc2cd1a078ccc207050ff9b2a2670cdd94 13 0.00/1.00 vMB 0
180,725 180,725 000000000000005e72fe91332c5b3821a5b66015e45b3b92081e66ba64610d3e 517 0.23/1.00 vMB 121
180,724 180,724 000000000000089ea66a254ea88d54c7d73ff2e3d32dc0e0d0434d133a284037 18 0.01/1.00 vMB 576
180,723 180,723 000000000000054bcb6272668ece9732cd2508c9d932add544bc51ffa957d4d5 193 0.11/1.00 vMB 108
180,722 180,722 0000000000000583eef0df428a651c4ac28bce8b2691e4cea043e416680ba29b 546 0.22/1.00 vMB 153
180,721 180,721 000000000000083130c1322db19eaf3dc0fe6e29e782f874d656a09703b32d82 469 0.25/1.00 vMB 128
180,720 180,720 000000000000060f12a2fe0ba6e593b44537dd3a8cd7b1ec92b3f2fc5ed69389 653 0.25/1.00 vMB 168
180,719 180,719 0000000000000013d54f66d85bd7766e49d0ce1de14870be2a8df18eeb533136 605 0.27/1.00 vMB 157
180,718 180,718 00000000000009774f653777636c929a413f4a07ff8f62c75db154edf376c206 137 0.05/1.00 vMB 225
180,717 180,717 00000000000006947cf6845614ae228fb4df4f3bc882c5da56b87311cb29e07e 135 0.05/1.00 vMB 268
180,716 180,716 000000000000066815959a2b6aa623bd1ee090c21712ed58617f77cc3fb00465 118 0.05/1.00 vMB 85
180,715 180,715 00000000000008de183586881b38e1e83c5cedd827a5c40bba3dcde5e63649b2 666 0.25/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.65 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.