Loading Tool

Explorer IconExplorer

Memory Pool

81,331 transactions
30.44 vMB
0.11203354 BTC
Random Selection Loading Transactions
Max Size: 183.37/200 MB

Candidate Block

Mining Attempt e23c755e145d43db5a3c1d65f81e5b285e8abd341c5e52d7c619c8f24082702d
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 7c24bae9e9c268642425c8f9b8dba5d374f55feebc59fd210f9c20197338a2e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.03785616 BTC
Feerates: 180.34 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (269,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,736 645,736 000000000000000000003ef74e39311da966d1983a7c42ab56152c11c12097c6 1 0.00/1.00 vMB 0
645,735 645,735 00000000000000000009f0d51901cfbc52161f27d4ac1ad8f3a74a1508bd5d13 2,760 1.00/1.00 vMB 98
645,734 645,734 0000000000000000000d043efdb563a0d108ba4110c1c2e4e3c543145fe27740 2,908 1.00/1.00 vMB 125
645,733 645,733 00000000000000000000365a1153f56d79b10b2a8c9b07ba9e41e9ec819b1168 2,751 1.00/1.00 vMB 56
645,732 645,732 0000000000000000000992743460816ab0b52f3dc08fe8f2e07381b3300ba761 1,157 1.00/1.00 vMB 108
645,731 645,731 000000000000000000033a7f97b0c39e9c21f02ee0f5f929b53e87193c2e1180 1,369 1.00/1.00 vMB 116
645,730 645,730 0000000000000000000380b53d2e84ddebe3245139c2d675f5541fd9ac204822 2,653 1.00/1.00 vMB 38
645,729 645,729 0000000000000000000b290edb45af7d5d64d19f61b679a9fc02aa060b3fc60a 2,819 1.00/1.00 vMB 49
645,728 645,728 0000000000000000000ca05106611bd7b9e86e1c740da946178cdb825f0c5266 2,739 1.00/1.00 vMB 103
645,727 645,727 0000000000000000000b58c16816bffa82b7859999bdcfede9807a31bb5248fc 2,821 1.00/1.00 vMB 108
645,726 645,726 0000000000000000000c088986e2bd6123158a48f768626567f935deca84fdf4 2,777 1.00/1.00 vMB 88
645,725 645,725 0000000000000000000926514299e18e5bcb6db61e3d99a66de3904c822b9bb3 2,737 1.00/1.00 vMB 95
645,724 645,724 0000000000000000000f8bbdee03fcae6cc6fa05424b9826e1dc142d77442d03 1,671 1.00/1.00 vMB 89
645,723 645,723 0000000000000000000b1d1cd3a176e5876cad62867fd9223a57795c89504fda 2,492 1.00/1.00 vMB 114
645,722 645,722 0000000000000000000be92d26d153d3040694f4a0f27c64d42a468b5519668a 2,899 1.00/1.00 vMB 124
645,721 645,721 0000000000000000000b4c44891c2cc4f42173614b655e2b4b1c95f026c9e3be 3,083 1.00/1.00 vMB 140
645,720 645,720 000000000000000000013abf7987cc8610ccf7390cecc59f225d90d1ff08f8ab 277 1.00/1.00 vMB 5
645,719 645,719 000000000000000000088e31ac9893c0128a85e8612e3e8bcb7fd5dc7c40c955 1,750 1.00/1.00 vMB 22
645,718 645,718 0000000000000000000da8f7cdf76003a97273377f9d905509b54d502fbfde2d 912 1.00/1.00 vMB 8
645,717 645,717 00000000000000000006c56c712c717f9a148b6d0e21eef8383b413b96aba70b 2,014 1.00/1.00 vMB 11
645,716 645,716 00000000000000000007b4263cce78fcd94792fea0b4d89d203953a29cc1d286 1,924 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.