Loading Tool

Explorer IconExplorer

Memory Pool

79,896 transactions
29.79 vMB
0.07342839 BTC
Random Selection Loading Transactions
Max Size: 179.30/200 MB

Candidate Block

Mining Attempt 5f8bb1a53859c5c6520ba98b5db07ccabd0020fbe817afb096e2b27f67ff9ca2
Version 20000000
Previous Block 0000000000000000000186bfb192e08305a7c150b4fc05a0643f576b085496a7
Merkle Root fcb92f16bba79fada561d11cdce0cbdaddb586e2a75f185234682b11a447ee04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,911
Size: 1.00 vMB
Total Fees: 0.01275354 BTC
Feerates: 163.64 > 1.28 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,992 (178,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,044 736,044 00000000000000000001158437abd4825e562d238607de5ea95251c5354ad8ea 2,796 1.00/1.00 vMB 26
736,043 736,043 000000000000000000027e2b977f23b96ce0c8b49564b29ae2725b42a73b28bc 3,043 1.00/1.00 vMB 29
736,042 736,042 00000000000000000004d9adcdb1876b3f86ba648443c8d676cd5b5f4946b71e 1,922 1.00/1.00 vMB 17
736,041 736,041 000000000000000000049922057461c0e3f5e0d8d75eb27b489265213e74aefc 2,738 1.00/1.00 vMB 23
736,040 736,040 000000000000000000085868721c4d1970aff8f533892d0980e378e9cb919395 2,932 1.00/1.00 vMB 35
736,039 736,039 00000000000000000007ae5f7e2aff531afa53a07a27cc4a3b3f2df4efb44714 2,235 1.00/1.00 vMB 22
736,038 736,038 00000000000000000002b453b6d92ceaabab03ec772b9e217fded0ea0cfad166 501 1.00/1.00 vMB 14
736,037 736,037 000000000000000000032f4fad1bbd1061406b786baf5e44e63f2bde607e0ba0 2,631 1.00/1.00 vMB 23
736,036 736,036 00000000000000000003b4f2195823e185a7a9a68f6b4d61173a77a24defccdf 369 1.00/1.00 vMB 14
736,035 736,035 00000000000000000000e2dc757286d5f2b2f4a370d7702f00b1dde130ac09da 2,094 1.00/1.00 vMB 20
736,034 736,034 00000000000000000001b1e00f46cd10c90cdc89afb52bb0cd78f5f033a8820c 423 1.00/1.00 vMB 14
736,033 736,033 00000000000000000000daf1ba70b0e7161ae6cf6d80c7359ddf3a14e6ea352b 1,724 1.00/1.00 vMB 15
736,032 736,032 00000000000000000008f03710a8b57eea7891c6e7801149285e5c1e36d3066c 2,898 1.00/1.00 vMB 23
736,031 736,031 00000000000000000003fcef74c12c9d615b755d69be1eccf46d9fa1fb6349a8 2,847 1.00/1.00 vMB 27
736,030 736,030 00000000000000000002e37ce79cfdcdaf88bebeb1d21ed7eace837b2b5565fc 2,441 1.00/1.00 vMB 24
736,029 736,029 00000000000000000006077a8e10d5dcba3bf34c3742f6900cf111cf8badc937 211 0.99/1.00 vMB 14
736,028 736,028 00000000000000000003112ce6ec5a15b8d8c35030d35543dd804f98f0c0c82e 104 1.00/1.00 vMB 13
736,027 736,027 000000000000000000085dbeb1424cb933cebb1bfaebdb19bd9f8e190e529eac 898 1.00/1.00 vMB 18
736,026 736,026 00000000000000000005e0c5700144042c4317066c31841d85da3a3e6ab561aa 1,601 1.00/1.00 vMB 14
736,025 736,025 0000000000000000000247e1c3e571c6e9b3419d9192a63aca6af85e909da5f3 1,883 1.00/1.00 vMB 18
736,024 736,024 0000000000000000000706a3bcf089ecb9758e2b3253e8bd7d38f1334ab7a915 1,960 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.38 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: 664.22 GB
    • Received: 14.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.