Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,008 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,898 000000000000000000022b910000000000000000000000000000000000000000 ago 0.54 vMB 1,994 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,897 (129,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
782,777 782,777 00000000000000000002d93b51b66074547943b40c70117adad1932ff793f939 3.06 MB 1,879 8
782,776 782,776 0000000000000000000527d3bc4f298320999550831de59ee6b9fd768aad4a91 3.54 MB 1,229 5
782,775 782,775 000000000000000000007f731753ba5d8af65ff98ed014e17e435ff28bb901cf 2.82 MB 1,270 6
782,774 782,774 00000000000000000001515d233ca2c11c5299bf8f307fcdaa3f68b657b18602 1.65 MB 3,291 19
782,773 782,773 00000000000000000001efccd3e8aa3027105cf9e2227cad8d9a5015a926f124 1.54 MB 3,533 22
782,772 782,772 0000000000000000000533accf322b7c4004415568d04e1dd4b830f5190a814f 1.57 MB 3,289 19
782,771 782,771 00000000000000000000c79394f6adfa2b53ebf80b78ec4b469c6489756ec82e 1.71 MB 2,111 9
782,770 782,770 00000000000000000002b3bed1997012b2e413ddd96abf1d22af257df72305d2 1.52 MB 3,640 25
782,769 782,769 00000000000000000005c414b1ef5caefdb4e6fc1b5e212a22696a085f6051f0 1.99 MB 2,574 16
782,768 782,768 000000000000000000015b784e6663f05ea0159f9550187f645097aa6675c4ae 2.65 MB 2,202 5
782,767 782,767 00000000000000000002097754644b0b50e4da1a618bd5515067f8988992d4bf 1.67 MB 2,855 12
782,766 782,766 00000000000000000003b78c79d5047e01dea3c75d62eacd30e28bd1990aacd5 1.40 MB 2,644 14
782,765 782,765 000000000000000000010257f623789afcbcd4e7735bf4891effe93c3484fced 1.40 MB 2,755 26
782,764 782,764 0000000000000000000360569ee9f561d070727a605ef2e8d57521fb1b25d5c0 1.47 MB 2,702 30
782,763 782,763 00000000000000000001d21cda266d96781536b7b1535216c16c314904c149a9 1.42 MB 2,860 22
782,762 782,762 0000000000000000000398a53f9c0afed653eec749335b09dfb70a447168b750 2.48 MB 2,441 11
782,761 782,761 00000000000000000005b979835e29a0ae8f6d2e4df5096b5d5355c8e5fd159c 3.12 MB 1,811 7
782,760 782,760 00000000000000000005ee227be2e3c80ca3b254311d04fee7c69524251929b8 2.63 MB 1,428 9
782,759 782,759 00000000000000000002bb4c8d3898c604089564eba6067eb2bd56a321096963 1.68 MB 2,442 17
782,758 782,758 00000000000000000003430ff2e20d00b89ed544ddaa4c8de81a7e002daa866d 3.20 MB 1,412 5
782,757 782,757 000000000000000000043bcc45eee6510fdbe973a7a1e4734805acadd62efe18 3.24 MB 2,052 6
Previous 10 blocks ↓
Total Size: 776.90 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,478.44 GB sent, 132.95 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.