Loading Tool

Explorer IconExplorer

Memory Pool

36,562 transactions
25.90 vMB
0.08653788 BTC
Random Selection Loading Transactions
Max Size: 132.66/200 MB

Candidate Block

Mining Attempt 22e4d413b37fa9524a7706cae7a4d5a98a9b3af399fcf34a257f237ad42cdd2e
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root aef8621ac1a8d2a3c23935b17d054868a20276a4688fd3ac789dcebcbc3a5ee3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,769
Size: 1.00 vMB
Total Fees: 0.03902858 BTC
Feerates: 171.09 > 3.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (370,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,409 544,409 0000000000000000001dd07c5b3672981283b2a088c2d2183ffc405e213d29a2 2,344 0.97/1.00 vMB 5
544,408 544,408 0000000000000000001e3f0f94612d75a504cb80b2fc6e827e45226d457b5c2e 2,123 1.00/1.00 vMB 22
544,407 544,407 00000000000000000010b21de87837aa2f11cf7754e3fabb0cd82f5995e12ed7 3,095 1.00/1.00 vMB 15
544,406 544,406 000000000000000000041c35e8aced7a74d04ab0c69a6c7e767fd6e35602008c 2,847 1.00/1.00 vMB 22
544,405 544,405 000000000000000000073a724d3a3991ddeb85c85306369217ccbdfbe3c510b5 957 0.46/1.00 vMB 11
544,404 544,404 00000000000000000019fe2e2779478da425e13a706d5571c13a32c482837b67 6 0.00/1.00 vMB 7
544,403 544,403 000000000000000000109ebe788f84aea28cffbfae83a3c98931953ef2ef0745 450 0.25/1.00 vMB 12
544,402 544,402 000000000000000000137be3c2fe67b99a2c6210212ed3ac702ec873bfb5e1fb 1,349 0.58/1.00 vMB 17
544,401 544,401 00000000000000000005208b994f43f5d6aabe96aa359f0e6ed431b3a2bd3fb7 450 0.16/1.00 vMB 13
544,400 544,400 00000000000000000025631d2fc162148ba25e2ee72f4ad2d8e22a8f83d354fa 684 0.30/1.00 vMB 13
544,399 544,399 0000000000000000001e5f60c6f30efa89ab999e4a38fbb89ec4db5391f9b5c2 1,122 0.82/1.00 vMB 8
544,398 544,398 00000000000000000003fd05816ceaa6993de6c05c010eea62d08f9a7b4bbcc4 1,802 1.00/1.00 vMB 5
544,397 544,397 000000000000000000193e8d406ed7dfe6cde0c11a6c6956d6eea62dfaba296e 3,261 1.00/1.00 vMB 6
544,396 544,396 0000000000000000000db0a0aaf10d3c6a80d91f8e151250cab6e84dc3f77c03 3,023 1.00/1.00 vMB 19
544,395 544,395 00000000000000000002ab959260cc8f3d70ebc80fcae34dcb76170fe2bc1552 2,681 1.00/1.00 vMB 25
544,394 544,394 0000000000000000001aef0c1deb48b4805f71dab4c0a3e5ff56f8156c725cc3 2,731 1.00/1.00 vMB 18
544,393 544,393 0000000000000000001da39792652021be3bd393d8446d17f479b7e358804c7c 1,376 1.00/1.00 vMB 2
544,392 544,392 0000000000000000000b3989ea8daec706b88c20500c5aa46a28353714052025 2,063 1.00/1.00 vMB 6
544,391 544,391 0000000000000000002132f95920664ab4edeacd5eee4697c6aa4e507c8ea247 2,457 1.00/1.00 vMB 12
544,390 544,390 00000000000000000006c9cdad6d011769c34f5893f241a7637291157c7bbb10 1 0.00/1.00 vMB 0
544,389 544,389 0000000000000000000ac02552485886625e5cd1db010c95899ed5d2beb83542 2,835 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.