Loading Tool

Explorer IconExplorer

Memory Pool

73,652 transactions
28.38 vMB
0.07398709 BTC
Random Selection Loading Transactions
Max Size: 167.96/200 MB

Candidate Block

Mining Attempt 37de0f22bab1c3f98e942f797694e3f6b9880da0ecf7287e5fe515a898d021b8
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 951bd6b4839f2869bf75bccde776a7ed9f03bfffa411f81edfd42957fd593aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01689120 BTC
Feerates: 60.16 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (64,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,730 850,730 000000000000000000023c2a3176949fb179e6fbece2ce6b20e237df1a198cb8 1,934 1.00/1.00 vMB 11
850,729 850,729 000000000000000000023b62e7eb16227ad079c9ac9f827dcd67cc730c2eaebd 270 1.00/1.00 vMB 7
850,728 850,728 00000000000000000001b61ebed69326ccdcab9ea35b26b9d310f6034b3f4423 3,019 1.00/1.00 vMB 8
850,727 850,727 0000000000000000000225ef4887944f9bbcb6c66dfda2178d2d5f0d385ae02a 3,007 1.00/1.00 vMB 11
850,726 850,726 000000000000000000027cfb2a0b3d37bbd1435a15c3a914b2b48e8acac8c0d1 2,569 1.00/1.00 vMB 9
850,725 850,725 000000000000000000024bf2354ec3e83f2bceff89e47f23758e4801b30b5d73 5,780 1.00/1.00 vMB 9
850,724 850,724 00000000000000000000438adb6482fa6fe24c15910e9adafa5efe190d9f99ae 4,629 1.00/1.00 vMB 13
850,723 850,723 000000000000000000030179b29515565776899f6f7d517fa61cdd5f9e84d4a4 3,972 1.00/1.00 vMB 12
850,722 850,722 00000000000000000001a8422513f23aba38fc37fc27af4f4e0d87d1917457ea 5,052 1.00/1.00 vMB 9
850,721 850,721 00000000000000000002fdd14f82f051b92606ac3fc911727d5eef2f16f661e1 5,237 1.00/1.00 vMB 10
850,720 850,720 00000000000000000002ae406623a059839fe13f163c84feb5014a93667a6b72 3,326 1.00/1.00 vMB 15
850,719 850,719 0000000000000000000105b211cf7f354aadd868e67e8b012883785380f4f894 3,368 1.00/1.00 vMB 12
850,718 850,718 00000000000000000000865da833f58061cde162e39ffd85bb3164002b6a4c12 4,283 1.00/1.00 vMB 14
850,717 850,717 000000000000000000009c6a553d9c2f1e500b34fd4f9b52a1076f7c352ba901 3,312 1.00/1.00 vMB 14
850,716 850,716 00000000000000000002b139290c23781bb9faa7a11c7bc8a153a785b270c7f0 3,536 1.00/1.00 vMB 12
850,715 850,715 000000000000000000022a832ade79443afb8061b6c8f2e851c8603cc672b60f 2,442 1.00/1.00 vMB 9
850,714 850,714 0000000000000000000227f6a930ff2403ab7fd8a15ce00422b3df0c3ed911a8 2,384 1.00/1.00 vMB 8
850,713 850,713 0000000000000000000060f2bf74044d393ef471c63ffd3e5ccdb0ec4c953271 4,221 1.00/1.00 vMB 10
850,712 850,712 0000000000000000000174ed03b10bddcd47e36e74883b222381eb3686129fc3 3,376 1.00/1.00 vMB 10
850,711 850,711 0000000000000000000352b386819edcb7611b1f5767630378f644918b631490 3,569 1.00/1.00 vMB 8
850,710 850,710 00000000000000000002da7d3cf3aa3f8197748e96d958e77d15fee02cc34b56 6,042 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.