Loading Tool

Explorer IconExplorer

Memory Pool

78,109 transactions
28.97 vMB
0.07246573 BTC
Random Selection Loading Transactions
Max Size: 175.50/200 MB

Candidate Block

Mining Attempt 1776ad6bb12d6a8e5dc62f8688959eba75796503a2ea79bd9a86a54954526cb6
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 406476390d738c7af6746c59c0397566f3bd38dfb5e7d247070ab8e9e78bdde1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,458
Size: 1.00 vMB
Total Fees: 0.01211216 BTC
Feerates: 191.02 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (719,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,733 195,733 0000000000000322e6996a238ea1d6e3fdc5d6bf8b9925a8e156585dad1b6698 97 0.05/1.00 vMB 113
195,732 195,732 000000000000064bf2acb03d8ecf1dddfcfefbdc031f9c1c5ad38ff5e1c946c8 109 0.04/1.00 vMB 111
195,731 195,731 00000000000003b5f4cee49c52b757b32a9d4dabbd87a12fd52f0a4a064eab4c 128 0.07/1.00 vMB 95
195,730 195,730 0000000000000609bbf1ca4d11d9c3b76ee63d1a12043f62d86c3d9117d92bf3 32 0.01/1.00 vMB 0
195,729 195,729 00000000000001a03acd2030842b7acab2c90384de097fd2f8717754f7bfce35 141 0.04/1.00 vMB 91
195,728 195,728 00000000000004e0e6233f0c439d3d39d438934cf01d1a40dfa818de661f0fb0 408 0.17/1.00 vMB 129
195,727 195,727 00000000000000a7ab6d931db9c7115bc27481c9bb68155bd050b19ad0d44349 132 0.05/1.00 vMB 145
195,726 195,726 0000000000000371173039c15e91734965e2d91c1bbab9db4b2d34beda16e5b9 71 0.02/1.00 vMB 146
195,725 195,725 00000000000002e1e450c1739ed286f44542bbcb6f399b313db57634425b0ad8 32 0.01/1.00 vMB 5
195,724 195,724 0000000000000268da99cd8ee280d66f5d00905244e9e13cee3e415d2737050a 17 0.01/1.00 vMB 79
195,723 195,723 000000000000010deaf99d1eb6ae5529985a056236ed1109675b8e4ab220b62c 80 0.04/1.00 vMB 198
195,722 195,722 000000000000059594129d6ce2d34aca09c6168a99f07192c30d2ef5576606be 122 0.04/1.00 vMB 67
195,721 195,721 00000000000003ac06a3a0fa96bfce8537654903419e6736d3b9bd35d3731da1 13 0.00/1.00 vMB 59
195,720 195,720 0000000000000266d2edcaf2a81cb2349cfd2ba3abab44e69160cc94ec24b311 4 0.00/1.00 vMB 0
195,719 195,719 000000000000012848a9aaa09a2467e82a46a6b1ee6dee1c29c436b4dfed8d84 59 0.02/1.00 vMB 134
195,718 195,718 000000000000048306097e432cce1f7fe2f0890e824359f062f3bc0bb2f3a1bb 11 0.00/1.00 vMB 492
195,717 195,717 00000000000002cc5db3c22ba733fce733380016a580ae9b00a3c80f6edca6c7 111 0.03/1.00 vMB 0
195,716 195,716 00000000000004d52a461a74f4e3c9ebd6eff9b563727eaea2850d659f02a6f5 13 0.00/1.00 vMB 62
195,715 195,715 0000000000000067a8c6261ce0d0e4cc8c3db96fa695570e031837d76f4089b2 35 0.01/1.00 vMB 129
195,714 195,714 00000000000003d9ae84dcf16bb8eac91fcc40705e8339adf7f46a7bedd963b0 118 0.03/1.00 vMB 169
195,713 195,713 00000000000004f785cc78db78bfd9e56ac40c71e0c9d26b1bc4a3929799ae46 399 0.17/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.55 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: 669.57 GB
    • Received: 15.75 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.