Loading Tool

Explorer IconExplorer

Memory Pool

82,138 transactions
30.93 vMB
0.07906338 BTC
Random Selection Loading Transactions
Max Size: 189.81/200 MB

Candidate Block

Mining Attempt 0d4b56bf784d6f54162ca018869e14d2f0ddc1e63eb66b96ab32c2cc16bc570b
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 8f0710c22b4c5c107c15bfbd4f824dacc6c2a6b426f97e4fdcd25fdc9f063231
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.00953673 BTC
Feerates: 301.05 > 0.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (341,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,254 573,254 0000000000000000000fe02747e578b46e4534ccfd45cf4369ac05597d37244d 1,893 1.00/1.00 vMB 31
573,253 573,253 00000000000000000016342be2925c672e59376cd7c172ea3c13ce6d636d764a 2,739 1.00/1.00 vMB 47
573,252 573,252 0000000000000000000ad0462f7a5d85f4fbfc81b42649aefc3922730b51cb62 2,632 1.00/1.00 vMB 104
573,251 573,251 0000000000000000000920d0e6d8f2d806911cf6e0400e8366a28e01efc6347a 2,765 1.00/1.00 vMB 15
573,250 573,250 00000000000000000010b66fe18444155ba9b96dbea921b0a830f566ff3f1e84 3,049 1.00/1.00 vMB 12
573,249 573,249 0000000000000000001ba2db7a666733a40ba578d3fd9a58cf79bde81ef90a64 2,670 1.00/1.00 vMB 36
573,248 573,248 00000000000000000004aa860e8a37254541877d693f45b672205f6d3d0209bd 2,068 1.00/1.00 vMB 107
573,247 573,247 000000000000000000255cd2cd8c1455d12b4afd40d42e82aeab12bcc6a07085 1,377 1.00/1.00 vMB 26
573,246 573,246 000000000000000000198e4a86d4837ef7ff6523928e8f6dd54909dba3178a42 2,792 1.00/1.00 vMB 53
573,245 573,245 00000000000000000005872ff161311f5ab031820d8e33d7580effef8f5939bd 2,331 1.00/1.00 vMB 79
573,244 573,244 00000000000000000022e310f0abad6c224f2b44c32a5dce5d40afdb893704ac 3,281 1.00/1.00 vMB 101
573,243 573,243 000000000000000000252f30a41ec44f634825dadf91ec3ccbf463695d327093 2,295 1.00/1.00 vMB 106
573,242 573,242 0000000000000000002a811c6c2ca63ae3a4ec74ed12c0ea176abb8ad09dff60 2,773 1.00/1.00 vMB 55
573,241 573,241 00000000000000000018421dce6d98c431588c4b7a53ec355f4fcfeb021b6c95 3,293 1.00/1.00 vMB 89
573,240 573,240 00000000000000000025b07867babb9b2f369779794056d83f042a31fa199fcb 2,420 1.00/1.00 vMB 13
573,239 573,239 00000000000000000014ea96e70f151625a925f95e1af8003591416633d37fca 2,920 1.00/1.00 vMB 34
573,238 573,238 0000000000000000000719f2df46b6d96cfca7f97126a94b850526c6f771eb42 2,621 1.00/1.00 vMB 58
573,237 573,237 0000000000000000001787276b1b0c8a39f1211036d3d3910ea5c907ab44a770 2,562 1.00/1.00 vMB 38
573,236 573,236 0000000000000000002b33664818f8458ae7a683f91e23c1a37e947db1071373 1,818 1.00/1.00 vMB 23
573,235 573,235 0000000000000000001d8bc6ddd4061181233a595b00478f640ef4faae1810cb 2,635 1.00/1.00 vMB 19
573,234 573,234 00000000000000000008f10e7b715812affa7f74bfc92678d182a356c5eeba88 3,051 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.77 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: 709.18 GB
    • Received: 16.86 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.