Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,142 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (894,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,652 15,652 00000000eab61e0859f4e93c02ad4de33ad6959c9444fb0fd1a3f90ed630586c 0.00 MB 1 0
15,651 15,651 00000000e61d7a0ec81c4a2639b9182db3461bbad5074e13c4ceb3a3661dc3b4 0.00 MB 1 0
15,650 15,650 0000000061b628fe1603c0edbf82b4868cdf42fb1441da27ffc4a1dd9f5bee34 0.00 MB 1 0
15,649 15,649 000000005b19f0549205d62719e9a8a07fc69b691c31588ed9ae2d6f70340a70 0.00 MB 1 0
15,648 15,648 0000000030b21a8f8d19ece1b5cfe72335daefc55272d2c5cd0483d9f95522fd 0.00 MB 1 0
15,647 15,647 00000000d4ab89e8c16dbc231970b1e6c522a8095b3d84a22c9a6c308d6dc0a2 0.00 MB 1 0
15,646 15,646 000000003e940e45e97f507adbcdc0aa6493feace00242688e0e7f78874a7a4e 0.00 MB 1 0
15,645 15,645 000000000516c4b7902eb5e48cce99ba718e131050011673c34bb262ad085886 0.00 MB 1 0
15,644 15,644 0000000066fb9f80fda19c004f6469e374b1de89e391ede712598fc74bc42cd4 0.00 MB 1 0
15,643 15,643 00000000fc48bcfcb0fb1272a6f40befb3a22325cb5954210527090ba4524993 0.00 MB 1 0
15,642 15,642 00000000da11276c94499bf82c5921d6341ea5f5166c53a542815cd117785430 0.00 MB 1 0
15,641 15,641 00000000a444dc8668441cd85b09287f2b1189c07b360c8dc1b8a82a82d26a6e 0.00 MB 1 0
15,640 15,640 000000001309f1909457265232dc9a28ebfd497b4b7c22fdaf1e5ea1580d9aca 0.00 MB 1 0
15,639 15,639 00000000cf882f39439b0727dd6693b9417e611b2bc8e5895db30c527564bcbe 0.00 MB 1 0
15,638 15,638 000000005cea418163d8c9c01a82bc9dde32b62e5508232cf2ba0f10ac05faac 0.00 MB 1 0
15,637 15,637 0000000089102330cb65a93f8016f70156f0bb82bb9b378cc252a2fa46370370 0.00 MB 1 0
15,636 15,636 00000000202e673392bdf1b06fab2896b8a1b08705bd160db56cebc408f860a1 0.00 MB 1 0
15,635 15,635 00000000b21d8021805641b0a05488f4d788f7824c50ea8edf0295d60a9826bf 0.00 MB 1 0
15,634 15,634 000000007b00eb891321a09773293af8d409bfabb8f60e64b60479af8aaf536f 0.00 MB 1 0
15,633 15,633 0000000039c09cbab67696ac9592fbf30a5f208b21eb53c6c53147b9efca1e42 0.00 MB 1 0
15,632 15,632 0000000012551992d03acccb5893ce2c06bcdc253848229e4cf4c627c8ab65f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,149.82 GB sent, 112.49 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.