Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,237 transactions (2.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,060 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,529 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,059 (840,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,511 69,511 0000000000b54f74cca02014c50153f59fdebe76fe9032855e9c5dda8b4e95dc 0.00 MB 1 0
69,510 69,510 000000000015db50dad20ec85c3af1254958ab381042f2c55ede5aada28daca5 0.00 MB 1 0
69,509 69,509 00000000010442d3280e01efa5bf511f3bed2f0cec0900bffd8eda9e3a7580a7 0.00 MB 2 0
69,508 69,508 000000000128ae9704749c225a1a9a095ca99071d80fd0ee5a21869323ed4364 0.00 MB 1 0
69,507 69,507 0000000000362bbaf56fa88b9fcc53f2ee4295cdde98ec799909ea05a8032c0b 0.00 MB 3 0
69,506 69,506 00000000011f7f9e769e59ca3c69eba340e84d923f12d8b5e8bb7e70e50befd5 0.00 MB 3 0
69,505 69,505 00000000009339597f9560588074de69a184f3c34182be48851919a78d22275f 0.00 MB 4 0
69,504 69,504 00000000000963b1718554ab6db4cc7a13173e320dc3b41e4a01bd3bd23b9883 0.00 MB 3 0
69,503 69,503 0000000000fe20f9254f78a15776eef66355a6a30b5089c4e073acd19a7dc0d5 0.00 MB 5 0
69,502 69,502 000000000122f83d8272ad889c9ec8b657f3cd2e4b7313d69d5969f627f1fc80 0.00 MB 2 0
69,501 69,501 0000000000e3794c142f2429ffb5f048b507f6e4fcd2653ee955e32abbc1da47 0.00 MB 2 0
69,500 69,500 00000000000570ca92bfa514c5864984b4bf01938b6f0dbc669e6c6e242d3005 0.00 MB 1 0
69,499 69,499 000000000134db6b3aa8a543586cb1bab1dc26db5b041d8efb97b8696e5aad9e 0.00 MB 1 0
69,498 69,498 000000000131bd37e82aef33eefa2d7e4cb242acc3864f49f52d3934934c2ce5 0.00 MB 2 0
69,497 69,497 0000000000545623868d4b0e21b9d1492b1e4e8cdd4205e547486947f57a1ae8 0.00 MB 2 0
69,496 69,496 0000000000ec4819ffd3fe777996985ae97c35a0d0f6141e6b11de37714f320e 0.00 MB 2 0
69,495 69,495 000000000152ad2f4ffa14550f7a6be60db8a6e9e1b5c17a262a6bfa5f8b4fcb 0.00 MB 2 0
69,494 69,494 0000000000c16b62875d74744c016a340bc93e844e840152fdbacb67ebfcc772 0.00 MB 5 0
69,493 69,493 0000000000a4de4d97b81311adcd219bb09a053a1bc0490c950b32e1f693999a 0.00 MB 1 0
69,492 69,492 0000000000f5f03cedeb3a987be6a17f46191d3be702a9bc420cb20de1e40763 0.00 MB 10 0
69,491 69,491 0000000000b0495a1a84906a126f29ebc1e603f8084aeb44fdb9c6f498455ff0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 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,186.31 GB sent, 115.93 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.