Loading Tool

Explorer IconExplorer

Memory Pool

74,093 transactions
29.63 vMB
0.07556748 BTC
Random Selection Loading Transactions
Max Size: 171.28/200 MB

Candidate Block

Mining Attempt 4a5466b0a470e8d7de67931c5256db6fddcd85ac0bf8cd83a334b64789178bab
Version 20000000
Previous Block 00000000000000000000652139344fdae39ca5e8c3d9d42796114be58ffac4be
Merkle Root 74e09241c4ab5896e30fc083d219ac36e45cd5c4f0cafcf23afc660076edd080
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 129
Size: 1.00 vMB
Total Fees: 0.01057885 BTC
Feerates: 105.47 > 1.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,056 (319,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,724 595,724 0000000000000000000c6d99f9db86f725b15d03ba13dc9a220fcf0053e258ce 2,456 1.00/1.00 vMB 27
595,723 595,723 0000000000000000001433e369c0a801a9ae6f6425c6c6d3765a1ae4a08751d1 2,896 1.00/1.00 vMB 42
595,722 595,722 000000000000000000179ec7e2c78168a70eba586305e9c00be68c9e91453d44 2,077 1.00/1.00 vMB 32
595,721 595,721 0000000000000000000345e65163c1510cdef9005f9325a5868b3ca62b4b0546 3,081 1.00/1.00 vMB 43
595,720 595,720 000000000000000000044fb9c92cc2c33492c74dc62e7780978ffe0769be7163 2,297 0.73/1.00 vMB 24
595,719 595,719 0000000000000000000c1efd40916a3741d89bcce693ea5032361d0f1b7dae38 3,005 0.89/1.00 vMB 21
595,718 595,718 00000000000000000006523eac1fbfc7b0cae8d37ac223b8ce77bd4bef60007e 1,865 0.53/1.00 vMB 23
595,717 595,717 000000000000000000007b68b3978df0eb2ad8268b5bba9c54bb5eb5dbeb5790 2,100 0.78/1.00 vMB 30
595,716 595,716 000000000000000000179a49dd30a2466bbba69e8a62e91644ed5e48cb3de8fe 574 0.17/1.00 vMB 25
595,715 595,715 000000000000000000112c160565669f1698d1c13e822019edba009cec72e62a 502 0.15/1.00 vMB 19
595,714 595,714 0000000000000000000b1d9a703da7ed63f447ffb20824e555dd871cec9294eb 498 0.17/1.00 vMB 34
595,713 595,713 0000000000000000000ee6fbb0bbe1ecaccc4c888dd533d1e95d041dbcb512ea 2,302 0.72/1.00 vMB 21
595,712 595,712 00000000000000000009c8cfe576b875a44cbac8c419a2a0e4391f1c2ec63e83 1,434 0.42/1.00 vMB 25
595,711 595,711 0000000000000000001377ccb73ac86739fd96d2643f4ea2d57dc44a82bfd6f5 3,025 0.91/1.00 vMB 23
595,710 595,710 0000000000000000000a625187b7d015665c6797bc9e1b68343721fe882ac809 1,547 0.52/1.00 vMB 27
595,709 595,709 00000000000000000009569e89e67c4d83da48c2b422354976c692af90c966ec 109 0.07/1.00 vMB 2
595,708 595,708 00000000000000000009245a67eaed4a8a3d1d8b72b8db5d360f0d7cc04db634 3,121 1.00/1.00 vMB 25
595,707 595,707 0000000000000000001183c4f2d55219da1a04821943a8a690539f3b42279aba 1,757 0.57/1.00 vMB 24
595,706 595,706 000000000000000000078b80be12485c32eecc9934204304b8d994bc1920cebf 1,719 0.60/1.00 vMB 7
595,705 595,705 0000000000000000000dfb30cfc3281e8497b83a4f603d7a194c5d5ab6e861f2 2,469 1.00/1.00 vMB 35
595,704 595,704 00000000000000000008ee11cd5f2c0ef79c2f861174b53460f0491417e3a47f 2,874 0.81/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.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.