Loading Tool

Explorer IconExplorer

Memory Pool

77,281 transactions
29.47 vMB
0.07037315 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 7c523e3b3f456f05f9faebab0bfdf2148a25fe8d244669796f9373c3cd78badb
Version 20000000
Previous Block 00000000000000000000dfa530c4ab31d931e5d06823520654db1c3208c709d2
Merkle Root e02b5470e71de913e9b5350939f1d0f9d871663f12aa038ba03c62ecafbcf77e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,038
Size: 1.00 vMB
Total Fees: 0.00547967 BTC
Feerates: 50.27 > 0.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,398 (15,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
900,375 900,375 0000000000000000000232b5cc98e055ed185b4d2ce822bdb1b742ab0aef4e67 2,822 1.00/1.00 vMB 8
900,374 900,374 00000000000000000001365f7c3e30e45b52ffecdc0ee10a9e701960b4329ec4 4,169 1.00/1.00 vMB 3
900,373 900,373 000000000000000000018db9802f13eff64e545ce1fc9912f64e6b4354daa1e9 4,074 1.00/1.00 vMB 2
900,372 900,372 0000000000000000000068707e3cba31742d78dc546407fe121dfe8673ea368d 3,420 1.00/1.00 vMB 5
900,371 900,371 00000000000000000002213ac9bcebb5b63dfea0cd6a6d81b870a642a2966397 2,949 1.00/1.00 vMB 2
900,370 900,370 0000000000000000000158f99fc3ad2764eec2f662d6f4d413cd2b81ad5f57e8 2,323 1.00/1.00 vMB 3
900,369 900,369 0000000000000000000098f2fd7e7eff9e32630407477c9c17e1cc8da72452c3 2,847 1.00/1.00 vMB 2
900,368 900,368 0000000000000000000011c715946b27bb4a2464f97413b13e4bce3c2ec1bfb3 2,967 1.00/1.00 vMB 4
900,367 900,367 00000000000000000001a2dfcba4df5ab8cdca861ae99238f5b166f0c7b1fbca 1,944 0.65/1.00 vMB 2
900,366 900,366 000000000000000000015557be30f213213c75185b930618c3847c5424e4b87c 1,383 0.36/1.00 vMB 2
900,365 900,365 00000000000000000000124a34a2919fb592187c6df8e6b893605fd2e6a95a96 1,081 0.45/1.00 vMB 1
900,364 900,364 00000000000000000000874e8fd2c7e0197635df73e746cfe084a70e193f137b 2,841 1.00/1.00 vMB 2
900,363 900,363 00000000000000000000f5ad2b33bbfa0fae9521218fafe38e3a34aeaded2788 1,304 1.00/1.00 vMB 1
900,362 900,362 0000000000000000000088190e7e541e15bdbf7a9f7e2a6aa36ce758325fa9c2 1,764 1.00/1.00 vMB 1
900,361 900,361 0000000000000000000152fdd6a0f654189488afad5a475bb46ee1e40d59893e 3,699 1.00/1.00 vMB 5
900,360 900,360 00000000000000000002342748a56f8dfaa8abd8687db57ab113015a2c8ede61 889 0.27/1.00 vMB 2
900,359 900,359 000000000000000000007de2912850080e3bbe5ca67f888b63594f1e8cd539e1 1,283 0.48/1.00 vMB 2
900,358 900,358 0000000000000000000017a90a720fa8a889bee90bd5fc9413b4847ba1889fe2 3,239 0.93/1.00 vMB 2
900,357 900,357 00000000000000000000e6f59d3d5a455ee8a44ccf789c16b75c93234cdf300c 506 0.14/1.00 vMB 2
900,356 900,356 000000000000000000020b17ca2e99232d972bd0a5823ec66f9acc0db28a5f36 1,637 0.57/1.00 vMB 1
900,355 900,355 00000000000000000001a8588a71b3a8e1625a4297680ef34ee08de5148f1a9b 3,617 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.08 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: 721.13 GB
    • Received: 18.35 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.