Loading Tool

Explorer IconExplorer

Memory Pool

75,366 transactions
27.89 vMB
0.08256712 BTC
Random Selection Loading Transactions
Max Size: 169.70/200 MB

Candidate Block

Mining Attempt b8db90b5f342056d1d7ecbe31f80092fa1ac98ed5d8c10c8948922e5caf93294
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 0b24a7eaac5345585c94e59f00e0dc726dfcf25b5a47916d931ffe66b3107ba1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02276799 BTC
Feerates: 100.21 > 2.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (438,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,037 477,037 000000000000000000fc6be55387327196d54f27bbe444357d2ab34971886525 2,431 1.00/1.00 vMB 186
477,036 477,036 000000000000000000003f52cd92e2a48790fb996a42cda8730ef6299d5d22ff 2,575 1.00/1.00 vMB 295
477,035 477,035 000000000000000000b7aa3323ac7d16e8372cdfc151cf1fd2a0b33ef6828673 937 1.00/1.00 vMB 58
477,034 477,034 00000000000000000034e600d38ddb5e1792f34e728d5f087187409d80a49d69 1,798 1.00/1.00 vMB 149
477,033 477,033 0000000000000000004d360a95180842035370bb6c92f2ab4eb05ea8229a864e 1,653 1.00/1.00 vMB 207
477,032 477,032 000000000000000000338895aea95b38144f4ac7d3da0b3668c64dc02661126c 1,499 1.00/1.00 vMB 42
477,031 477,031 000000000000000000f105d0b0c6c7023aece5908ca43a9361c693945e2f1431 1,930 1.00/1.00 vMB 223
477,030 477,030 0000000000000000011562f6755e36fc562c18c1f2092940f24513a9c19e8c08 1,131 1.00/1.00 vMB 113
477,029 477,029 0000000000000000001186af53a3e0ed1730d1c93cf2694d9bd7e4f9f145af76 1,857 1.00/1.00 vMB 117
477,028 477,028 0000000000000000003f2ae7b8317352d0ab11538f26b47316fa30d46b72d7d2 1,149 0.57/1.00 vMB 181
477,027 477,027 000000000000000000e8160e2eda31844fa3bf87e21ad784239298aba6b1522b 1,267 1.00/1.00 vMB 65
477,026 477,026 00000000000000000086156d61c220ac22f122b78979f3c5b0e676608951190c 2,196 1.00/1.00 vMB 122
477,025 477,025 000000000000000000d5560b113b2755ebd71c9d1e3fa910390c87f7a9161b34 1,960 1.00/1.00 vMB 100
477,024 477,024 0000000000000000015b7d757b8ba46046bde869b06fb78c9ff87cbad02dd8b9 1,362 1.00/1.00 vMB 54
477,023 477,023 00000000000000000023bc9ab83f49c673caae796b4953b8f327448983ac5fe7 1,961 0.99/1.00 vMB 148
477,022 477,022 000000000000000000adc63a9df46d4fb5364b1892f7fee3c0498c5ef5b5e9a7 679 1.00/1.00 vMB 61
477,021 477,021 00000000000000000073f2aaf975350debc50cb314ad3b7efea2fb9abcbeda85 303 1.00/1.00 vMB 60
477,020 477,020 0000000000000000006131737819112bbbabc70f9b3276e102fe2ced4897f71f 1,267 0.99/1.00 vMB 136
477,019 477,019 0000000000000000010d47b2f594df102cc034b2f64e0c3085f310c2f00a2f03 726 1.00/1.00 vMB 89
477,018 477,018 000000000000000000ae6861d5c610fc2d21794bbddf2349cceed1c28666c954 183 1.00/1.00 vMB 53
477,017 477,017 000000000000000000b9c67b5e262220bb48af1a256776dd6785fe5768eef4cd 2,133 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.