Loading Tool

Explorer IconExplorer

Memory Pool

81,860 transactions
31.24 vMB
0.09968921 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt 82b6a06323f970d3b4cb8ef54a4a58660515972c95e10d08570cb6f81e17ef0d
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 17e32506a1f829e12835cd8b38284cfe423d4da8a0de30d576b22287ffdbfe68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.03086932 BTC
Feerates: 150.75 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (474,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,063 441,063 00000000000000000075434849cd393f38b4fd2b7bcb0f02b2f6002fb440de5a 2,291 1.00/1.00 vMB 70
441,062 441,062 000000000000000003e532ba25bdaaddc8a5a963cb302b8ade851deeea998ed7 2,454 1.00/1.00 vMB 91
441,061 441,061 0000000000000000001e8b073eadf32af8c04ea6433d3f11165a1797530820b0 619 0.35/1.00 vMB 62
441,060 441,060 0000000000000000007488b0ed54983fb9cd84bc19807b8f23fd6b5ddb7b505c 657 0.28/1.00 vMB 78
441,059 441,059 0000000000000000038f3a01d1e30416a27a1a8a0e3ed608c638f1a00f275f60 1,593 1.00/1.00 vMB 52
441,058 441,058 000000000000000000ce23eb8a7d4c21b3c816e86a1f805feaa2add4a9d50cf0 846 1.00/1.00 vMB 14
441,057 441,057 000000000000000001f74f851d7a416ca1b7054b793193964cc88451738a4dd7 1,120 1.00/1.00 vMB 33
441,056 441,056 000000000000000001e8da2365c6c232195f63a9d151b54ae7628573d5e11ecc 1,370 1.00/1.00 vMB 44
441,055 441,055 0000000000000000026b6c08966fefd6a81ca7ec2e2ba724cecdc92ec4fdcb29 1,421 1.00/1.00 vMB 46
441,054 441,054 000000000000000001d7aa0fdf18c68b4826cfaac9ea9dd0b606c9dd64019626 1,523 0.76/1.00 vMB 63
441,053 441,053 000000000000000003588f923743a721a3c7cb439ec7806106baba62bdfa8d7a 2,448 1.00/1.00 vMB 80
441,052 441,052 00000000000000000313d5a3980b70c89e61c31c5d0f80026655c464bb40dff6 2,597 1.00/1.00 vMB 98
441,051 441,051 0000000000000000011de3cb6303133a1adf69a948f3f0361ab7c29d270f0043 2,400 1.00/1.00 vMB 60
441,050 441,050 000000000000000001b31d70992ad5f954621d703a486d17d8661d63ed4c2f75 1,396 1.00/1.00 vMB 50
441,049 441,049 0000000000000000025d77e57d1396791b5a58f71c7a4f6ba325c8f6517f57ed 720 0.28/1.00 vMB 72
441,048 441,048 000000000000000003567c460286260551aeee62c4886a96c09e3dd3114ca628 2,067 1.00/1.00 vMB 66
441,047 441,047 000000000000000002b318a06dd902dd9d3e5d9519722569716f3cf6d21ed376 2,565 1.00/1.00 vMB 100
441,046 441,046 000000000000000000725c46373ce3c692f1c38f717301bd7e891ae2ceb7e270 2,486 1.00/1.00 vMB 84
441,045 441,045 00000000000000000348b57b1545b99265eb06e98056ed54ac8011ab6c71f486 2,314 1.00/1.00 vMB 90
441,044 441,044 000000000000000002ae6da7ec3ae71a26a23596b60308fe21355f4c18ce01a9 698 1.00/1.00 vMB 38
441,043 441,043 000000000000000003388544cdadeea601af386a33a51144a362c29aa6a72133 1,837 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.71 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: 699.67 GB
    • Received: 16.60 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.