Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

197 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,994 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,993 (11,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,810 900,810 000000000000000000001d815bb19ed4b999116a0f143e9472cf508cda9438f6 1.62 MB 2,738 4
900,809 900,809 00000000000000000001afe19f600dc9b366e9615d7af420d3741c3785e0557d 2.16 MB 1,852 2
900,808 900,808 00000000000000000001c9f6d3b056fe0b8b063ca3c439c5dc941a39b4b5edb4 1.95 MB 2,962 5
900,807 900,807 0000000000000000000236906a66a534ab37db659dc0e72701023f6d051dfca0 2.92 MB 1,986 3
900,806 900,806 000000000000000000017d0207ae76e6667343fbebea2a9639295ee6946f4095 2.07 MB 2,812 6
900,805 900,805 00000000000000000000ee830b3d4427a29605ad3abc714a6ba71696f39f2bca 2.37 MB 2,618 5
900,804 900,804 0000000000000000000150abcf60d0197bf9f40e59c76352833c75905dbd2f61 2.55 MB 2,542 6
900,803 900,803 000000000000000000005dd3f6b3700be89a75bcf30432f24afb4466f17b5215 2.70 MB 2,053 6
900,802 900,802 00000000000000000000910952f3009215af2eccc48210550e10c7abfc6309fe 2.33 MB 2,616 6
900,801 900,801 000000000000000000009d78e60127f5d2b692a15c72555c20a4350395abae14 1.53 MB 2,549 3
900,800 900,800 000000000000000000004520de35c6f8c5dbfc4473c27983fda12580cd0c28ac 1.58 MB 3,711 5
900,799 900,799 00000000000000000001a2d4dc22bce9299d31baabf8e96371c1fe305269b4e5 1.38 MB 1,195 2
900,798 900,798 000000000000000000010296d84c561e6e160d27ea1c17e2b6c165a8f49531bc 1.52 MB 2,527 2
900,797 900,797 00000000000000000000f2e23b982149554f73b0c7c745000693fad9b55e406d 1.59 MB 4,294 5
900,796 900,796 000000000000000000007e0256cef9f108bad49d76e8e03a8726a33803c1c70b 1.60 MB 4,369 4
900,795 900,795 00000000000000000001210e1912e42c5a261fac72b05b9a7ed84bc3543c1f9d 1.57 MB 4,364 5
900,794 900,794 000000000000000000001c2fe631164fc0651a7e99b3c320b326ec818d0f6a37 1.46 MB 2,365 2
900,793 900,793 00000000000000000000d753e47807256672dab65f03be0475cd2a9a0de01c19 1.56 MB 3,856 6
900,792 900,792 00000000000000000002000b5bcdc49ccada54a9e87f3c128a5e2d139d0c33d6 1.85 MB 1,967 1
900,791 900,791 000000000000000000017dc0a31ef61ceceb4991c4432241fc1ad6deef8a9f03 1.50 MB 1,305 1
900,790 900,790 0000000000000000000137c4a80ac4a00e26e938897276a568ec98523a616399 1.44 MB 1,446 1
Previous 10 blocks ↓
Total Size: 777.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,504.67 GB sent, 133.82 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.