Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,135 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,473 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,135 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,472 (201,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
710,194 710,194 0000000000000000000a8a12dc4da768752e2df173d915184dbf2f98016af8af 1.50 MB 2,765 15
710,193 710,193 000000000000000000097a1442460124c2003dc1c182fc622e511d1f2097cd02 1.50 MB 2,840 10
710,192 710,192 000000000000000000020c6da5a390611cad78171c15208d01fb0ed5cb1a78f5 1.05 MB 2,118 9
710,191 710,191 000000000000000000045a0b47300f054e3943261fc64f0d7d8466ecd1f89c3d 0.43 MB 832 12
710,190 710,190 00000000000000000008aeb9ee7b6c2ad4d498d409d76bb9b6b9feef00f9d649 1.40 MB 2,838 9
710,189 710,189 0000000000000000000296d461f7b01f056fd17e2d04b7cac0a1fb345822d487 0.90 MB 1,797 10
710,188 710,188 0000000000000000000bccfe8ebef9615777ceac32f83dfd0f89ea0c7a71cb57 1.45 MB 2,783 6
710,187 710,187 00000000000000000003c8f0fe332089d6d38937bb835d6952fc92643ed80d3c 1.45 MB 3,239 14
710,186 710,186 00000000000000000003ce4a8b1fe5d36758542c272925f8637d1fb55ad2497b 0.65 MB 1,093 9
710,185 710,185 0000000000000000000b3fc8c7f97c433a5b3ddfc998daf9819dcc0bc362f132 1.42 MB 3,067 10
710,184 710,184 0000000000000000000b11cae34f27656f0222121e167093f19a305b7ee8dcb6 0.69 MB 1,036 9
710,183 710,183 0000000000000000000079569e6922b1fcc99ce31355d7152a7e000fe6c407f3 0.58 MB 1,280 11
710,182 710,182 0000000000000000000aa52e8d63d655d696b30c7a4e1b3cc7ca677d4f449bb7 0.35 MB 521 2
710,181 710,181 000000000000000000068b2c5c844f3c000356f440317cfeb5391d13f5d64d1c 1.16 MB 1,337 3
710,180 710,180 00000000000000000001825bac8a4a237bec1f12017cad710ede342f072fa921 1.66 MB 1,923 6
710,179 710,179 0000000000000000000b23ba314a2a789e8aa68054f38ed430037a9dfd182c5e 1.51 MB 2,844 15
710,178 710,178 0000000000000000000b13b6c6b60de311d340e730a57d5f67246c7fa4f53a16 0.71 MB 1,686 12
710,177 710,177 000000000000000000081a5c4b986c1a5dbb06bc5f0eb26c59b8d45b61a036e8 1.34 MB 2,720 9
710,176 710,176 0000000000000000000b23a30a7b22fad9570362d3c13085429eab94ae41f219 1.39 MB 1,489 5
710,175 710,175 0000000000000000000bc77c55719025d95b18032a7a7fac15fbaa811f63a03b 1.54 MB 2,712 9
710,174 710,174 000000000000000000022778a4b5b2274535f23be4b14986ba757ddae068447d 1.62 MB 833 2
Previous 10 blocks ↓
Total Size: 776.12 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,408.77 GB sent, 129.28 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.