Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

742 transactions (0.20 vMB)

Priority:

  • 1 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,603 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,794 909,794 00000000000000000001971541895c46df56fc3cb98267fed68146c05d618364 1.73 MB 2,861 2
909,793 909,793 000000000000000000005f82c8d6ef9947d65117ccee214547bac22cea0cf8ed 1.56 MB 3,540 5
909,792 909,792 000000000000000000006920b2dd81bcf3300609f66260acfd175420ad31ac7d 1.98 MB 4,433 1
909,791 909,791 00000000000000000001b260384b9399ea85d9b445a3b8c79aea8e5f5487377e 1.68 MB 3,545 1
909,790 909,790 00000000000000000001d2f49091f952b39443e5a327165f4981635f5599ef60 1.55 MB 2,900 2
909,789 909,789 000000000000000000003637ca29f827e90c70263598d8456de8b084fe6ca869 1.81 MB 4,715 0
909,788 909,788 00000000000000000001e6e0b8e81e34ec9c21d7cd0ecc7506ab89b5f39b5b2a 1.78 MB 3,310 1
909,787 909,787 00000000000000000000323f33c42e86152fedb5cca3a4eb1879e606a8c7c13b 1.27 MB 2,370 3
909,786 909,786 00000000000000000001a2f76fc020dc1e45589974a928ecca7a9d1b3b0fa457 1.89 MB 2,659 0
909,785 909,785 0000000000000000000124f2c1046f9a7942f194f105ca633429f485271b4ba9 1.62 MB 3,659 2
909,784 909,784 000000000000000000002b0d0fe92c3a4a65736df76900b491e0756b1b6ffd7f 1.60 MB 2,383 1
909,783 909,783 000000000000000000008eaedbe797061e16ea3c30c86594d23fa364cde3121c 1.56 MB 3,249 4
909,782 909,782 000000000000000000008d094aab7de77bcb807ac3968007461d593836c0b626 1.66 MB 2,046 3
909,781 909,781 00000000000000000001bc7dd8787b4ad7238560aaf79afbb2afbb5a6b49fb42 1.63 MB 1,614 1
909,780 909,780 00000000000000000001e0973eaf2db967dddef8e40ce6ba296020ae92321b44 1.52 MB 2,549 2
909,779 909,779 000000000000000000001e28497a97afc74702b70699670b92e0ce0ac2d02794 1.53 MB 3,856 6
909,778 909,778 00000000000000000000541a23f0a88806047064ff2d6d3d30dab4e2534cbc3c 1.79 MB 5,002 0
909,777 909,777 00000000000000000000967d0b1c37a8d8c25e54a91f97a01974fd8bc6386ac9 1.56 MB 3,176 2
909,776 909,776 0000000000000000000105d427587e1e33041d0a369347681bdbcda4fbd43a76 1.67 MB 3,786 1
909,775 909,775 0000000000000000000029afb4d030c8bea0ac5ffc5d72d60b796fdd93d77c65 1.56 MB 3,745 2
909,774 909,774 00000000000000000001fb82644b732711b18ef4f19ac2090e7f78a0bec4a9ce 1.86 MB 3,252 3
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.