Loading Tool

Explorer IconExplorer

Memory Pool

43,547 transactions
32.92 vMB
0.10746589 BTC
Random Selection Loading Transactions
Max Size: 164.72/200 MB

Candidate Block

Mining Attempt d9cb06026eebee40fb02abc01bdf5bc0c0973761e687cf15657c9757077d2be3
Version 20000000
Previous Block 000000000000000000009f85fa72f4553859938c75b1d621a1c892db2cc2e810
Merkle Root d65c1b7da27e36b463962f3dd63c726778cffc5b4fc45f15228a0761d0a6a27f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.03028119 BTC
Feerates: 77.76 > 3.03 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,375 (793,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,687 120,687 0000000000001dfb31a0c488940e753344b223432c4a8e8359822f5ce896586d 13 0.01/1.00 vMB 728
120,686 120,686 0000000000007d2b0ebc9a19b312a72a3012fc8ed928e809ce437fc75bf618d3 12 0.00/1.00 vMB 0
120,685 120,685 0000000000006fd96918326d10a07f9555ebde4c55f226bf22106a4335ec244b 12 0.00/1.00 vMB 601
120,684 120,684 0000000000004a402693cd99c2b025170bb8433d2e8f68f216eaed1ffd7631e9 3 0.00/1.00 vMB 0
120,683 120,683 0000000000009708e2ba98c25c32fe0e2a0ac77f2d5cd3d05deec1c2670a5e3b 11 0.00/1.00 vMB 0
120,682 120,682 000000000000501467ee9d9f5159cd9f851f7539eacce3c50c67f75c167e3524 13 0.00/1.00 vMB 0
120,681 120,681 0000000000008059df9b55ad9d4262edffffeb01d16fd182cdef3aac807abaa8 14 0.01/1.00 vMB 343
120,680 120,680 0000000000006f52ec56d488845371fc5e71f734d899ced7555024e31bb0bf29 7 0.00/1.00 vMB 319
120,679 120,679 0000000000009dd22377d6dca8c4efc0e6dd3d72cdfc23c4bff9790452a1d1fb 18 0.01/1.00 vMB 455
120,678 120,678 0000000000007e9e9da4ecfd8bc534cdb11cd26b852a9d61322d24d018badd0e 19 0.01/1.00 vMB 239
120,677 120,677 0000000000005a51d945bb3a8178d105e6044478a4876cd6b250183033d51ee9 22 0.01/1.00 vMB 329
120,676 120,676 000000000000714b082c77d077d020f4c1d58c95161260e8669d6d77d03c4e78 24 0.01/1.00 vMB 180
120,675 120,675 0000000000008c6f961b2a63f2172e459ee764f126713681fb1879b33bf67807 4 0.00/1.00 vMB 3,880
120,674 120,674 0000000000005f72a21f050cd2f70073f57f5d09720c7334f8411d5a2bc79ffa 101 0.03/1.00 vMB 345
120,673 120,673 0000000000007fcbe297fb137625d10f546e2ca830e45553c58fa36748f2f213 31 0.02/1.00 vMB 539
120,672 120,672 000000000000898086695b5676e50af787a25dc9f22b98a682c21aadccaf0c51 53 0.01/1.00 vMB 336
120,671 120,671 00000000000053d469d0108a95db9decc87b173c645c6f89578755c53c108392 32 0.01/1.00 vMB 171
120,670 120,670 00000000000000e2bfadc3f2f3c40a20005a82112a29f318325c1f06a71ec7c3 10 0.00/1.00 vMB 3,875
120,669 120,669 000000000000819854881a8244c780d289411eae0ff4815dce3c48dcf3db8f3b 34 0.01/1.00 vMB 1,450
120,668 120,668 0000000000000a38aa85820dccccd2750dcbd3923d877ee742f728c2c9ed4d9c 5 0.00/1.00 vMB 650
120,667 120,667 000000000000415253247a3be23b433316f23747b91f65ad337f04effe35b446 9 0.00/1.00 vMB 1,701
Previous 10 blocks ↓
Total Size: 781.27 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: 596.75 GB
    • Received: 9.80 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.