Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,562 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 2,560 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (832,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,802 77,802 00000000005179733f4e4308df60d0a8a4ad950e95d188b4bdbcb0a7db9e4564 0.00 MB 1 0
77,801 77,801 00000000002e9009bfed9d0dc34531290ff6ce9dfe89090462d2f6cd9b435837 0.00 MB 1 0
77,800 77,800 00000000003e57e57f981ff54c6ad9675f7c7023f771e9233f6937d242a31e52 0.00 MB 1 0
77,799 77,799 0000000000161f390c5b6cd850b3f791594c85dbc1fef3fb0a090b5e45bc4f86 0.00 MB 2 0
77,798 77,798 00000000000dbd1ebc00b46f58d5d2920f1ff87fb27da2fdf213f36c9f6028ce 0.00 MB 1 0
77,797 77,797 0000000000455654cd28917d323ac8d3f56dd1299cd29b02e5e7a604f089ac8d 0.00 MB 1 0
77,796 77,796 000000000063a5470d2a494e7f315e8ed40054348ec4973e13a1397b783fe08e 0.00 MB 1 0
77,795 77,795 000000000047f2e7b2aac3d863de16bb042be06f561902863c2d126c35459640 0.00 MB 1 0
77,794 77,794 0000000000250c350a15502f9aa0f539a1da8385d68df9bc23e5e84988a07a5d 0.00 MB 3 0
77,793 77,793 000000000019bebca631ecab61d0c9bc4c63b26137f1dc72e8f3efce7fa18bc7 0.00 MB 2 0
77,792 77,792 000000000052d3b478eb91059b354a4b363fc303b0ce7567b2c99cc7a921e006 0.00 MB 1 0
77,791 77,791 000000000045fad5c63fae48e4e5e6920db8a462b6e90bb81854a3bc72f98a09 0.00 MB 4 0
77,790 77,790 00000000005af1a374ed31e9de8f39dd62a525158b078fc4ed2406745a210910 0.00 MB 2 0
77,789 77,789 000000000035c98c6e4bb5428c6d3bcb22e27fe50f91685954eb3989d9d8fe4c 0.00 MB 9 0
77,788 77,788 000000000064742dd69a01151371528860a4f708917987fb92adb1d08b601d4b 0.00 MB 1 0
77,787 77,787 00000000001c582b04e8002b7d0bc5d1eeb1159659ce0956ea5594e188287a42 0.00 MB 3 0
77,786 77,786 00000000001aa9d3e1d22d58fe37d458ad57952cfd84020395f76a1edc2e2469 0.00 MB 2 0
77,785 77,785 0000000000250e5e3e0ce82465789351804b884e56907fca10d49221ffe3135d 0.00 MB 3 0
77,784 77,784 00000000002b9679adea697467f5da4b56230c71e3a1899bf451fbd17c8ba4db 0.00 MB 7 0
77,783 77,783 0000000000561ec165912c84836231681b280a20f9b5bb4ddab4b70334ab9592 0.00 MB 2 0
77,782 77,782 000000000003a00ebacc46b7ae454d0ae91a6e28787196ba3518db1f634af5a2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.46 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,254.86 GB sent, 120.88 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.