Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,605 transactions (4.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,110 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (848,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,878 60,878 000000000a8426500829b17762e7efd7fad80bac021f583f457e86291b714630 0.00 MB 1 0
60,877 60,877 0000000007df8d10522166e2519ba9f7bd8ab48935331b99a2f2f83f4e8f1d93 0.00 MB 1 0
60,876 60,876 00000000031ff2c423ecd9bee0a4964e85924777bfad0df12cdea19d9e84d0cf 0.00 MB 2 0
60,875 60,875 000000000d7ff5912e1ec2991d866fbfee4e447c0d8fdfd2332a28a7670b5c5b 0.00 MB 1 0
60,874 60,874 000000000700152be96e3ae58136a896c5b549d0986c51196e39c1d9fb36be27 0.00 MB 4 0
60,873 60,873 0000000004c5fdd9e156422f5076d390fb5cbf80fab37e50459dd42723976e01 0.00 MB 1 0
60,872 60,872 000000000a407c702a9df1655375735a1353575c856110ee542959efad3aee2d 0.00 MB 2 0
60,871 60,871 0000000009f17380ca88c33328b1d69ba5da38f982269fa1e8f6915ff08fd662 0.00 MB 1 0
60,870 60,870 0000000009ba1b3b1319b04c2ec3e5df7c8cb2513dc3682340c3d8876a852082 0.00 MB 2 0
60,869 60,869 0000000008bc1e36ed94b8d933d95f32e1b9bc2e5d5300f4a9ba06384afe9f66 0.00 MB 1 0
60,868 60,868 0000000002fd3c058a223cbc8582c80851750628a21716d64171ecb3614affce 0.00 MB 1 0
60,867 60,867 000000000be7a352fb5b8e3ccdcc5de322826660456e37cd252f865ce5edbca0 0.00 MB 1 0
60,866 60,866 0000000004a0c8b76496e6c60561a7c8e41195fe41a021a506b5e424854fb2d9 0.00 MB 1 0
60,865 60,865 00000000017f3ae70ba4d45e16743029d88a5ede8ec79d6918d62ee284ec201f 0.00 MB 5 0
60,864 60,864 0000000008655f9cb0aa11ac94d8eed791103009422d847df2648a7b47880ccc 0.00 MB 2 0
60,863 60,863 000000000e43e0a755ce3994b7426f18dad31611ae0d7e4d0e3cbee03825465d 0.00 MB 3 0
60,862 60,862 000000000aedd5a83afaf7e3e7d2b7ec60d34a2f14b40e0d5c1f84b10be4675b 0.00 MB 1 0
60,861 60,861 000000000b049d55febda10d83d816e51b9bf38c8dfe6b857ecde4259120d271 0.00 MB 12 0
60,860 60,860 000000000a96c2ad764368e3563de57469e2ec16eeb5e63437962435cecacd06 0.00 MB 5 0
60,859 60,859 000000000ddbbb2ff812ff705ca0250c4cf3ac17e242939dabe6fddf98a1312c 0.00 MB 5 0
60,858 60,858 000000000e63d88cfc015c68612ef8127e23b3136300dca10337ff73af883a45 0.01 MB 3 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,153.40 GB sent, 112.56 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.