Loading Tool

Explorer IconExplorer

Memory Pool

81,088 transactions
31.42 vMB
0.08663965 BTC
Random Selection Loading Transactions
Max Size: 189.97/200 MB

Candidate Block

Mining Attempt d2494358f80d06571653f6665d19f6a7da57e23ac250ca36b1704ed24176199b
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root b0d5b6fdfefce1fbf6214bcabebd0468be118fb5388518be1a13d29dd53395f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,052
Size: 1.00 vMB
Total Fees: 0.01833845 BTC
Feerates: 150.65 > 1.84 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (305,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,165 610,165 000000000000000000100ecb9bf4fafd4e7b879cc168a5c361f3a40f5a517572 2,669 0.87/1.00 vMB 12
610,164 610,164 00000000000000000009cb6e633e91f2c24c9e89fa9baabc9c4fc457ac5eba2a 2,385 0.71/1.00 vMB 10
610,163 610,163 0000000000000000000eec314e205d610e3d42c4086ac55f37bebcb8a4def283 2,591 1.00/1.00 vMB 4
610,162 610,162 0000000000000000000b6b0e0c542262575d7f96a2d3f7b4e9c5b13e4717ba1c 1,852 1.00/1.00 vMB 6
610,161 610,161 000000000000000000135d5ea212c94f486366843d34cd9c8fcb65edd538c7a5 2,922 1.00/1.00 vMB 18
610,160 610,160 000000000000000000035ec8771731bf70511888476d4738a4b351aed66bd80a 2,864 1.00/1.00 vMB 7
610,159 610,159 0000000000000000000fdd1788474d58079a7b517926a852112554f066ec97ae 2,008 1.00/1.00 vMB 24
610,158 610,158 00000000000000000009df1080e50c484f6c194aa177f2ff34d2cdb39259e873 2,087 1.00/1.00 vMB 24
610,157 610,157 0000000000000000000652e1103f70a49c167a0026455715000b005605eb9965 1,137 1.00/1.00 vMB 62
610,156 610,156 00000000000000000001eab87aafec18209d17fd4a18c0d6422ffd1f9cc559fd 1,158 0.40/1.00 vMB 10
610,155 610,155 0000000000000000000488ec87ec7a8faf7d39057b8d51de1df91d88fd1272a1 1,153 0.37/1.00 vMB 13
610,154 610,154 000000000000000000002ba26277c3049052adaf2fe450faa1f82aca00175ca3 2,489 1.00/1.00 vMB 15
610,153 610,153 00000000000000000004930d41c26b05e74d9df1a6df55c411ae2414509b51da 1,608 0.49/1.00 vMB 12
610,152 610,152 00000000000000000002d6a92e41a1a2272e713a97608bc807d8a85d26bf9a51 817 0.24/1.00 vMB 12
610,151 610,151 00000000000000000004792936375db4d57fff5b55f7a553dd6ecf961f8d1489 2,809 0.98/1.00 vMB 10
610,150 610,150 0000000000000000000ab5e5e59b900246b25c32a37641181c05df1ec5fdb7ab 1,772 0.75/1.00 vMB 8
610,149 610,149 0000000000000000000556d3bbfce4822cc3d43a8010da4b5b039648a4bade0d 2,677 1.00/1.00 vMB 12
610,148 610,148 00000000000000000008be68f045268fe7edefd4f8a539ef03187c29ca51e2be 2,587 0.80/1.00 vMB 11
610,147 610,147 000000000000000000011965529f3f5f3938be6016c02fb1c3601be2db0e1809 1,722 0.59/1.00 vMB 13
610,146 610,146 00000000000000000013f840a21d69cda0f4d9c441927231d68e7b894aa79704 1,549 0.45/1.00 vMB 10
610,145 610,145 00000000000000000004366425958f8476d90afa167f25e24e47789cf365f487 3,202 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.74 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: 708.15 GB
    • Received: 16.72 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.