Loading Tool

Explorer IconExplorer

Memory Pool

77,263 transactions
28.86 vMB
0.09857189 BTC
Random Selection Loading Transactions
Max Size: 175.11/200 MB

Candidate Block

Mining Attempt 87fb5bccd6842edfa93c35115f3ae20da7f75775a2ff90c8ed91a9ef58668ec9
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 8e3a7f5177ec6e3beb16abe9b0e6eb61cf3c7157bb77d1a90bc7a713877c1153
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,419
Size: 1.00 vMB
Total Fees: 0.03036262 BTC
Feerates: 180.82 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (807,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,850 107,850 0000000000003fffdd91dc2c879a061b50c220d6b3a329a6f7510122738f4571 4 0.00/1.00 vMB 0
107,849 107,849 000000000000a1cd1cd17be6f96126f163ead5f0abc3f86c0e423c2bf067e002 1 0.00/1.00 vMB 0
107,848 107,848 00000000000126d34a013078a2146a2c1ffa31b52f300b6673487d39bbd5ed09 5 0.00/1.00 vMB 0
107,847 107,847 000000000002034a319a7abbf7d780e5cb1d3063d67871cefd8051521578a7a0 3 0.00/1.00 vMB 0
107,846 107,846 000000000000a04b6c1fe5efed82f2e25399432495bc06229f198c1617bd8b9c 5 0.00/1.00 vMB 0
107,845 107,845 0000000000018a9476659496b884cdffb60fac326ecc1094029242fc57b55c86 7 0.00/1.00 vMB 0
107,844 107,844 000000000000b350119d7d878da4a96e16d5c18408bb53f245e7e5458a886fe5 8 0.00/1.00 vMB 0
107,843 107,843 00000000000271d2a399cc0e7ca7aa68f58c19b613c888d84052da0f3d2b666d 3 0.00/1.00 vMB 0
107,842 107,842 0000000000010d237a411d68d94ff1afebfcbc0109055584caa2341d7d755f65 1 0.00/1.00 vMB 0
107,841 107,841 000000000001b367feb7b1d4d8abe1dfbaa7046ceaca785830ec8399718e0b1e 6 0.00/1.00 vMB 0
107,840 107,840 0000000000013e3a53c3520fe9db7e915b47dc95f4cc3e1f52ffe39c994d14f3 17 0.01/1.00 vMB 0
107,839 107,839 00000000000195d61d0d488ba200673e12bd6a06e33ef939afb064370a4de2d2 38 0.01/1.00 vMB 0
107,838 107,838 000000000001f4c28c70b13a64b0672320d4df1cf44101e2076b12ab9a7ce588 9 0.00/1.00 vMB 0
107,837 107,837 000000000001dca992c047c58df332533263dfb787ae79b89ec8e128176e19dd 2 0.00/1.00 vMB 0
107,836 107,836 000000000001166c7a41224bfc6c9a8d6c7b6017f37b23cbe6ad571744cc19be 1 0.00/1.00 vMB 0
107,835 107,835 000000000000c98ac689252400e43a3a91bf3e7b4b6cf9bc0cc3558fd1dba0df 3 0.00/1.00 vMB 0
107,834 107,834 000000000001a2775e31a96520116bb3a1c6c2f8978b1f754909ea0f945e85d6 4 0.00/1.00 vMB 0
107,833 107,833 00000000000019a48c0be6e33a7aaeda1e62a10aaa2bba669f23f059a378f7ee 2 0.00/1.00 vMB 0
107,832 107,832 000000000001c9f3737ffc5e2e1d6753015107bb3a7447ffa244c73d6df1bb3d 3 0.00/1.00 vMB 0
107,831 107,831 0000000000007c8d52b4666a06d94c557be482fdea72acb7614943212392c030 2 0.00/1.00 vMB 0
107,830 107,830 0000000000008c4a19662a391d7deb342d436f25cae16edb3dcc9d8bc2899e04 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.