Loading Tool

Explorer IconExplorer

Memory Pool

40,864 transactions
27.93 vMB
0.06398540 BTC
Random Selection Loading Transactions
Max Size: 143.38/200 MB

Candidate Block

Mining Attempt ea172c3c19ad60eb737fbfce4ac70e53973611dfe448ba11b5cc3c268b55b817
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 15860fca874b065eac06e69d42086c626bc7d2c0c0a43fd2703dc03b48ce6c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,653
Size: 1.00 vMB
Total Fees: 0.01042830 BTC
Feerates: 100.56 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (906,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,678 7,678 0000000054c0a09c2e117a91de7d8ef14622401ce819f8b3311356b3feddb373 1 0.00/1.00 vMB 0
7,677 7,677 000000009dc6fb77901a725e54e43cd61a5b96b23c60a76ea62ad186daa83c0d 2 0.01/1.00 vMB 0
7,676 7,676 000000007af9c512fabf297e811f7bc63230e165745fcff33f192f8cdae15a4c 1 0.00/1.00 vMB 0
7,675 7,675 0000000001a786952d564dc9f094b7198b509eac6783583b52e1d800ec2c097f 1 0.00/1.00 vMB 0
7,674 7,674 000000003829f9dca9992cb57be455c82332804ea5cb4ebabc316955eb982b56 1 0.00/1.00 vMB 0
7,673 7,673 00000000433a11e2590d8d0fe62fd8a32aafed850584b3fe1f837109ea23df7a 1 0.00/1.00 vMB 0
7,672 7,672 000000009792577a31d565fba6c9b4ef45ac219c3fb2d8fd76d1189a79885ce5 1 0.00/1.00 vMB 0
7,671 7,671 0000000015efcde5bd5c82d81cd6a4f8f7b8a8cbe16c9190735ca3e054b3ccf3 1 0.00/1.00 vMB 0
7,670 7,670 00000000ff0f28a34a9fe0eca704612149b0ab4317ec75f37e86c41adba879a2 1 0.00/1.00 vMB 0
7,669 7,669 00000000cd78da22f490f21db457237ac26725852aa58aa0650cb4e1c6885a47 1 0.00/1.00 vMB 0
7,668 7,668 00000000aa2ad049e5189761e4e1e1e1dfda226cc3ff615da71080edc896f0ae 1 0.00/1.00 vMB 0
7,667 7,667 0000000041904cbd0779990fc4403194e093447a18a7c5a7c2d820dbc2497c81 1 0.00/1.00 vMB 0
7,666 7,666 00000000eb1955ce14a5c2d9e3aca735de89d476b5028be84dff82c476563a40 1 0.00/1.00 vMB 0
7,665 7,665 000000008883d98fd3816ed207d7af28056083abb2edfe78f2f8ac1bccefdd97 1 0.00/1.00 vMB 0
7,664 7,664 0000000061371d1d2960260e545f235dd1d541ac0344c0b294f6fef9e4b9710d 1 0.00/1.00 vMB 0
7,663 7,663 00000000841f8dff7aa728b2d97e385fbba5b54e48be02a3da64041e63fc71d5 1 0.00/1.00 vMB 0
7,662 7,662 00000000ad9541c4e7e642c4ff2208bf2bf44aba0166b17763e1b438afe61ed6 1 0.00/1.00 vMB 0
7,661 7,661 000000000e6c383151952272004fa669ed3387b5fe8694d6032198b62d849d31 1 0.00/1.00 vMB 0
7,660 7,660 000000000e36a73d4f89659f60fb02e7d3785653cb561ec10dcf37c0a21f28a3 1 0.00/1.00 vMB 0
7,659 7,659 0000000032210a550a05eae0b103aaf0da198a49342fa9822378171b4dc959ee 1 0.00/1.00 vMB 0
7,658 7,658 00000000d431d2d4c83af8e071ddca5a02074f7efb1d5b53c6a9b4c406ec3797 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.73 GB
    • Received: 12.08 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.