Loading Tool

Explorer IconExplorer

Memory Pool

41,558 transactions
26.09 vMB
0.05736505 BTC
Random Selection Loading Transactions
Max Size: 136.41/200 MB

Candidate Block

Mining Attempt 2f3bea9e6796aa9b00f6385ea0a2262d8d9c18cfbb2b932f5bd0077d00d4629c
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 12b38c62ff918df11363a839a3b7f69fe1ca7bd3250c422660e3762217611727
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,479
Size: 1.00 vMB
Total Fees: 0.00980486 BTC
Feerates: 100.00 > 0.98 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (181,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,659 733,659 00000000000000000003f1bceca5113692e355a9ed70169ed567aebb9d86f2e2 2,477 1.00/1.00 vMB 8
733,658 733,658 000000000000000000057a0c2d4daedfd080ea7bb47d9c1b3d1d2bdf0aca0952 3,025 1.00/1.00 vMB 8
733,657 733,657 0000000000000000000384eeb7432a64cbfb0986db494e1e6892734f976c962f 2,259 1.00/1.00 vMB 4
733,656 733,656 000000000000000000081eee4e65710c28613eca10c488c059424d3b796207ce 1,317 1.00/1.00 vMB 9
733,655 733,655 00000000000000000001ea9a819bb6e1a851edd9ae0ba584b89f50b7c49a40c7 2,360 1.00/1.00 vMB 5
733,654 733,654 000000000000000000012d30bb56984ad2355cabc6b6007f733e9573a7f81625 2,057 1.00/1.00 vMB 11
733,653 733,653 00000000000000000007893dcc97d95a7701558f23b8db112bee71990f1c25a8 1,591 1.00/1.00 vMB 5
733,652 733,652 00000000000000000002c701f6621b505d4f116ae567ba6783ed1db311502667 2,899 1.00/1.00 vMB 10
733,651 733,651 000000000000000000040440b6a14c46c065608f5e45c88696c4d42d1d5071e5 2,674 1.00/1.00 vMB 15
733,650 733,650 0000000000000000000052f9a906f9f0be32885d8102c65fecd57156cebe8391 1 0.00/1.00 vMB 0
733,649 733,649 0000000000000000000069e7699c3f305c4517df6688b7d0c0d5cc42e28d361c 3,277 1.00/1.00 vMB 14
733,648 733,648 0000000000000000000639b72b30b262fef3dfe6edc1d87afdb231ae0cf1bbd3 3,610 1.00/1.00 vMB 12
733,647 733,647 000000000000000000038ea274e6a9da6ed49c30d8ae112f7959b623a1d59b47 3,311 1.00/1.00 vMB 22
733,646 733,646 00000000000000000002acac62feec2f24b1cc58413e7edd6d892a047d8277cd 2,184 0.76/1.00 vMB 4
733,645 733,645 00000000000000000004e3ff5abf63e17b9c52ba1d6fb9a10eeb780ad8142cf0 3,238 1.00/1.00 vMB 11
733,644 733,644 00000000000000000007fcaba6a22e2040493d79bde610f0c623c1860f9d0729 2,096 0.80/1.00 vMB 7
733,643 733,643 0000000000000000000140e246582ba4e552d60647767ec3015c70c100ecf1d0 123 0.02/1.00 vMB 10
733,642 733,642 000000000000000000076572c25d3d49df3b76dd4314270220168c0000c4eecd 174 0.07/1.00 vMB 8
733,641 733,641 000000000000000000086c1235a6a4933460cd7428124e2dbdc2ee486531cf5a 1,162 0.45/1.00 vMB 9
733,640 733,640 00000000000000000005cf52ae739d60fd05e1f3a2cfa357e0211df6bb95fb70 946 0.41/1.00 vMB 7
733,639 733,639 000000000000000000008a41d81c65eea080708fe78e37538cc65f662266f7d9 203 0.04/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.