Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,562 transactions (2.28 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 6 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
911,937 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,925 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,936 (477,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,319 434,319 00000000000000000219a6b214b2f4daa540c0fcb4b1862304a702fe71dc1d62 1.00 MB 1,634 70
434,318 434,318 000000000000000003bc82316a266d4303bc9c237937ba5c820d041aeeaed414 1.00 MB 1,546 70
434,317 434,317 0000000000000000029cd322844fdc6aee916d911e526e33b53d5591b2d7cf51 1.00 MB 3,043 98
434,316 434,316 000000000000000002958050b2e522d150324a609a7d3049580b3c8167e2507e 0.00 MB 1 0
434,315 434,315 000000000000000000fcf292deaac945ba830807dc9bdad692273480b451c1ab 1.00 MB 2,381 68
434,314 434,314 000000000000000003a25a71a49532c443c1c0efbf8961dafb5aa677c9b1b0ca 0.00 MB 1 0
434,313 434,313 00000000000000000214b8f0b4b84042614d94e938a64816c63c732f46b80522 1.00 MB 2,249 63
434,312 434,312 000000000000000002dae4921004e93812cabc1474fce755e2de24252e9ad5bb 1.00 MB 2,720 65
434,311 434,311 000000000000000000b51f48404f95acc9722b2b54caf03a0a028e286b654d9f 1.00 MB 2,339 78
434,310 434,310 0000000000000000010717f43817d225eef524fb17569347792dbb636566e7ad 1.00 MB 2,375 56
434,309 434,309 0000000000000000040bd1b0d8ec65f901819490c0f0f3714603bb48932a2f34 1.00 MB 2,686 62
434,308 434,308 000000000000000000f25be54487d3918369e6289fcaca0447295e228c54bbb9 1.00 MB 2,099 79
434,307 434,307 000000000000000000f0979d32bf75b6f7657ad2efa5183ef3a1503188d2eade 1.00 MB 2,315 82
434,306 434,306 00000000000000000297bc2c32203d175fb63cf54021ba856444d6b03810edc2 0.25 MB 548 62
434,305 434,305 000000000000000001c88eacc9a482c3a5041a01733f603a71ab0635f8e40cb2 0.77 MB 851 29
434,304 434,304 0000000000000000018aed6d1e566e95d51af204f17aab473057a4c7edcdf584 1.00 MB 2,448 66
434,303 434,303 000000000000000003866a4d2f17a4e73d7f4453df285ec47ece0b1ea1651e7b 1.00 MB 2,536 59
434,302 434,302 000000000000000002f6593aea25612d12a192d23c4314fcddc88d565e3d4644 1.00 MB 2,031 52
434,301 434,301 000000000000000002678bd72efdfee23734065c014e94230c7c4aa66891de24 1.00 MB 2,374 61
434,300 434,300 000000000000000000b1a9b0963a2f914f65b14f1d03cc336b5008cfe1fb2b4b 1.00 MB 2,674 72
434,299 434,299 0000000000000000022c05f80e19aa6c9ad890ddbc826c23500bcef4fc93fc00 0.05 MB 84 36
Previous 10 blocks ↓
Total Size: 776.97 GB

Node Information

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