Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

453 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,620 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 453 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,619 (891,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,999 17,999 00000000d2716b4baa91436a93abe6f3012258d8f4d4d27cb63b6b2644fe2fea 0.00 MB 1 0
17,998 17,998 0000000024fc9c5a5ee990bb29366eb002d058cd37880188334a1c65ba0e2bdc 0.00 MB 1 0
17,997 17,997 0000000075e128a27a4e08fb7e2c6a210efe84fcc0b59791100102a9be119963 0.00 MB 1 0
17,996 17,996 000000006b211168bc56f1dfef12fe46d03898c18a895b32f5a523909dde271a 0.00 MB 1 0
17,995 17,995 00000000ef0c557d83a0bba070e018b94b6b74325a6ead6a162dc7f96f4bc11f 0.00 MB 1 0
17,994 17,994 00000000d88b0849465cdfff950870e4f52c4a93612502a4d0e98fce2ee054d7 0.00 MB 1 0
17,993 17,993 00000000196bc67799b7b64581d4a7881fec7ab09e7f6614ca6b34142dbaa1f2 0.00 MB 1 0
17,992 17,992 000000009a21bcc1625313a04350e9c5320ec94cb846d900b06dccb793ac4913 0.00 MB 1 0
17,991 17,991 0000000032f8c31644a4bee6f9445c614b14d515e31ec6a53bffeabb5db68d89 0.00 MB 1 0
17,990 17,990 000000007e80643f8c016b1066c8d715f60237e356c829d846c9813df38a29f9 0.00 MB 1 0
17,989 17,989 00000000587a42c09af0789c2ee421443bf80a102a255e46265508e24fc99d98 0.00 MB 1 0
17,988 17,988 00000000163bb068f8aed6be4a5077fbc1f7fc3d91956985462cda8217f6e3d4 0.00 MB 1 0
17,987 17,987 000000004fdb4b318fc276f340fc22103f79a6aa7647382e3b0c54964fbac5a2 0.00 MB 1 0
17,986 17,986 00000000b534c8885022c4ffe94544329679e3f66978108a8cb7a6a7efa72316 0.00 MB 1 0
17,985 17,985 0000000035af713264e1c74850c3b9db45224dabec2757eb542d2d0324f62cf1 0.00 MB 1 0
17,984 17,984 00000000a4cedff5f633d0a3c107351cd138d26263a57c3dd969e9c08cfd875d 0.00 MB 1 0
17,983 17,983 0000000056ef2f9fbe83622f94da04376e25f57a073fab95ad6fcadeef0cdf46 0.00 MB 1 0
17,982 17,982 00000000124952de9a3a68d4be47871fdaabe6084e4fd10ac65417b702d7e752 0.00 MB 1 0
17,981 17,981 000000001a439dd2c8f4e38bce212a1b3d9a48958d7c89a0a15eabd8bbad432d 0.00 MB 1 0
17,980 17,980 000000001bd7d1d1fb6b1aca6bc4fb0920beebdf3c7d418a11710eb2191d1b89 0.00 MB 1 0
17,979 17,979 00000000ff46da14afab04d1c02755b6f7784b28089dc4bd3ae83a9a08cd97d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 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,102.86 GB sent, 111.81 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.