Loading Tool

Explorer IconExplorer

Memory Pool

40,864 transactions
28.04 vMB
0.07758651 BTC
Random Selection Loading Transactions
Max Size: 143.83/200 MB

Candidate Block

Mining Attempt ca8f94a1b4d9bce90217e1a7528e981fc59f25c8e111408fae912e5c3a1e93f1
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 1c8956aa7cf493d4ea6e2c338b3681230bb19e6271a5b11b2bdffbbba8866b32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,459
Size: 1.00 vMB
Total Fees: 0.02327222 BTC
Feerates: 100.95 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (389,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,684 524,684 0000000000000000001b15e42d57e96d7696bba63966052534e6926c007dfa36 1,365 0.53/1.00 vMB 22
524,683 524,683 0000000000000000002d5484373daabddfe086c10463c810f946eb425a8a4e56 1,022 0.36/1.00 vMB 38
524,682 524,682 0000000000000000002a32313c36b88b5f738ffbc5d72ac43b4f3a468e7808a8 608 0.28/1.00 vMB 31
524,681 524,681 000000000000000000095d0d9db06aeabbd5f40fdc9d0dd6406bb7e5d0d3fe84 478 0.18/1.00 vMB 26
524,680 524,680 000000000000000000253b6bfbb3c2ec7d473b324f3e65fe0ac677ab589b4586 424 0.22/1.00 vMB 34
524,679 524,679 0000000000000000004125770ac39d4c317b21b521f0489a7a6ff8c5e71d4df4 1,086 0.36/1.00 vMB 29
524,678 524,678 000000000000000000080f2dbe21df4351bab527624fbc5c9d9c61dbb7e59c59 658 0.44/1.00 vMB 12
524,677 524,677 000000000000000000096122c41e0a3e6f935a43753f97991b6a4e45492f9286 698 0.33/1.00 vMB 27
524,676 524,676 000000000000000000331f064a0ba7a67fb632d3b24e2a887a6a41cd57a3f2f4 2,777 0.97/1.00 vMB 30
524,675 524,675 00000000000000000016935916d7c7ed5d57092ea1210abb45e75c945e3e6437 240 0.09/1.00 vMB 19
524,674 524,674 0000000000000000003221c83cb92c13cb6320d008cbd0848ae5d3e7c7dc4ff1 1,334 0.49/1.00 vMB 30
524,673 524,673 00000000000000000018a2d85953b905d4053a2a787b6655355ca47a913e31ac 206 0.07/1.00 vMB 17
524,672 524,672 0000000000000000001bd27eb0fc11231c1d34d9e96ee49179471e1b6ee9d2df 1,110 0.50/1.00 vMB 42
524,671 524,671 0000000000000000003efb1a0fdf82ada7f0c24370d45b565aa41f341d0d463e 1,264 0.47/1.00 vMB 31
524,670 524,670 00000000000000000016f7c9e5eaebe0ca829f73457b202efcb6c002c30864ce 1,661 0.69/1.00 vMB 25
524,669 524,669 00000000000000000016119d9ee53af889ec9100b9cbb6eb263d708cdec8e5f6 824 0.43/1.00 vMB 24
524,668 524,668 0000000000000000003c51ffaa9aa3954a5a07142f26f2e9da8ecc669f48b859 1,132 0.53/1.00 vMB 20
524,667 524,667 00000000000000000030bd5c03e791485297e111ccf5b91da5b6ec4603f2f31c 573 0.26/1.00 vMB 45
524,666 524,666 0000000000000000002185bd2adde65bccc0bb633c86f53b950e494513de3212 501 0.24/1.00 vMB 17
524,665 524,665 0000000000000000001776f090def53420c82b780beeb6c3cf9c5efec5025977 2,587 1.00/1.00 vMB 24
524,664 524,664 0000000000000000002b8a656f58228b89964acac841f6e020b915dd8b95a257 899 0.46/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.76 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: 632.39 GB
    • Received: 12.11 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.