Loading Tool

Explorer IconExplorer

Memory Pool

52,251 transactions
30.82 vMB
0.14761413 BTC
Random Selection Loading Transactions
Max Size: 164.52/200 MB

Candidate Block

Mining Attempt 76a55c4ba5103882508043058cdbea2005753d685237a0ab188ac8898b6dfd0f
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d613665f71877fc857340b25ead7e6efb616ea12b30e1b3665c0d84d5675e6f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,193
Size: 1.00 vMB
Total Fees: 0.05908952 BTC
Feerates: 179.69 > 5.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (79,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,954 834,954 000000000000000000007d77a5652d09be3b145c67fefb3914bcabf05a6ad5cc 1,136 1.00/1.00 vMB 19
834,953 834,953 0000000000000000000208b9b2a2ef489a0f5f77c01dfe64411fba0feeca5d68 2,429 1.00/1.00 vMB 21
834,952 834,952 00000000000000000001cc27b34a7dc1b34a6e9b3dc98d8a41726c4716ab631d 3,545 1.00/1.00 vMB 34
834,951 834,951 000000000000000000029c61a4c8defa18ce199b47e01cada2c702fa7362242a 2,439 1.00/1.00 vMB 25
834,950 834,950 000000000000000000012d033bc85bcbca71b8ff8acb5e9461bfd778d8bb29b4 2,524 1.00/1.00 vMB 26
834,949 834,949 000000000000000000025e7636f89a61c063af43d02485ea35885f6593e7cf6d 1,795 1.00/1.00 vMB 19
834,948 834,948 000000000000000000008f85e0b39591fab495fcf33dbd738138176a8d01e399 2,058 1.00/1.00 vMB 18
834,947 834,947 00000000000000000002a415057d5beea8059953cb647f803e0b65bf7655cb2f 3,531 1.00/1.00 vMB 48
834,946 834,946 00000000000000000002cffadf4fbe1e2725b881442b641185e7e7b224f87573 1,997 1.00/1.00 vMB 24
834,945 834,945 00000000000000000002acabde523ea05865f5db0c9e5ac8728f990e8084f633 1,486 1.00/1.00 vMB 19
834,944 834,944 0000000000000000000089f5ae0e103f2baf58ee2c0e7e9bfbd0bfb9253e2a54 2,421 1.00/1.00 vMB 18
834,943 834,943 00000000000000000002fb0735631ec68f0a17cfe79b8d3162305b748ff762a9 1,834 1.00/1.00 vMB 16
834,942 834,942 00000000000000000001f6da913954e19f4ccb82de0ba0c88b08b05a93059552 3,740 1.00/1.00 vMB 11
834,941 834,941 000000000000000000004d3df8632a64aefbf381633e44e31d26d4ce6c0af200 2,610 1.00/1.00 vMB 28
834,940 834,940 00000000000000000001c58fb7807f8045869b0564d1f66bad11fb16951cae61 1,924 1.00/1.00 vMB 14
834,939 834,939 000000000000000000034f04bdb21efef63a4b14d84bd742a1840dbe522de4d5 2,901 1.00/1.00 vMB 29
834,938 834,938 00000000000000000002c7161ce6074d907194c7f30c3cfd4683616cd27b54e5 2,800 1.00/1.00 vMB 21
834,937 834,937 000000000000000000022c8151a5f1156ae36a047204e7f8ce787ed079ef6100 2,669 1.00/1.00 vMB 18
834,936 834,936 00000000000000000000388efaed649a0b9de69394c11124692381deea4b5c01 2,697 1.00/1.00 vMB 41
834,935 834,935 000000000000000000027e099a0a67f730439915ff1e8d040fe31b9797b2962b 2,122 1.00/1.00 vMB 12
834,934 834,934 000000000000000000019a5efacb7032c5d66d5eba1c6076921bbd90cb7b7cb7 433 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.