Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,681 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,887 000000000000000000022b910000000000000000000000000000000000000000 ago 0.82 vMB 2,679 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,886 (879,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,770 32,770 00000000c4675b15899af72566caacf9610cb04d8c43cd75fd16b59786ba0ac3 0.00 MB 1 0
32,769 32,769 00000000a038eef84999ba56e0f5f0d5117ebeb61a3635c87f627d8cadc76990 0.00 MB 1 0
32,768 32,768 000000009d2b3e8e9e52ea818253b22366f182f267c594f2e83e25557747d230 0.00 MB 1 0
32,767 32,767 000000009c3dcf431ffa5900c8b01fbf4c538df9e86d87bb85c98ab5c75277c7 0.00 MB 1 0
32,766 32,766 00000000bb8418dfec4af18fbeb715d719aa135471a8e2e8f9fa5b9dbc15d32d 0.00 MB 1 0
32,765 32,765 000000003b89a5694ecb0066df791f78c589e67bdb52a4dc019c0fab47921229 0.00 MB 1 0
32,764 32,764 0000000002d18bf811fb1c210c2c22e6c021315f731512390d33d2665cf82a07 0.00 MB 1 0
32,763 32,763 00000000aff2cc43eeeaba20fddda5d7b90212700ca9b8ec443fa73a180c8bfb 0.00 MB 1 0
32,762 32,762 00000000163de0a3ca89d65ac645eabca97b05aa0d84eb8f14eee828f475c85d 0.00 MB 1 0
32,761 32,761 0000000011f906e7e1c1dab46d96ef4e48ad5d14f82dafcb6f173f8d2a6ef084 0.00 MB 1 0
32,760 32,760 0000000073f6af71ef825efc273c52a9e7b122e70f1d2a56978d17ef2529cbe9 0.00 MB 1 0
32,759 32,759 000000003b6b2e4e3a7cfc5f2878ec31b04336f2d17f8c910934f75b2f947d80 0.00 MB 1 0
32,758 32,758 000000004b9779d75cc6a43966b2d23015b66a0fc783c6d7b84dc183d9a4cba9 0.00 MB 1 0
32,757 32,757 0000000069bcb0164d9d60a1c8e37f6ab6a2bd0d5109cdec729c5ec5f1b838e3 0.00 MB 1 0
32,756 32,756 00000000b8bda8181abd31550d073f990f5dcc69608127a298ba3d767d2a3238 0.00 MB 1 0
32,755 32,755 000000005d497614d7ab88ceb81d87ead596108826ed8de4a669988b4ef3377a 0.00 MB 1 0
32,754 32,754 0000000006b2514b831f7cdf78ad06c80552165dfb3add4276548bab36917c18 0.00 MB 1 0
32,753 32,753 000000009476813a89b816203ad113b25facacf6617872de4df7dc77a2047bfd 0.00 MB 1 0
32,752 32,752 000000001410765ba549ad9685804f3810b1f0805b5bfa9c3741639aeab4a175 0.00 MB 1 0
32,751 32,751 000000009169e8996569eff40d03dd022595226a4e7196b02e0fee051818d0a8 0.00 MB 1 0
32,750 32,750 00000000cffb42548b6b1621fa00fd8bf30b3c3dc072cc9046c62b0ac75300da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.88 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,475.71 GB sent, 132.86 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.