Loading Tool

Explorer IconExplorer

Memory Pool

40,328 transactions
26.05 vMB
0.06777257 BTC
Random Selection Loading Transactions
Max Size: 135.42/200 MB

Candidate Block

Mining Attempt 87e1c1eb9a61e5e803647ba98fc8cdea62668902623d79ba95949c8c54035662
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 9496ada3bd1c2767e73fb6ade66b7442ee2a980e5b7fef9df574403283dbccd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,411
Size: 1.00 vMB
Total Fees: 0.02033339 BTC
Feerates: 150.98 > 2.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (120,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,867 794,867 000000000000000000011c27ce81199b4627b62decbeec0f358bcfe3f3befe21 3,370 1.00/1.00 vMB 26
794,866 794,866 000000000000000000033b8d674813767b2d1a7f6bb0568bdbdebd2273b08647 1,143 1.00/1.00 vMB 13
794,865 794,865 000000000000000000020829bed823b32eade137a54db0918effb018b2cadbec 1,179 1.00/1.00 vMB 13
794,864 794,864 0000000000000000000243856db5163ccfe7619d7b660d34985d16147727ac7d 1,225 1.00/1.00 vMB 15
794,863 794,863 00000000000000000003369fa7d3835c6f28e03ef44f94577714076f1e74fd1a 1,972 1.00/1.00 vMB 20
794,862 794,862 00000000000000000000964fa04420023fdaa5c4ba0547a4d6bbb0fb4bd9e1d3 1,437 1.00/1.00 vMB 17
794,861 794,861 000000000000000000055cb60cdbbc3796893df47c3b33cb2934a851f4a41368 2,961 1.00/1.00 vMB 28
794,860 794,860 000000000000000000045f4d7f01a96f440b05c81efc586389bfdf4c3f631c76 2,038 1.00/1.00 vMB 17
794,859 794,859 000000000000000000017eb780c86f1d29c2bc92ade32f4ae091cbd79f058b30 1,618 1.00/1.00 vMB 18
794,858 794,858 00000000000000000002e338d40c7414e2835b1df04b7e0f8cdd32a4a1e2a24b 4,140 1.00/1.00 vMB 20
794,857 794,857 000000000000000000039c55172a63f4c6c283082ec707d24e94df22848bcf2f 1,151 1.00/1.00 vMB 13
794,856 794,856 00000000000000000005364864a7cee7bdfde1f05c357113914377c0570dd6a7 2,828 1.00/1.00 vMB 20
794,855 794,855 00000000000000000001d2cbdffd1c2ed1c1bcfa8c2a629ed09dde3bbed448a6 3,112 1.00/1.00 vMB 36
794,854 794,854 0000000000000000000474adec14d1c26e6f618a6ef5ca10e3dc7d3486b1097a 2,750 1.00/1.00 vMB 23
794,853 794,853 0000000000000000000161750569dfe8b56f9507c9871c62f2cc46e3e02aa196 3,398 1.00/1.00 vMB 23
794,852 794,852 000000000000000000013d0254c7c06994c20d6a20060653cffd4661137a88e0 2,865 1.00/1.00 vMB 25
794,851 794,851 000000000000000000040e90d0bb704dc53f6d54b250b584b38c66fce3e3468a 3,849 1.00/1.00 vMB 20
794,850 794,850 0000000000000000000034fb3c0b9d37833958e2b34b5a81275175f8e8b5f7d2 2,311 1.00/1.00 vMB 26
794,849 794,849 000000000000000000015d7a1d1fa8af652a6961444c603c6199873b89f43e38 2,333 1.00/1.00 vMB 18
794,848 794,848 000000000000000000008c5d9b4409be9c789e3a16da29dee04fb264c28dde4f 2,802 1.00/1.00 vMB 21
794,847 794,847 0000000000000000000342119b17979f25376ad4f9cb7a1a4fdec4b4a56ab55c 4,462 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.16 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.44 GB
    • Received: 13.88 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.