Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,640 transactions (1.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,741 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,740 (869,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,802 41,802 000000000018d8abdb7601950db87fe5a67b1923ae2a1b320d478f9186473380 0.00 MB 1 0
41,801 41,801 000000003e1f624a5030d15e245d8f0a6e767fa7322e55b99ae6c3c4a94e39d8 0.00 MB 1 0
41,800 41,800 000000005940413d1babfd2ff0aa32f8518cb9b65bcc46fef7b1adb02e1b67b9 0.00 MB 1 0
41,799 41,799 0000000017dd625413368eb8f0ada2dbd783449970721e478ec8dda0d5efa106 0.00 MB 1 0
41,798 41,798 00000000100af09031ff0fe4fddd5373502450da3e5712edf68302d46bcedaa4 0.00 MB 1 0
41,797 41,797 00000000191363f3cbffc2bd325b4ba4f2f7f4871fd0d990def7125e22641b6a 0.00 MB 1 0
41,796 41,796 000000000b6874f76fb042377d803eefdbb0727ba444aabe95096d7343706695 0.00 MB 1 0
41,795 41,795 000000006227ca03272b8b0e2997581f7eb7591ee30aa8af42d5c8a7b531a963 0.00 MB 1 0
41,794 41,794 000000003b440de466fbd31a7889c87aabeadd342b418d2986127ead95bfb859 0.02 MB 2 0
41,793 41,793 0000000007a64e6267c8ebefbfd3b47b483a85ad15b428b2ab206ae185a466f5 0.00 MB 1 0
41,792 41,792 0000000029829a38615ff870f134eddd5b677958373af2a2859992abfb7aa759 0.00 MB 1 0
41,791 41,791 000000002df7d9d86cfbd4cbb1baae0c60245e413a8a9a87708748cb1093b9fa 0.00 MB 1 0
41,790 41,790 000000005e5ced87499ad9a14f98ee737410235aef95a99dc386eb7ff3d70438 0.00 MB 1 0
41,789 41,789 00000000076b237647057f23099576724293321774692c7f9cb2d30fc14a154e 0.00 MB 1 0
41,788 41,788 00000000314af43bd5df740cef12602c50157a0375289756340c36057327c6e6 0.00 MB 1 0
41,787 41,787 000000000e64429590cdfd44bb94f2e056a574c42e8f76e88fbad1ae32ef0fd8 0.00 MB 1 0
41,786 41,786 0000000010657b8632302601ef479478531097933d45bdd98b449897777b82c5 0.00 MB 1 0
41,785 41,785 0000000025d48f992a17a1b8d0dd08052069009dbaa68470e73928a5239d8755 0.00 MB 1 0
41,784 41,784 000000000d784bd0860d534731291f8ae065bcae82f382a4c88d891895fcbcb7 0.00 MB 1 0
41,783 41,783 0000000005548eb25ca2d704869cc6950f91823a6dff5e9f21d12ca83a3da5b3 0.00 MB 1 0
41,782 41,782 00000000648e9fd675073c39fb1e2b67d78ef1f0bf46b238b054162243b4bc1a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.60 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,428.18 GB sent, 131.61 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.