Loading Tool

Explorer IconExplorer

Memory Pool

47,647 transactions
21.96 vMB
0.14191681 BTC
Random Selection Loading Transactions
Max Size: 123.16/200 MB

Candidate Block

Mining Attempt 222f2193fb25bc483bdff4403f929be0f0b0f4c31989d0b8e685f04f41900c2b
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root d75d4560e431f36a89b49b14556c228f690ad46f8196bcc3761087a2ec023615
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.08038913 BTC
Feerates: 477.45 > 8.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (796,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,029 117,029 000000000000ad70aa8891c9623fdd181c1de78c2e056063fa0b449e60ca90f8 25 0.01/1.00 vMB 1,193
117,028 117,028 0000000000006432a29f515c48c7c49269fd6b094de53f6b8b28d49bd0d86eaa 29 0.01/1.00 vMB 0
117,027 117,027 00000000000057e59a7b96b0f1ea76bade2220b5b5b5ba836865bfcbd09d8d2c 12 0.00/1.00 vMB 4,017
117,026 117,026 000000000000970b626455bfda786f7a74cc51f70615b9e07e1ded1ae1ce4ff6 4 0.00/1.00 vMB 4,231
117,025 117,025 0000000000004cf88185d10f8ae40e54c5329231db37bf2f4f967c19cef56528 1 0.00/1.00 vMB 0
117,024 117,024 000000000000754e37f38d23d96f93fe8783a85cd78e7712c09bd3d129d9868e 11 0.01/1.00 vMB 665
117,023 117,023 00000000000081ddb0ef0424f9562ea51cda728c8bdad49d09fda8dcedc568e1 12 0.00/1.00 vMB 968
117,022 117,022 00000000000028f7d5ca207f7b3f0882140b2aed45ab50db3d8db0a1b24f2ee3 11 0.00/1.00 vMB 680
117,021 117,021 000000000000ad937bfd8c6ba3f8f4e62fcf9a95d5c1d1ce5ea39c3732645582 11 0.00/1.00 vMB 687
117,020 117,020 00000000000067618fc4c197a7bd801678b2891bdec230a1018c8df9e9132fa1 10 0.00/1.00 vMB 0
117,019 117,019 0000000000006262278ca282748e1082bcff62254d3f52dd7a94277cefb59184 7 0.00/1.00 vMB 338
117,018 117,018 0000000000006002fe74123bc409b4e7705e789526a431399ba9dec53c680666 12 0.00/1.00 vMB 356
117,017 117,017 00000000000050acb6ea12c0d4a213cdf22a3a18b9d346c9836e399145782597 12 0.00/1.00 vMB 0
117,016 117,016 000000000000269f67c85dee187e8c498229af5c0a5cb3b1b5eef11d8875762c 13 0.00/1.00 vMB 1,068
117,015 117,015 00000000000094927917f28724cf046d36351973cc78271690f3f566f7873ee6 9 0.00/1.00 vMB 336
117,014 117,014 0000000000007caf276338ff2377fd401f445db4415c17927283147557630dcb 9 0.00/1.00 vMB 882
117,013 117,013 00000000000049b3f3c227e13920f07e72f8ac5426261fa5b52c687ca437e535 4 0.00/1.00 vMB 683
117,012 117,012 00000000000099b2f399561c14629d540eb6eb692ea8ec7b81c1e7c67aaebc86 9 0.00/1.00 vMB 313
117,011 117,011 000000000000c17ce1e5115b8d89e83908a9e531e1efb8abe5d805a838657892 4 0.00/1.00 vMB 0
117,010 117,010 000000000000a221a538c37dc8263eabb6ec9d912a7d48d988bbe0379ec93f88 6 0.00/1.00 vMB 676
117,009 117,009 0000000000005d0cf74c85885ae122f7049c4f7e2a43335fb196726284e313cf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 528.41 GB
    • Received: 5.61 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.