Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

351 transactions (0.10 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
912,125 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 348 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,124 (606,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,314 305,314 00000000000000001fcad32253329b676b315e57f31df7656fb6655d9452326d 0.35 MB 907 42
305,313 305,313 000000000000000018e5cc0af13e97e39b423f21020f3e67fda25521ae994cdc 0.11 MB 177 21
305,312 305,312 00000000000000003251c9fb0f8671cf3ec506c8f6131446659bf543f7ae91b1 0.38 MB 515 24
305,311 305,311 0000000000000000176767458adb213ed948210ca42b3c92607cabb09b7da543 0.50 MB 1,070 37
305,310 305,310 0000000000000000042aed1324cf6322521fa56c47f26d31967439139b0b1795 0.27 MB 413 28
305,309 305,309 00000000000000002e0af2a8c92696a5f1146a9557369dfd9468a98b1dad6e06 0.07 MB 126 23
305,308 305,308 00000000000000005bddb80e68efb0f18f8fafd097d279d9cf3d8e42474077bb 0.38 MB 637 29
305,307 305,307 000000000000000033ad6cb2c922b0f852953f9982871629318f0cef56a513b8 0.50 MB 1,008 34
305,306 305,306 000000000000000015e609da9eb9f77975491a3e89fdfa0147514533aa4e3d34 0.55 MB 503 21
305,305 305,305 000000000000000011c0428d7834ec545ef12af5677979e3750c5d74ba8bfe5f 0.35 MB 816 40
305,304 305,304 00000000000000000ea1bf919cfa1c33ef835c4978b6db79ee5485291f19b5d1 0.35 MB 712 34
305,303 305,303 00000000000000001e16587f86dba9eca1d64b24b33c29a8c663e0b7de63e661 0.35 MB 860 42
305,302 305,302 00000000000000001fb2c8ca0aac345bba745cfd4acde5ca079c41dc97d7dacc 0.07 MB 101 26
305,301 305,301 000000000000000033b1531dc55800a5670a685b4d9c5e7f05877c6234485a8b 0.10 MB 185 29
305,300 305,300 0000000000000000045fca3fc5fa75b509118e1b5ae91b23dd5e36c4983f0776 0.08 MB 94 31
305,299 305,299 00000000000000001541c23dc7e4effd3ae25a9ac81231df61b24c218e44af48 0.52 MB 878 32
305,298 305,298 00000000000000001d4a96d04c69c4deec7e697a5bd632d5db7169c387759b34 0.08 MB 124 33
305,297 305,297 000000000000000052bce1ba505a3aef23edcfc07316b9d4d00db922f5f5c181 0.02 MB 39 34
305,296 305,296 00000000000000003f3976063cf474e88b4a49441534dc941b264a785932eb8e 0.31 MB 674 34
305,295 305,295 00000000000000003e18317a94d3a4368933afb16dd941fc8798c0e3b45f42e7 0.14 MB 245 29
305,294 305,294 000000000000000012ff820b4fdef4d01ff98fac07709a1b8848616aa769546e 0.25 MB 243 21
Previous 10 blocks ↓
Total Size: 777.31 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,525.38 GB sent, 134.96 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.