Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,698 transactions (3.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,753 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (869,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,600 40,600 000000000da0642d9adc15cc4805ef98a3bdfe69ce83a922aeca418bf4efaf02 0.00 MB 1 0
40,599 40,599 000000002451319f82a8c18c814b8363234a70f87286d399e41551466f0fe78b 0.00 MB 1 0
40,598 40,598 00000000312ba3b01b1a888e337a18742adffdb67d17ab3d4496512e5f3e3a9e 0.00 MB 1 0
40,597 40,597 00000000355ff59f156307a6c22d312c56f8c52a32ab7ab0d6e38d2f165f68ba 0.00 MB 1 0
40,596 40,596 0000000013f0d3fd1a2dc1fc3e1fbd197293ce72d9971077f95aacf5c16890aa 0.00 MB 1 0
40,595 40,595 000000005e107dad76eee7e851cdb553bd23418473064121e4176fcce26e3187 0.00 MB 1 0
40,594 40,594 000000004a4b4a1fa5d846468fdcbb012ad0e1f92cdff54c4492eaef03a4f01e 0.00 MB 1 0
40,593 40,593 000000003d73a9fade7b4b024da73f11a786d1d41d0cf5ee91c378ec4078b9b6 0.00 MB 1 0
40,592 40,592 0000000060713b0a181e3bb0e691f81cfa58773185f6f46016c62172cd0957b0 0.00 MB 1 0
40,591 40,591 00000000629ac15fb89bcb3c1b53a1c552b018683df14ec2efd6db4726de4a24 0.00 MB 1 0
40,590 40,590 000000002024db833ede479b56303009edc540b97b9cdecc587a372d21cfe2b9 0.00 MB 1 0
40,589 40,589 00000000134548edb744e21ccbcb02dd6fa44f950d5f713cd787a9a39bdc0669 0.00 MB 1 0
40,588 40,588 0000000017d8f7bbe30d28079a44355bbedcb2e0101a2f7be5dec3937b462f5c 0.00 MB 1 0
40,587 40,587 00000000369d9232514ed96e5464fbf32091dda62c214fd7a9e0aa9b5953106d 0.00 MB 2 0
40,586 40,586 0000000037f0216c965490efd8152b98dae0a4dbe22b85cbcfaef9ae09a462f9 0.00 MB 1 0
40,585 40,585 000000005ac6f648957570ae3e50543c52aeee2dceb8bad57ecea067cb4199a7 0.00 MB 1 0
40,584 40,584 0000000052fc0beef538e41848ae5ad9d023936f05e97a912fe6aa55dc7e4c6e 0.00 MB 1 0
40,583 40,583 000000002d887ebebffe4c287429ed9fde0e9302e3771b9e8d4bea6eea758e80 0.00 MB 1 0
40,582 40,582 00000000570221ef75d60ffa4fb4584ea3363239f4c34bb11a71b3fc2d9bfb73 0.00 MB 1 0
40,581 40,581 00000000584dab06683949c52c3c6bd289a2c12b344d4403c9ca4b066031c0d4 0.00 MB 1 0
40,580 40,580 000000005632ebd13ab0e05a1ee7bb0b5f232aac855707546495598575a6ec29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.