Loading Tool

Explorer IconExplorer

Memory Pool

39,112 transactions
26.62 vMB
0.06581522 BTC
Random Selection Loading Transactions
Max Size: 137.38/200 MB

Candidate Block

Mining Attempt 72672ba11b21c9ebbf22c86abe21c535513dd6464784cc2df6b90c4d0d56cbb8
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 956d623cac44fa23e85382a4322769490a9a513b88982f1417cde054f8bb196d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.01574321 BTC
Feerates: 201.06 > 1.58 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (516,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,063 398,063 00000000000000000588f5399d9d6f50a11680a33ef3e59c9e17df79cdbe02f1 2,036 0.99/1.00 vMB 38
398,062 398,062 000000000000000003018d9619f807613bc33c04505bf36cc712d6a0d3810eb6 141 0.14/1.00 vMB 10
398,061 398,061 000000000000000005446c02d48d08ce4fb232ad913eabcb57f68ae8710d90f1 928 0.64/1.00 vMB 28
398,060 398,060 0000000000000000008ab0ce94ca657ae78d43557b6eff9206c16471a06fc4f5 1,233 0.85/1.00 vMB 28
398,059 398,059 0000000000000000051bb97f9f84f68f04fb1e1aa45231de45e0827d5f55aee9 2,154 1.00/1.00 vMB 38
398,058 398,058 000000000000000000fe5dea9660f3c03307d29b11902a496ce3ebe227da2b78 2,508 1.00/1.00 vMB 45
398,057 398,057 0000000000000000036dfe70f14d02e55c802f2ee8a39e5ab1aeda35d3c3d5f3 2,045 0.99/1.00 vMB 37
398,056 398,056 000000000000000002f2a15d5266d06c09ba56464b83bc0c4cc86976deac8f3d 1,587 0.63/1.00 vMB 45
398,055 398,055 00000000000000000414264c6eacce26e110bd1bdb3f53b515bcba813a8f0bdd 517 0.99/1.00 vMB 9
398,054 398,054 00000000000000000110afa5eed39309df6d9e0a7947603e5bc9dd7ec56c0cbe 1,513 0.99/1.00 vMB 27
398,053 398,053 0000000000000000024ef36beb5f48a25875a6126c523ab691dc56f55bf7c687 2,597 1.00/1.00 vMB 48
398,052 398,052 000000000000000002707e7582ceb503900888fdb21fe2dfc5b08f938f08e307 1,978 0.75/1.00 vMB 46
398,051 398,051 0000000000000000022beae4aec434334893ea5be8c9c503c2a4a8a004c5e5cd 242 0.18/1.00 vMB 19
398,050 398,050 000000000000000003234fa175ae250fd453f35a741047c7b518a66b7f6e5d0a 1,600 0.80/1.00 vMB 36
398,049 398,049 0000000000000000056a051ac7f04c89a79e2d8c464011fd678294750ad9821e 1,807 0.89/1.00 vMB 37
398,048 398,048 00000000000000000148cb04f668594dfcc6034e9e52e8de8fe9dc7874845389 322 0.15/1.00 vMB 33
398,047 398,047 000000000000000001283893981f3c14426e6d4d65a138cc28fc58c6b8264263 1,277 1.00/1.00 vMB 19
398,046 398,046 000000000000000006a9ff214f8d96da04eb88f45c29d6cc2c5694c98b0003b6 1,006 0.53/1.00 vMB 38
398,045 398,045 00000000000000000579b5da42fde6e730842f470830494a76cbb06e87ad7e4e 875 0.54/1.00 vMB 37
398,044 398,044 000000000000000004fb6a4a8c43ae251b8258a978d04124ada72d41033e4563 309 0.23/1.00 vMB 26
398,043 398,043 000000000000000005edcab5122b943a7dac488f96ac4b1789cb5749c0f4bef6 988 0.54/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.