Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

539 transactions (0.18 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
911,438 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 534 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,437 (882,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,322 29,322 000000001dff6a8957e5e284bb585129c87ecc33fabe043014584a5c3eb0184b 0.00 MB 1 0
29,321 29,321 000000001ed7fe2728840c30d2febcf90ea77addd11d9f880a890a7263b97342 0.00 MB 1 0
29,320 29,320 000000004d18f8eb06045e5bb54de78dbf9d724f0d9c6852829de4b9c5e017a0 0.00 MB 1 0
29,319 29,319 00000000a27046cf7ac4ad4cda3d76cc4a6cd904d9994d74428b373c69298415 0.00 MB 1 0
29,318 29,318 00000000581073235757ad49043d6f592e4e6e7630d66be41fcf5c1d9ebe493d 0.00 MB 1 0
29,317 29,317 000000006dfe205d1b3300c9edd065e317253bdcbcd492d8c8b5be67b7b0eb2f 0.00 MB 1 0
29,316 29,316 0000000093c7aa15db75601dd37e41cb44cf4b6afd2ae9f0a9a9d4c8e81828d0 0.00 MB 1 0
29,315 29,315 0000000042caa1a2489cfd20f6221913cca568d299947db4ae0a5ae005733378 0.00 MB 1 0
29,314 29,314 00000000deea0a7fe9f21bde53fd9af37184a3168fd53e7bfef8104e25e3cea2 0.00 MB 1 0
29,313 29,313 00000000760d2e2f3d2332e8809ac138d8a3723aadfc34730e8c4f01b27854ba 0.00 MB 1 0
29,312 29,312 00000000ee5c6473479285f94f4f8c46d1c385e72fe0e5ab6030087cf3674da3 0.00 MB 1 0
29,311 29,311 0000000006491fdc77a8aee07fd97fbf86ded81a930ad4d4f992315ef5cdbfd8 0.00 MB 1 0
29,310 29,310 00000000e8a72d3060e11d825f544948b5de971194c056002b01c7357a28f87e 0.00 MB 1 0
29,309 29,309 0000000047b334369f7567106d373071ee7b741bcb10f66210f39213ddd1a585 0.00 MB 1 0
29,308 29,308 000000003414d73258f3afef773d2bbd0500d09e78da1097801dfed444108154 0.00 MB 1 0
29,307 29,307 0000000064a7e65e7a90dfd38c61db36c565178e67316b3675f9317ce6a4202e 0.00 MB 1 0
29,306 29,306 000000005004c382d673529605125d73acf9d621732b98acfd3ff5cf6b4ea9c1 0.00 MB 1 0
29,305 29,305 0000000055f99275f699687b48715af0fb43e4f1edd6276440cb9743ab603816 0.00 MB 1 0
29,304 29,304 00000000b1e72766ae6b085bc632308f6a0e9c84ea29a489e891715af13eaada 0.00 MB 1 0
29,303 29,303 00000000e02aa3cb8c1919b8199e98fd747a0a64bda221a59d651e474f90978c 0.00 MB 1 0
29,302 29,302 0000000008fc9afa3ac64df7fb91b539e4d85fcd88bdc0e64816d727e7b09a29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.05 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,406.95 GB sent, 129.03 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.