Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,924 transactions (1.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,763 (884,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,708 26,708 00000000a957eb7df2033990a47d20e0e4385148113315378bc01ab5f1c550de 0.00 MB 1 0
26,707 26,707 00000000a5175961d673b58d8bfdcacc822cc60b0e57c38fd102b148ba149abe 0.00 MB 1 0
26,706 26,706 00000000ef93fcd20f8cd0bf9d502a5c08542b5dd66680a5c9909d6b3396a0ab 0.00 MB 1 0
26,705 26,705 000000004ec63d82141c262de3f8e980452d40a3441042d9e154a8b63211252c 0.00 MB 1 0
26,704 26,704 00000000c3fcab303d5098621604ab1ecbbc392b1878556573fdfa2ad0892ebb 0.00 MB 1 0
26,703 26,703 00000000a08326326922532dbfdf351e939b319594d2ba0136ad4436a3bf53d3 0.00 MB 1 0
26,702 26,702 0000000060514d2b883e748a925180f751b896ab3a81ff7d6469f5ab909043db 0.00 MB 1 0
26,701 26,701 00000000bebd52cb92ebeed7eb910964094e1baf44c120daddbb4d25db534c0b 0.00 MB 1 0
26,700 26,700 000000002e984cf2b1167e45c2ba3161648dd41dcf44f4094143719959462a01 0.00 MB 1 0
26,699 26,699 00000000226837e8f600e3d7ff6d76da7818d484d4fa8ffe1b3e1ffa20709db1 0.00 MB 1 0
26,698 26,698 00000000c54d1fc5afc66e8c3b5050cfd461b69be3ced2e5b3cb3108d148fa56 0.00 MB 1 0
26,697 26,697 0000000029822253300db7246639348e5affc111df1d816ab1fb5e667633814a 0.00 MB 1 0
26,696 26,696 00000000070333c448304941e69f6e6d435cc2d32b800170c5cc2db8405a0394 0.00 MB 1 0
26,695 26,695 000000004a0e8475f6b7b3c659f673554ff913df856475cbf14f7d815061c8e9 0.00 MB 1 0
26,694 26,694 00000000ea076acdfa15241108d6db3cd57602f7f66a7728f65035c9092417ae 0.00 MB 1 0
26,693 26,693 0000000084234d9cb61082cc70c33bd59bf8747b8eb60ad200f3a2d8c3291156 0.00 MB 1 0
26,692 26,692 00000000e16ec35774a24c636c3ab8f9ad09fe82cfa3bfc4bc157811183ac771 0.00 MB 1 0
26,691 26,691 00000000594e9b1d8dadfd9fb76d6ca05ed7ca33a0da5caffbed7fd95eb30f4c 0.00 MB 1 0
26,690 26,690 0000000023bd41adc5ed1f5ab7bc900da59f21a8d091660aaa7189d4fbd19fa1 0.00 MB 1 0
26,689 26,689 000000004874cc87a675f680ca70dd0e4a0280b8510de50e6c5e40c04389c060 0.00 MB 1 0
26,688 26,688 00000000a69f3b9ab93c7a8e00fee4e861f4c1fe3f4f03abf244f55b780379d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.79 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,294.81 GB sent, 122.63 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.