Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,146 transactions (0.52 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
910,493 000000000000000000022cb30000000000000000000000000000000000000000 0.52 vMB 1,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (883,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,772 26,772 0000000036bed797646eaea245abb7e2d10b6c4a650c89c827079d49636ee470 0.00 MB 1 0
26,771 26,771 00000000bcb794470f5d167b1f20784241384d7cf29cb42f4dd215a2d9e0ffa8 0.00 MB 1 0
26,770 26,770 000000008599e1c41525b29144237ad6b3aff247c5b4084463307c8df22a9d9e 0.00 MB 1 0
26,769 26,769 00000000c3a71a6dcd4b1d3c59127091e4179d52888fc78397dcc6f6265f7dc2 0.00 MB 1 0
26,768 26,768 0000000015d6db76143587b20a328b882dacd040c377ef24b0846d5e92f13c6e 0.00 MB 1 0
26,767 26,767 00000000f8ae2b2ecfd483a017de25fc00bfd00e434eb08c79d1afd415e4147f 0.00 MB 1 0
26,766 26,766 0000000073177f562b0a82f15546dbf3180bdcb60f380a497725ed238fb3f387 0.00 MB 1 0
26,765 26,765 00000000c82bd83e2104c4a5e87f6088d42cc410094f8d6817d413c3a3c65ca4 0.00 MB 1 0
26,764 26,764 000000004b82e8cb949b6b2b293ac2dfd84f3e08434f4d709df5ebf0588a3528 0.00 MB 1 0
26,763 26,763 0000000068b90ac6f5f2a58cc66e8a123d52bf6985e18eee744bf540fd8d8a0c 0.00 MB 1 0
26,762 26,762 0000000071883c2c1593814a759aeaf1c74143f82f769eab57e5e91b4de068ab 0.00 MB 1 0
26,761 26,761 00000000068bc001f339a859df082e68d61a7419b1d1f2612d31e991f2d9de8b 0.00 MB 1 0
26,760 26,760 00000000ebfff340a28c35e13ae88540742843b01d129fb44a6e565cbdcdcd32 0.00 MB 1 0
26,759 26,759 00000000c5c5f35160f8bf155b5676ec37a22611b43a92b1cf5bd3ecd2081531 0.00 MB 1 0
26,758 26,758 00000000a5f53b42ae514819c94e8f8a202b95f4c948dfe2cbcbffd25a85d147 0.00 MB 1 0
26,757 26,757 00000000754ae5f64f60200af3c432b4119def47410c31325e0902097c2b5d38 0.00 MB 1 0
26,756 26,756 00000000d829c8c9c01ee6d88e6d3b72b058d84fd78169b72ea728c7773a3d8e 0.00 MB 1 0
26,755 26,755 00000000b6d58495b7ab880f90abb25e74e1dbfcbcda091adc8d0658af9bd137 0.00 MB 1 0
26,754 26,754 000000009da5403c5fa3f9e56a53dd3dde7e48868d1a954aa67057bed09bfdf6 0.00 MB 1 0
26,753 26,753 0000000016cec25ae486435b1d6027ce116b3637594f0efdf178d7ec51eab585 0.00 MB 1 0
26,752 26,752 0000000008da65fb5a5b517afe7c1ba5beed2ef5cc73cbd612fae89a2019a989 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.05 GB sent, 120.04 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.