Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,674 transactions (1.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,973 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,605 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,972 (839,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,773 71,773 000000000077cb2ed696dad299514282dd9d685c7a66376f5d91db4234f50a84 0.00 MB 1 0
71,772 71,772 0000000000377508a0bf4a23b0819842c5804423768a7479339073d96365cef7 0.00 MB 1 0
71,771 71,771 000000000082083466c1f4935a2c9b78d53c30a4a31d9a65cfea14443c382998 0.00 MB 1 0
71,770 71,770 000000000021ff97d6a3833ae46e992e1957ba2838efc44c6131b59796860322 0.00 MB 2 0
71,769 71,769 0000000000a044d04e046813cbed304783c89d6de7ad91636c3bd03fbd088304 0.00 MB 5 1,071
71,768 71,768 0000000000d508c831c3fd568d6c4792947b54b0926695f47b86054d7720c5cc 0.00 MB 1 0
71,767 71,767 0000000000a0e7427e025b24c9a92d7c27e8abe8b6f9dd6aa09560d73a49c694 0.00 MB 1 0
71,766 71,766 00000000001a58b6614992f7093ddcaa56f4229acb8d859a2c852e9cb8f7eae5 0.00 MB 2 0
71,765 71,765 00000000002210b860696793f39b0b39665bba40f98ac1bce98d2bcd2122721a 0.00 MB 1 0
71,764 71,764 00000000005fea9f8df3099869ee82312b095a73763b0d53a59150b389bcb1e9 0.00 MB 1 0
71,763 71,763 0000000000eec4f7863dd0aaa4884b590a074a0a1b16f1a279416f71eddb6add 0.00 MB 1 0
71,762 71,762 00000000004f9e164dfd2828864fdda75fc24f1573b79faa7b3d4a8f91f308ea 0.00 MB 1 0
71,761 71,761 00000000005c64ec0a64e967bad16f450ad63845ef424306b3acfa5469bb9e9d 0.00 MB 2 0
71,760 71,760 00000000005809d3cce47e522ff3b171447209d06477d3e32689ea361cdd97d0 0.00 MB 1 0
71,759 71,759 000000000054d8e3553c3a29e4bbf3f61a4d79d2e7f23b6b6753b8906ec38d80 0.00 MB 1 0
71,758 71,758 0000000000c1b33ee3d14d761a00c00514d2879cd80b899dd5c55dbfe7e1c44f 0.00 MB 1 0
71,757 71,757 00000000006425a4b58ad8d05fd3daa786276a92522544d53b82ab6966ea0464 0.00 MB 1 0
71,756 71,756 0000000000213aaf4e7fed082bf6ec1c35e71725c7b0dc1e8f6dbd9e0a12916d 0.00 MB 1 0
71,755 71,755 000000000065d0f1fc1ff5e3770172c4462be44e2da65b179957adba39d0c0a1 0.00 MB 1 0
71,754 71,754 0000000000983cd397c9319f6159169baeb5892c4ecfeeaff291ac58592f57c9 0.00 MB 1 0
71,753 71,753 000000000070810f39c5b2c07b07af6de28d2c43fb642de122912ddad8b5c68b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.19 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,359.46 GB sent, 124.69 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.