Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,143 transactions (2.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,668 (839,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,571 71,571 0000000000adc2eb6b804a70c5393c609cbd7f6eab89bf81987aaf9980ad7e8e 0.00 MB 2 0
71,570 71,570 00000000000f1a204d452497d1268976027f51bcdcc21f47d2feac2437bed105 0.00 MB 1 0
71,569 71,569 0000000001099fedb60df066719134606915126fffd6be5a1d493ebca86b1e45 0.00 MB 1 0
71,568 71,568 00000000009caf20b02863f0d84b6df2346b7d5736271557c27b12cd70917e7e 0.00 MB 4 0
71,567 71,567 0000000000e19d377ab561f825ab1bb39901efc030005d763f52d48a88c75958 0.00 MB 3 0
71,566 71,566 0000000000ebb385f3ef4680fb4c752e19ab3b964c77bd56975bada0c8e4fe4f 0.00 MB 1 0
71,565 71,565 00000000008f694357e09eb688adbeae0c60a0890ee50b71f9203629c30181f6 0.00 MB 1 0
71,564 71,564 0000000000ec67171d24fc07a9c36f24e69187932f3c55b4e1046869703d7d4c 0.00 MB 1 0
71,563 71,563 0000000000b9c895b92a5480f6888bd6c7b4e96f8f65a3dde08f5c3ddffc37e6 0.00 MB 2 0
71,562 71,562 0000000000474eea22fbfb1078bb5adaaaceea4c9f6d0b9026c7ebf596bbb48d 0.00 MB 1 0
71,561 71,561 0000000000fe875f0e06d448a7ce71dfeab7dcedf5bbd5f95deb3bbb715187a6 0.00 MB 1 0
71,560 71,560 00000000009c5191d969ac27a381fdc2b63faf300578e9799fc17fc911d3f45a 0.00 MB 1 0
71,559 71,559 0000000000153811a5821ef87217804ce5fee7642660c9cd70c4c5568dfe6209 0.00 MB 1 0
71,558 71,558 00000000001177aa0d3670c4dc46aa3fbdb8d463d4ec51a1a9e1400970c8217f 0.00 MB 1 0
71,557 71,557 0000000000c58d9564fffca8a3f16c87ce558f9766c9a8e840e54686d969a6cc 0.00 MB 3 0
71,556 71,556 00000000001513e13060135c4a1203c61b80fb064a554957985e7ccac817151a 0.00 MB 1 0
71,555 71,555 000000000059244e023105ff48b65b257fa0572ad06e2789fd36f53ed7b55995 0.00 MB 1 0
71,554 71,554 0000000000b5fce8fb019170b9436936924ac3c258d843f00cefcf179628dde0 0.00 MB 1 0
71,553 71,553 0000000000daeddeae1e32e186949436d147ddbae6c3537c2b2c4ae50ed2a002 0.00 MB 1 0
71,552 71,552 0000000000ce61c98b46ad7292df173188ef1c901f10d3ad039f6486c55440f0 0.00 MB 6 0
71,551 71,551 0000000000e26adb06e94e6ed972d88112ee132d3337858988c5bf74358d771a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.69 GB sent, 121.71 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.