Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

185 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,665 000000000000000000022cb30000000000000000000000000000000000000000 0.05 vMB 170 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,664 (820,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,090 89,090 00000000000df62aa8f037ed3b28c0336871e42612be7548815af1caab62bb1f 0.00 MB 1 0
89,089 89,089 0000000000033e936ff8535fc5fbd2e0eaee3a3f013b9823564efc0d4ebc9ab6 0.00 MB 1 0
89,088 89,088 00000000000acd874f4ab9578a144a4ae294ba0c355d635cf65cd826b9036c72 0.00 MB 1 0
89,087 89,087 00000000000ea85e8fe85227896453bef1a08a5f5b03ba6eaac156fd6da797cc 0.00 MB 1 0
89,086 89,086 000000000012ba5f9c381c166530855ac32ab22c16cb846ced54302d5dad03d2 0.00 MB 2 0
89,085 89,085 00000000000cc4a3537cf0f4cf32a1030d62ff88bc7a4e8f5d401fc0f168fce9 0.00 MB 1 0
89,084 89,084 000000000014ecc2d680233fdd107659335928e7380c8924de5487b4d489d655 0.00 MB 1 0
89,083 89,083 000000000014dd283e3ff7279a27ec86e2bfb2204f0e59d18b715df5452ba03c 0.00 MB 1 0
89,082 89,082 00000000000f75246ad323131e1eb1e00fb51b46887a5b27bd82fac8c883a1c1 0.00 MB 1 0
89,081 89,081 000000000002509d973f639492ec7986386cae96ddff56556085e1e21c051b3f 0.00 MB 2 0
89,080 89,080 000000000008058b17077912ae3086fe7ca1ce87633f1cd9a78591c169cfe69a 0.00 MB 3 0
89,079 89,079 000000000005a6343498ffcb15aa86b9bdae141b46842f9cfb7b3a5baf1ebd10 0.00 MB 2 0
89,078 89,078 00000000000145d0c9edc7e4e3a35ce226756dbba785f0fbe8dc94b13c8bd140 0.00 MB 2 0
89,077 89,077 0000000000126d7937854e242bec46650684730a6746ebda6c2153098351c61b 0.00 MB 1 0
89,076 89,076 00000000000e068ed30c715729662c8be26da5b80a0e2b099532fe7353fa35bb 0.00 MB 1 0
89,075 89,075 00000000000d1f186ecbb7dc0fc4c21e13f777e6073f91391fca0b459522dcc8 0.00 MB 2 0
89,074 89,074 0000000000152a1e56fa28f7dba485ed8cf625d09c9d857e8cfcf539d53e9fa5 0.00 MB 4 0
89,073 89,073 00000000001066edcac9a843b59ec0d710455d0e9b3491c81e10a8e1ab8ef643 0.00 MB 3 0
89,072 89,072 000000000007acbe28e6e0f166650e6be377bdda2ccbeadfecee2a6267280ea0 0.00 MB 1 0
89,071 89,071 000000000013a135e7fe29b9225d372796f9bc1a47ae2a9c6fd7bc484c458f80 0.00 MB 1 0
89,070 89,070 0000000000001fcdfbf03472a21c995578e8870bf2de01f9bc52a0e504ead3e3 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 772.78 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,134.24 GB sent, 112.25 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.