Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,906 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,310 000000000000000000022cb30000000000000000000000000000000000000000 0.97 vMB 2,884 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,309 (840,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,851 69,851 0000000000a4afdf85805e353917212f0ba720e6d164c556543b46404450b880 0.00 MB 1 0
69,850 69,850 0000000000c4dafbfa2bd0337ff7d13ecafee36398b81216ff6aeb02c65fa7b2 0.00 MB 3 0
69,849 69,849 0000000001298ae1fca22197034c7a9d0e4aa2e9e50b1e8f4725c1199d982ea6 0.00 MB 1 0
69,848 69,848 00000000004d23338c92ad28b87fbf3eab4ac1bd24634c862c742927545c6623 0.00 MB 1 0
69,847 69,847 000000000010b556fcd379254988a59da101a4c2a174c5abbdc4af63adb70154 0.00 MB 5 0
69,846 69,846 0000000000f486b473a00244283167d574ef93868f2d1946d416ba25fdf89c7f 0.00 MB 3 0
69,845 69,845 00000000009f86c7d873468b8f45eb2e7cf0ea5504154d29c8b6f9390afe1697 0.00 MB 1 0
69,844 69,844 00000000013a3c1e4ef4fa205062f343fca935682ba58e3465bc30aa0a3325e1 0.00 MB 5 0
69,843 69,843 0000000000259af806130818ca9cccb47c831fccbf560c66d3b78897a8bcee7e 0.00 MB 2 0
69,842 69,842 0000000000a31ebd27d9545feb25d8d4efdcd1b9941caf86347925a1de255b17 0.00 MB 4 0
69,841 69,841 000000000166a836bc733e16e96bab46b72eadb39ba5ed6ded1ac48d5a10115c 0.00 MB 3 0
69,840 69,840 000000000082f8f5bc50d4121c54490a3a315490d448cf65949ae3397f408bc8 0.00 MB 1 0
69,839 69,839 0000000000abfe4e39b3387dc4a2d5f9740109d469353160f435cf04bc0251f9 0.00 MB 4 0
69,838 69,838 00000000007bea7a9945a6ef4c1bd0f3e14113338ec22d870f24f8e493842e88 0.00 MB 1 0
69,837 69,837 0000000000968a877d64df97f2f1f52ce624df0190f8d929bcdf2c0dc73b13cf 0.00 MB 2 0
69,836 69,836 00000000000963a925b8fa45265dc32c223f3a79944986294dc51138d5a0848a 0.00 MB 2 0
69,835 69,835 0000000000edf1aabd3a49fda173bcf41ef5d900a446ce86a80eb192d7785fe9 0.00 MB 2 0
69,834 69,834 00000000001323d2f32c53d6afe5e4b79eb756f2bb133226735f4e6b7b19a113 0.00 MB 1 0
69,833 69,833 0000000000636c4cff0749273a731bebdcc7e2e1b3cbd71139f323b7d3d4b1db 0.00 MB 1 0
69,832 69,832 000000000132d3590610150c38711906783cb23bbdef43f25a99089aad6c34dc 0.00 MB 5 0
69,831 69,831 0000000000b5558384e03354085e93def9b5ea698a5544efd699c99416b1626a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.97 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,230.77 GB sent, 118.42 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.