Loading Tool

Explorer IconExplorer

Memory Pool

70,836 transactions
27.13 vMB
0.06269549 BTC
Random Selection Loading Transactions
Max Size: 164.10/200 MB

Candidate Block

Mining Attempt 2a4af208563fd933a778d61217ded9b376a9b83e49f28c4b745ac7c79c927500
Version 20000000
Previous Block 00000000000000000001fa28c0541d9b7b6b7fcfbc418a3c8acf1bd219f1da03
Merkle Root 31192a67679c8e6a940c14a192c6186828432f86e2b3b7932af8e93351dd64c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,589
Size: 1.00 vMB
Total Fees: 0.00452223 BTC
Feerates: 40.20 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,605 (811,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,865 103,865 0000000000026539aba001ff072b7ee7cf21617340e974824962eb6edbbb3e5f 21 0.01/1.00 vMB 0
103,864 103,864 0000000000032346aabdf085b130543f26bc99455d3e0c230ea154bd7b841c94 2 0.00/1.00 vMB 0
103,863 103,863 00000000000329699a6986cd9b7f42a27649e28a23d861c11ea640e2e8be7b56 1 0.00/1.00 vMB 0
103,862 103,862 00000000000387667140de02a236e965ffa4ccfa4e181fb13e13b05ddc3285cb 10 0.00/1.00 vMB 0
103,861 103,861 0000000000000dae00c5fd07119ae3c198b3728de3d1c2c82450c5e023ea0b1e 12 0.00/1.00 vMB 0
103,860 103,860 000000000001a85a7c316ac58c0b5d843a15562fbac567a325aaeaa95eda07c1 10 0.00/1.00 vMB 0
103,859 103,859 00000000000138b80869d1eb35675e5ffa94152467ba466cfd71b32878e7c233 5 0.00/1.00 vMB 0
103,858 103,858 0000000000037d064e9d6094670226c516703e25f6f8cab62bc33b3c58e82bee 11 0.00/1.00 vMB 0
103,857 103,857 000000000000b52121aefd54e7297323aaaa6ba8a49222531b2d8c5134bfc65c 21 0.00/1.00 vMB 0
103,856 103,856 000000000001c5fc66c749abf1a58ef1f497e13e9767476b8f129fa221433f7f 4 0.00/1.00 vMB 0
103,855 103,855 000000000001b87f88b500c6c68dff906d0ebc90aac622bd52506b3f425de673 3 0.00/1.00 vMB 0
103,854 103,854 00000000000057180372829e408cb24380c5c42ef11ee68b0a354ad2c580dd95 3 0.00/1.00 vMB 0
103,853 103,853 00000000000044347595f8fa546c2e94c60ac4b64ff74a50b49d5a2bf91f710f 7 0.00/1.00 vMB 0
103,852 103,852 0000000000033246a6dba559c1b2d8992c313840d4aaa2d5acb558d916884ac8 13 0.01/1.00 vMB 0
103,851 103,851 0000000000014380f5cd60e2bba2c1c3ae9d18319c355c5853fad8b62aaef739 30 0.01/1.00 vMB 0
103,850 103,850 0000000000008d692b65614cfc477d30dc72b915f5af6586d00b017283c50ce0 22 0.01/1.00 vMB 0
103,849 103,849 000000000002dbf09da05b3f065d64c9255bb93110c46f6f86c89bb6b8515c78 6 0.00/1.00 vMB 0
103,848 103,848 000000000003554adb33a93380affd03c11f48fbb02f02216417ee9ec106cb8f 9 0.00/1.00 vMB 0
103,847 103,847 000000000002829329851c5e6f7584608c44e8ff6a7b1ef0117cf0bb420917f4 10 0.00/1.00 vMB 0
103,846 103,846 000000000001f2fa2d36acc684130826e6c375e632de0e7a26078208eb0fc73c 7 0.00/1.00 vMB 0
103,845 103,845 0000000000017ad11a7a4006ece4cc5c8ea414ad6b7982a3354fe43152ed0bc6 22 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.44 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: 770.72 GB
    • Received: 19.96 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.