Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

505 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,127 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,126 (446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,680 909,680 00000000000000000001797d57f9227c625b76df32b438aa1f4f928ea41bf6d7 1.82 MB 2,440 3
909,679 909,679 0000000000000000000202645e15d97587d2a36c3331c4db78e8b6d46cc2ee5e 1.74 MB 2,336 3
909,678 909,678 00000000000000000000f1ff506f8b63dd410741ee9e0814855763357c7e7aea 1.64 MB 1,810 1
909,677 909,677 000000000000000000010240ae4d6a72b0c52a41123a48f2b26d278c6809c5b7 0.64 MB 693 2
909,676 909,676 000000000000000000014d73ef165d752c82e8f0363ed74c7f7fd7fad58e068d 1.84 MB 3,657 1
909,675 909,675 0000000000000000000053520bfbe4af74739c9299e96e53d87c4d2383707d60 1.60 MB 2,999 3
909,674 909,674 00000000000000000000ff853c20e774be04ffa30eeaeedd759a18a474289d8a 1.75 MB 2,925 2
909,673 909,673 000000000000000000010ad14bd630ba2c472942f6b952844ffdbe5685aacd4d 1.62 MB 3,412 3
909,672 909,672 000000000000000000013b9a88e858051f0ae048795379f7d7fc43d80614478d 1.91 MB 2,093 0
909,671 909,671 00000000000000000002261c086a0b49889bb8c2e6738efb06c6e33754d4ae06 1.86 MB 2,527 1
909,670 909,670 000000000000000000018c387fc389ecdc139f4524336c927fd9220f05e4d942 1.78 MB 3,727 1
909,669 909,669 000000000000000000012cbd064b9ac187cd773d0e9215dfcdf66d7b959ca5ba 1.59 MB 3,143 2
909,668 909,668 000000000000000000006b7085080e7584eec8e915ef9e3888a20d04542ba974 1.77 MB 2,967 0
909,667 909,667 00000000000000000000adb2a136ede1d47fefae30470478aeb97f640f705ed2 1.57 MB 3,529 3
909,666 909,666 00000000000000000000e14258c26e46a2d8dfb58dc2af31bbd76ddd45309934 1.73 MB 4,364 1
909,665 909,665 000000000000000000011a2a2991d3456fd0c16783aacb57fff34dc97cb2836e 1.68 MB 4,009 1
909,664 909,664 00000000000000000001c75d80f66e820756e2f8970f3beddd9c189a031c6065 1.59 MB 3,229 2
909,663 909,663 000000000000000000020942c7d4b48ffe98fca2bca9517a53c4df2a5b70bc7d 0.18 MB 280 2
909,662 909,662 0000000000000000000036209764a92be2d2e13747e610fa3a215b68855f76b5 1.67 MB 2,690 1
909,661 909,661 000000000000000000002d190abcdc85a5f575417c2590d853475e310daccdeb 1.61 MB 3,141 4
909,660 909,660 00000000000000000000f5447e57f2fa9fed2d66192dedee8f812150f637ae42 0.91 MB 1,868 3
Previous 10 blocks ↓
Total Size: 773.62 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,191.26 GB sent, 116.60 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.