Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,853 transactions (1.59 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,170 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (834,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,951 75,951 000000000038146e6426ac0b03a06f72233bff226c91b4a93963921a0da4f8e2 0.00 MB 1 0
75,950 75,950 0000000000643606e5e20c21e66a1f05a77420a7d9d30be2c9034f56ae852107 0.00 MB 2 0
75,949 75,949 00000000004fd7055d4bc441091f97c04821ed31f9e3550b93ea8a9f458cd7a2 0.00 MB 2 0
75,948 75,948 000000000052d0c0083afeb65d4fc8ba4fef4ce045a7d6c54b3a4ce8abb5f165 0.00 MB 1 0
75,947 75,947 00000000000a263655f848418540abb86d6218e33906069aa9c911e3e51a21c2 0.00 MB 2 0
75,946 75,946 0000000000314565ad6aca9755f329acd08763d7060ee0a84db4a54a87aa506a 0.00 MB 1 0
75,945 75,945 0000000000495f8ab4f79fb642b5275abbbf0380246c51df880145064259faa6 0.00 MB 1 0
75,944 75,944 0000000000484adaaa9b144c75438e937529fe8d426fea7b4cfbc439cba73f6a 0.00 MB 1 0
75,943 75,943 000000000021a5e8beb9b7be66aa90fa959da60421de0ef173f736edf64fba0b 0.00 MB 1 0
75,942 75,942 000000000039d0a2ce7c910935e3f5cddf7868e4f8c74b6d9ae3c200d435d4b5 0.00 MB 2 0
75,941 75,941 00000000002d8ae22f8bd664923d19094ca963fd58a18fa4afffcaaddace9741 0.00 MB 2 0
75,940 75,940 000000000063b91aa2a13501952d86eec30c0ba76f5ee0cb582ce4d65797472c 0.00 MB 3 0
75,939 75,939 000000000059c57b7b178a703d81cdeb8ea1a13409c5d760bb692fd7e51ed246 0.00 MB 2 0
75,938 75,938 000000000002e591b9e8dcec4b1d41eb41e420b0127d3eccc5e642efc098ef32 0.00 MB 1 0
75,937 75,937 00000000002a641e25d170db27e5a6953800be8fd0b02ba4817cafb6db4ddb67 0.00 MB 1 0
75,936 75,936 0000000000465b7adca3d2a848d25a9f34ecc0d1397faacfba4260d20b4c4e9e 0.00 MB 1 0
75,935 75,935 0000000000280fb0e60c8b9a5301e0d41a820916ff74deb5943632e9283c8ba3 0.00 MB 2 0
75,934 75,934 000000000011a596ad72013fef5cb76b10eda851adece155158657fdcffd1ab7 0.00 MB 2 0
75,933 75,933 0000000000193b69944e81b2716cd15b29d031b79a15ab41fd25d814d5f60f80 0.00 MB 1 0
75,932 75,932 00000000005f9bd1193a63ea87ffba4f21a83bcf7b4d8a012a58e1180b6d8328 0.00 MB 4 0
75,931 75,931 000000000058a69a2eced2996c881c91d26e6e5284a7cfe2fcf9ce856e8fbe4d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,258.97 GB sent, 121.18 GB received

Notes

  • This page updates every 5 seconds.
  • 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.