Loading Tool

Explorer IconExplorer

Memory Pool

77,398 transactions
28.90 vMB
0.10037835 BTC
Random Selection Loading Transactions
Max Size: 175.34/200 MB

Candidate Block

Mining Attempt d4d4b28845b066fe8f484725b96643301aaae2bca4fdee4ffe82f0a27445513f
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 774dd48dd1c63f6d07156bdbf23fb553e30b9479f40eb3eb5be85c99ad21562c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.03162076 BTC
Feerates: 180.82 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (469,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,701 445,701 000000000000000003671559962f7bc2e89ba35f0a0f850ed01294f295af5384 1,892 1.00/1.00 vMB 44
445,700 445,700 000000000000000000537890d03bfc38a1ec03bd6b5168fc06767503711961b0 2,440 1.00/1.00 vMB 79
445,699 445,699 00000000000000000321577b4f92c252659fc1598b5a2d83f6f5741eef534031 2,116 1.00/1.00 vMB 63
445,698 445,698 000000000000000002573dfc675e8047c4b6aaa10e5bf2ba5716d2ce15b5e2d2 2,071 1.00/1.00 vMB 92
445,697 445,697 000000000000000002511383eba1c57f09085e9bb4dfe8ab5a4286e6db7ac307 2,286 1.00/1.00 vMB 82
445,696 445,696 000000000000000000dadc2366bf3935e8d1859e14fc9302b7411dc78bd59709 1,286 1.00/1.00 vMB 50
445,695 445,695 0000000000000000024fcac8fa77129f3ddda7774effadd0600ab7972b1482c8 1,866 1.00/1.00 vMB 47
445,694 445,694 000000000000000002284eb0e7332a1fc6bad6987981aac1cf606e47293915b9 1,642 1.00/1.00 vMB 54
445,693 445,693 0000000000000000021521e689e9eb1ec15d0bae2dca2a0bbfa95173f3ee0feb 2,501 1.00/1.00 vMB 80
445,692 445,692 0000000000000000018ef01bc2349d276c46ce58f24dc60329079b8fc9d0d185 1,800 1.00/1.00 vMB 66
445,691 445,691 000000000000000000326471469b18d314a4f0213d68ce2471ff856f8a9925f0 2,685 1.00/1.00 vMB 82
445,690 445,690 000000000000000000d387ea8350abb6e7d51980f26fd47fc1fd549750a94daa 1,937 1.00/1.00 vMB 64
445,689 445,689 000000000000000003061a17fffa81d12b223f5d7cf8195313ff5bd057cf6904 2,659 1.00/1.00 vMB 97
445,688 445,688 0000000000000000035446cb7321a9e3a2b49daa94c52a20b2014154cb61e3d4 3,406 1.00/1.00 vMB 74
445,687 445,687 00000000000000000365f35275a13c8c0668fb445c9f3dd30a86696613a83d89 3,000 1.00/1.00 vMB 77
445,686 445,686 000000000000000002e399d68382d33d99b6ae1a926fe28fc84481021c5cf2fa 2,997 1.00/1.00 vMB 67
445,685 445,685 000000000000000000599d4a73b99f66b6b88b058fb13ced9b88a32538099132 2,248 1.00/1.00 vMB 77
445,684 445,684 0000000000000000011db5393183c10ec4e0e6d9348644dea9a4575910da5eeb 2,791 1.00/1.00 vMB 78
445,683 445,683 000000000000000001a822c6dced3f0ef92d43053a287a9a4d88ef76e2955701 2,477 1.00/1.00 vMB 99
445,682 445,682 000000000000000000edbc7d4dad9a37dedd41d89c50db620aa4c1d4afadee73 2,179 1.00/1.00 vMB 88
445,681 445,681 0000000000000000020c8fbc35b4552df6ce70fd493f359b37683776afe99062 2,344 1.00/1.00 vMB 91
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.