Loading Tool

Explorer IconExplorer

Memory Pool

38,634 transactions
26.70 vMB
0.08549765 BTC
Random Selection Loading Transactions
Max Size: 136.92/200 MB

Candidate Block

Mining Attempt ea94b2b3e28c73f4ca2ae0e7c90d7192ec473e3c2df601b64f17ea9fec397be7
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root e7fc8f3513a8a9d7a59eed8e1e82f07a2590386dfa8bf7244cad1fee2bd56d4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.03227276 BTC
Feerates: 152.71 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (52,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,971 861,971 00000000000000000002ebcfa50e85dd528ab38e65d56dcc28016b235d3fce25 3,338 1.00/1.00 vMB 7
861,970 861,970 0000000000000000000258d08c6d86e8ce3fa5cb8cea6bf1797808afe7224607 3,003 1.00/1.00 vMB 5
861,969 861,969 000000000000000000007152c2511277e56675e0fcc1714e0ee8f9937e446b47 6,000 1.00/1.00 vMB 3
861,968 861,968 000000000000000000008e70955b851db3187765fe2eb9cbfa6cd8160d7b6965 1,946 1.00/1.00 vMB 4
861,967 861,967 0000000000000000000053d4dcfd9448d68301de177ef26e64d32a196fe9cb32 3,622 1.00/1.00 vMB 6
861,966 861,966 0000000000000000000080cc95a6e7a9e6e120ea6f0c1b9409eafae5eb3e6844 3,543 1.00/1.00 vMB 7
861,965 861,965 00000000000000000001783b53b6554f83f940770f8de73f02b23fd2dcc835d1 6,095 1.00/1.00 vMB 3
861,964 861,964 000000000000000000005fb42300a87a7e38b1227713fc4e0eb7bfe9c5fd9da0 7,890 1.00/1.00 vMB 2
861,963 861,963 00000000000000000000c6334d98d5c118ed19589fda2a1a2ce40e1bd31e7a07 4,800 1.00/1.00 vMB 3
861,962 861,962 000000000000000000003c48eee73c444da70aefbe9e889a7c138419f40159e3 3,831 1.00/1.00 vMB 8
861,961 861,961 000000000000000000010ea21ca3492d2eff35289c997fa3058582b82b36b5bb 3,743 1.00/1.00 vMB 9
861,960 861,960 0000000000000000000232dce52563566d6770eee8179a6b6ee2a22f10e76836 7,769 1.00/1.00 vMB 2
861,959 861,959 0000000000000000000148b6344695e6e527811ac778acdab3f3ca7c03faaaf5 2,970 1.00/1.00 vMB 4
861,958 861,958 00000000000000000002465fe72b8e9ee54d90fb660b76b1abb7964138eff7d1 3,297 1.00/1.00 vMB 4
861,957 861,957 00000000000000000000206a182c661c52ca52789bb22844bb3c562d3c31fd99 3,872 1.00/1.00 vMB 4
861,956 861,956 000000000000000000009c95194c9fe971932ca19df2ab63f69d1e67f26e05ea 3,034 1.00/1.00 vMB 5
861,955 861,955 00000000000000000001484e7829d35726ca77f421bd60f0944bacbac215d91b 3,897 1.00/1.00 vMB 7
861,954 861,954 0000000000000000000214a5f10f5f185c834ebde3b5f305ba743b7bf4ef5ebb 3,236 1.00/1.00 vMB 9
861,953 861,953 00000000000000000001b59b9627c6dd97e541787b2cd2ed48405d32156e81bb 4,223 1.00/1.00 vMB 5
861,952 861,952 00000000000000000002d3a1c85b6c2a8b69f2b569fde9433d31d82d36c9d041 3,408 1.00/1.00 vMB 11
861,951 861,951 00000000000000000002ad17ad7773312f0d70883123c0e9877c6a07631d42b1 3,375 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.84 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: 637.50 GB
    • Received: 12.42 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.