Loading Tool

Explorer IconExplorer

Memory Pool

42,395 transactions
26.14 vMB
0.05083843 BTC
Random Selection Loading Transactions
Max Size: 137.38/200 MB

Candidate Block

Mining Attempt e64c3530e851660d78efe87f0d67eee60d83a38f7c63760e81e27dd59b19b0b6
Version 20000000
Previous Block 000000000000000000012de3dfbb8c9fe02a03d08b739b2b517f414f317d3d4f
Merkle Root b33d4bfd135692b5d8aee6cccae1cfa83844cef66c702e13169fca47a6f99951
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,898
Size: 1.00 vMB
Total Fees: 0.00310044 BTC
Feerates: 12.16 > 0.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,725 (94,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,769 819,769 00000000000000000002aba958918e35f0dd348675e8b8863ddfedd0c111d269 3,446 1.00/1.00 vMB 136
819,768 819,768 00000000000000000000e26e6d7eb82606545c9ab93d913967dda108bd3dc079 3,645 1.00/1.00 vMB 143
819,767 819,767 000000000000000000024d52e7084aab7973ec4a333cebb54035159884a5fde6 3,273 1.00/1.00 vMB 152
819,766 819,766 00000000000000000000292eeb365e645dbaae09a65e90f26a57e41913798be7 3,363 1.00/1.00 vMB 122
819,765 819,765 000000000000000000026dd7aa8956ce16bba634be067884618eefbb84ca0371 3,699 1.00/1.00 vMB 108
819,764 819,764 00000000000000000002ffdce1b07dd5b59f448905f9b61ac9a89bd9d9563487 3,455 1.00/1.00 vMB 132
819,763 819,763 000000000000000000020fb5a16766e93872074b5376c4117f08d747c761cc8c 3,738 1.00/1.00 vMB 119
819,762 819,762 00000000000000000000cef2ba8b5f2acab8c2c3906a435b51969b61165e866b 3,147 1.00/1.00 vMB 130
819,761 819,761 00000000000000000000f6ef8eaef6bfdb984a0b0fb4fa9624dddd5e48838545 3,502 1.00/1.00 vMB 128
819,760 819,760 00000000000000000003ebb95c104c25a324783fdf56f8cce6ccb33d083dfa5a 4,231 1.00/1.00 vMB 129
819,759 819,759 00000000000000000000043113db7277e8f6231d9c1bbe9b8a85c8258c936514 3,957 1.00/1.00 vMB 171
819,758 819,758 00000000000000000001d375f0353e004739aa768c52dc0c4920dec3b8eb2a2e 5,192 1.00/1.00 vMB 142
819,757 819,757 000000000000000000031c5cae6c1030e8f7bb443d276560e1f06a052aa09b73 5,037 1.00/1.00 vMB 159
819,756 819,756 00000000000000000002d7d052a47a7fa79a955754f0c06174f55fbebad6a83a 5,234 1.00/1.00 vMB 126
819,755 819,755 00000000000000000003d905f2889bf0e2157b9ae625bd9dc36010fe96ccc0e0 4,220 1.00/1.00 vMB 140
819,754 819,754 000000000000000000008285b13710b0538439a555986e06d4eb8e9d1c3af2e3 2,806 1.00/1.00 vMB 91
819,753 819,753 00000000000000000003833bfed3073f5ffa13a2c727d763537902f4c88374a2 3,845 1.00/1.00 vMB 60
819,752 819,752 00000000000000000002393d3f2e2f6adf0e6b67c6d1ff4466b416f30c9207ba 3,554 1.00/1.00 vMB 67
819,751 819,751 00000000000000000000eccf59870a72bab8f784db2bf70c6b658fa5fa742a91 3,813 1.00/1.00 vMB 73
819,750 819,750 00000000000000000002d311ad8da2e7551130798984e20c87b8156c3d27d261 3,495 1.00/1.00 vMB 86
819,749 819,749 000000000000000000018d2263ab69cec320964902cacff987ce1ea7f23807fa 3,360 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.91 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: 645.71 GB
    • Received: 12.76 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.