Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,157 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,846 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,954 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,845 (863,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,269 46,269 000000002c0c082085de4ece8fa48b5b4a3a87dfb5d79d14bb3330bd5bcb1a14 0.00 MB 1 0
46,268 46,268 0000000007571a6bb58075efbe07c0576808e512ce4cc1ef8acb15efac8d3d27 0.00 MB 1 0
46,267 46,267 0000000017b7272ba2b2986e2f9831c0942ac4cbda565efe4b26e4f603cc93b7 0.00 MB 1 0
46,266 46,266 000000000ddc03e86d10048482b18d5f38f6999ff259fc691b54d678c725e316 0.00 MB 1 0
46,265 46,265 00000000130e7997577236d2101913ffd6b1232c59abed0bfa319e822e68a0c4 0.00 MB 1 0
46,264 46,264 0000000036f4ebe7c8dcfed12a7d7d6236efb94ee31e555c3b5a2fcea321991a 0.00 MB 1 0
46,263 46,263 000000001e724f3388857305177220ae8194fe2e96788adf44668f9eae0b947f 0.00 MB 1 0
46,262 46,262 0000000016035d6a3119fde23f99c8d491f8adf6edac3279ac939d6ff1e8a595 0.00 MB 1 0
46,261 46,261 0000000029f4487f88e1f26e8f9736f40fbc55664ddca6b1241c5f140cb4baa0 0.00 MB 1 0
46,260 46,260 00000000369bbce0956b769345fd328ed61d0148cbfc080fd45758cd8f5a60f6 0.00 MB 1 0
46,259 46,259 00000000141d8655606d148d6ae026639662ecae8bb8f243bbabc9353f7b0b8a 0.00 MB 1 0
46,258 46,258 0000000035bd68ee1084f2d55e72deec5333562dee57ac555be623c4c8a8bbc8 0.00 MB 1 0
46,257 46,257 000000000e76b65f506021e9db90c5b8a380fda7a5f63f66fb8cf33551a4e3b6 0.00 MB 1 0
46,256 46,256 0000000027aaa721072e886557eea3bda800309cdb16007b93537532ed41b9fc 0.00 MB 1 0
46,255 46,255 0000000003593993fbf023adc17a03a7f662ba03ae499f252ce3a50d6568e441 0.00 MB 1 0
46,254 46,254 0000000031015dcf8b82a2e80fd36e57024be703c1ae4ab99dfd0d5cc91ddc7f 0.00 MB 1 0
46,253 46,253 0000000009a176f9ba5ddb2b933dce1f594896d870bb9d65ae8010f7cdbad842 0.00 MB 1 0
46,252 46,252 000000002678a1ac07459e685673574f58ce157f1ae5fa6e3b82c4cee4c300e1 0.00 MB 1 0
46,251 46,251 000000001cd6b3d4d9be4feb013f7716c95886c2102c0095bc6817578406db95 0.00 MB 1 0
46,250 46,250 00000000235a5452f65575542201f8e3ca4476686667c98e6559dd563b2e2015 0.00 MB 1 0
46,249 46,249 000000002725fccca3ebdd46df6eb60d7914ec70351b839afa9566daad08ae02 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,166.87 GB sent, 113.84 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.