Loading Tool

Explorer IconExplorer

Memory Pool

41,480 transactions
31.59 vMB
0.08718815 BTC
Random Selection Loading Transactions
Max Size: 158.45/200 MB

Candidate Block

Mining Attempt 4528c556a17cb42a63e255e2402221531611b1d7c9ea68bdb7d1e0c07d2ca364
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root da09c0b40f7e07c7ec392ff4e5d03759a1e5a947d64adc140dd8511a2986b7cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.02209415 BTC
Feerates: 150.77 > 2.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (93,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,616 820,616 00000000000000000002b3536673aa548b00cedd4e3f71dc697e13d3cc3f5fe9 2,268 1.00/1.00 vMB 70
820,615 820,615 000000000000000000042ace1c0cff186ccf50bf2f6a8b7430e918068a2741eb 1,785 1.00/1.00 vMB 37
820,614 820,614 000000000000000000033ca6b0f93f80418d5ec97f021b843d5f9705ee82fd00 2,713 1.00/1.00 vMB 64
820,613 820,613 00000000000000000000813fb459d9e76cb4c2e151f60f5388d95f04aec80b50 3,528 1.00/1.00 vMB 64
820,612 820,612 00000000000000000000a0b48c88c80fb283c99539ccf0ed8056755bd460551b 3,053 1.00/1.00 vMB 94
820,611 820,611 000000000000000000028a4c6f93eccf0980ed0520703f44ef34185b4a9758f9 2,652 1.00/1.00 vMB 44
820,610 820,610 000000000000000000004779ff86da3b8793d373ffe5360a11f574465e198e8d 3,421 1.00/1.00 vMB 47
820,609 820,609 00000000000000000003d51d3660303d01a3275f1b19d670dd649dd96d4b975b 3,354 1.00/1.00 vMB 64
820,608 820,608 00000000000000000002817770c69192470cf57127b59af1804b579abbb6c05d 2,903 1.00/1.00 vMB 123
820,607 820,607 00000000000000000002d16fa640eb719bf386cfbdab2a7b6ce2a9b904caf0ab 4,504 1.00/1.00 vMB 60
820,606 820,606 00000000000000000003df771363b23b01c26f8f87f586438d72caf3db06a8ef 4,885 1.00/1.00 vMB 55
820,605 820,605 00000000000000000002e042e769e825999d329ba6a74470682be651ad649b1c 4,011 1.00/1.00 vMB 85
820,604 820,604 000000000000000000006c6a2cc19085f92bac3c9dedb6203770732af89b3ce0 4,715 1.00/1.00 vMB 60
820,603 820,603 0000000000000000000419392350f831fd844a7aa2d77d9094d2391ee465a6d4 3,025 1.00/1.00 vMB 79
820,602 820,602 0000000000000000000388029a4a7afd5e613c38eb5bcdf58b6cbf0fa509ecbd 4,135 1.00/1.00 vMB 101
820,601 820,601 00000000000000000002a0e2f7163fbb6d2350732a5d0d7f0feeef17dca8cfe0 4,723 1.00/1.00 vMB 103
820,600 820,600 00000000000000000001900a3175e2f8285cf6569be37238ceca9f6769c01c7d 5,217 1.00/1.00 vMB 75
820,599 820,599 0000000000000000000017e86117d4b182494c2f2dc6859bca095156a4701f34 4,911 1.00/1.00 vMB 98
820,598 820,598 00000000000000000001a8ddf122ac335c194a228d62b866ceeab5a7882747ba 5,590 1.00/1.00 vMB 95
820,597 820,597 000000000000000000025f7ec0fdd8622a363f017941271ca040183168284da6 5,583 1.00/1.00 vMB 97
820,596 820,596 00000000000000000003ab31fd178d689fc064b2e3136f1f1d80fca517fff0dc 5,437 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.62 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: 625.50 GB
    • Received: 11.59 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.