Loading Tool

Explorer IconExplorer

Memory Pool

44,776 transactions
26.93 vMB
0.08253953 BTC
Random Selection Loading Transactions
Max Size: 141.91/200 MB

Candidate Block

Mining Attempt b03769950b2b13cf5ae0a332635297ac36c5677a3d16a8f9d5128699ccf79ba4
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 739b8e02e439a2c112a9174cb1ebf33304bb2c105b35d889cf7219c1443ca897
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,755
Size: 1.00 vMB
Total Fees: 0.03145588 BTC
Feerates: 201.07 > 3.15 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (605,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
309,790 309,790 0000000000000000000f07b7874842bd1ea309baee639f16011c993cf900f059 664 0.38/1.00 vMB 29
309,789 309,789 00000000000000003fb4d666e20be959bcd43ad66b28234dc552412df529f112 279 0.14/1.00 vMB 32
309,788 309,788 000000000000000035148cf18c01575893b0ad89860ad0b29bce6c146d7fee3d 298 0.13/1.00 vMB 33
309,787 309,787 00000000000000000fb3dbfdfdf3de90b74dfa2b0941e4adea13af140f7609fc 57 0.06/1.00 vMB 31
309,786 309,786 000000000000000016f369973942bfc4f1c8a677f1b7900639ed6657e5793494 1,382 0.73/1.00 vMB 31
309,785 309,785 000000000000000002acd7bac9cf5f402040e626770a03ef6069117b88ef1ba3 190 0.10/1.00 vMB 31
309,784 309,784 000000000000000020cb753b56f73ae32b1fa334f13ee3d2db66559dc5e88a0b 98 0.06/1.00 vMB 10
309,783 309,783 00000000000000003a1ac195fdc53dbb383a9219e3184982663e7ec97e2c08fa 357 0.17/1.00 vMB 31
309,782 309,782 00000000000000003e8e018e9582432f073714ab4c195ca80e0bc73f128c6f8d 1,162 0.70/1.00 vMB 31
309,781 309,781 00000000000000000fde338768c17fd0cd05df4102321984460bd87774ac95b6 289 0.22/1.00 vMB 25
309,780 309,780 00000000000000001ad701403f823a0fe3c619cd1e002874fb5859ccfa44f91f 135 0.12/1.00 vMB 17
309,779 309,779 00000000000000003f968cc6a1dc9de1e2d66071166698eab0e727ac9c2a1650 162 0.14/1.00 vMB 15
309,778 309,778 00000000000000003c5e16db11e3d5e176a6843ed0fd616fa324698b71874da7 198 0.14/1.00 vMB 18
309,777 309,777 00000000000000001096b043f13d436d86f64202ebc187a006518773ccd4850b 35 0.06/1.00 vMB 4
309,776 309,776 000000000000000009bb4a2538bf71dd048fcbe0e617247d96c8bb7b3ec544a5 119 0.17/1.00 vMB 24
309,775 309,775 000000000000000023801d4fb99cc76fe44fea48df404f36b5c9848adf2613ba 394 0.40/1.00 vMB 23
309,774 309,774 0000000000000000128968627f12483cdcf278ccd215d6a8013c1fad42bc8504 218 0.11/1.00 vMB 29
309,773 309,773 0000000000000000266191b57ad97c0fc576b0045e185a89cbdc8360c15ab5a9 48 0.06/1.00 vMB 7
309,772 309,772 000000000000000029515ae23f986fdfa50d26616c797a7bf7ee4d3dc8f214fd 212 0.11/1.00 vMB 39
309,771 309,771 00000000000000002c1727457fcf44e2fe13c6520bd2645ecb21b86d149d5733 502 0.28/1.00 vMB 34
309,770 309,770 00000000000000001ffded0a625dce1d19fb6cb349cda8c9f99d444222cb9b01 320 0.20/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.58 GB
    • Received: 13.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.