Loading Tool

Explorer IconExplorer

Memory Pool

84,476 transactions
32.63 vMB
0.09825909 BTC
Random Selection Loading Transactions
Max Size: 197.79/200 MB

Candidate Block

Mining Attempt cde0be0659b304613acb3a2cd308e7b8c3ce600841b3a208fe4b3b6d1e8957fd
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 3ee4c0d0d5d8e1698701143b99e40f6c3c804031ee23c761dc914430794101f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02609023 BTC
Feerates: 223.65 > 2.61 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (89,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,679 825,679 0000000000000000000203edf8fe4efddc978c6d0183ff653df54466f082b764 6,009 1.00/1.00 vMB 119
825,678 825,678 00000000000000000002e0c22a52a1113af8d49375413d1d4144eaf278a6fd93 4,241 1.00/1.00 vMB 111
825,677 825,677 00000000000000000003856329b0167359aabc6ab086de577e44933b8c97e102 5,383 1.00/1.00 vMB 123
825,676 825,676 0000000000000000000086b3084641a76719d5d6dfd9723f96e02159f9365f9e 3,701 1.00/1.00 vMB 124
825,675 825,675 00000000000000000002d806cb5afbaa6a0ab5f7277d02f58f29eb38f2bfe081 4,036 1.00/1.00 vMB 142
825,674 825,674 000000000000000000003aec6544b3d3c52908380e3029b0ee19c8a6da04897f 3,962 1.00/1.00 vMB 124
825,673 825,673 00000000000000000000e37234f3ed57eb2446b995674fc3d1fafe73da638be9 5,569 1.00/1.00 vMB 111
825,672 825,672 00000000000000000001b69446938edca76177234d70fc2071c75cd439c6e81d 4,933 1.00/1.00 vMB 115
825,671 825,671 0000000000000000000334549b5e17321e7e1ce1b3a6c6e0717c77f9352e1c16 4,948 1.00/1.00 vMB 117
825,670 825,670 000000000000000000002628ae27ab3f7e1092801ab8d9f2b3b68d6ccbe9f5f2 4,199 1.00/1.00 vMB 125
825,669 825,669 0000000000000000000185e239131075f2a46af73055bd78b462d7bb2a3afb6c 4,850 1.00/1.00 vMB 125
825,668 825,668 00000000000000000003c3e1ae7c313ff6f98e094847482351fd242fee97ab9f 4,860 1.00/1.00 vMB 120
825,667 825,667 0000000000000000000198ec59e70b9aefda9571f6fc9f929ff6146c9a59f890 4,691 1.00/1.00 vMB 121
825,666 825,666 000000000000000000010425ca2dfce095527f8fe0c1b8259a9893e12df871f2 3,796 1.00/1.00 vMB 130
825,665 825,665 000000000000000000002c645a8e88b214a3750741ebfb4a496f74169f4039a2 5,284 1.00/1.00 vMB 111
825,664 825,664 0000000000000000000056c5181311cd47090458f81e68c0ffccd421f352c93d 5,269 1.00/1.00 vMB 100
825,663 825,663 00000000000000000003a54cd1f2b63cbe1cc9585d725be878ff2614e8edec44 4,944 1.00/1.00 vMB 107
825,662 825,662 000000000000000000036ba97bd8453517de738bca0fb11f058b941c82654d89 4,329 1.00/1.00 vMB 111
825,661 825,661 00000000000000000002854265a9ee239344ba3341c8139c0faac3c144f4098b 4,227 1.00/1.00 vMB 111
825,660 825,660 0000000000000000000090abc2f78d73fd2bf69b316d5b9d4fa05c83092f3401 4,696 1.00/1.00 vMB 106
825,659 825,659 00000000000000000002e16adadc371ced50cbb31e63b344798d87a7a9345cdb 4,651 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.76 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.02 GB
    • Received: 16.82 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.