Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

443 transactions (0.15 vMB)

Priority:

  • 1 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
911,752 000000000000000000022b910000000000000000000000000000000000000000 0.15 vMB 443 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,751 (831,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,213 80,213 00000000003a53ca72455d88928cc1c89e4f17c0f19d0269de65359c8d6534ea 0.00 MB 1 0
80,212 80,212 00000000002c94f909c2400c3d999b20065bbcb4a098cfa917751bdc1eb13337 0.00 MB 2 0
80,211 80,211 00000000002618685d8cb13ecdf67ee70e18c627bb6eec5e70db07591c05b257 0.00 MB 2 0
80,210 80,210 00000000000e1dd9208b0b34b73af9eefe4511493540217f984e3bef61ca00e0 0.00 MB 1 0
80,209 80,209 000000000018ee433fbbe0d6df78326ab886bbb2294c01c27a18ab6365e61a2e 0.00 MB 4 0
80,208 80,208 0000000000474254c9ae18ea467b759d65662e0699c5cc0f9f7a7ff1f54df168 0.00 MB 2 0
80,207 80,207 00000000003e876a022124b464e2aa59ca34565a4efaaabed2203ac764d1b33f 0.00 MB 2 0
80,206 80,206 0000000000298e554e308bcafd44581e8441bfbbae01fd5359077462d4fd7c46 0.00 MB 1 0
80,205 80,205 00000000000e6e8258abd4fe2f8e089b84521e3bb54afbf02092fb16a23703a7 0.00 MB 2 0
80,204 80,204 00000000000c0c06f344ac6fc7f32955afe5b0aefa773a1134c21d7eeeeddf5c 0.00 MB 1 0
80,203 80,203 000000000030883b46f8c61bc25f8fcbfa19b4cc4342d342b325441c982fa783 0.00 MB 1 0
80,202 80,202 000000000051e63642c564df7a8b247209dcd33e34ca41f84eea6e3a6c612e87 0.00 MB 1 0
80,201 80,201 00000000003fa556d5695f6a3505601785bb3fc7843d3b79450c6851dcc653eb 0.00 MB 1 0
80,200 80,200 000000000040fca9fce776c1158e74ef19337e4d0ca839ad83e53881f1f7308a 0.00 MB 1 0
80,199 80,199 0000000000458def204399582ad9fea0020c5787a336e8a857d3ea5d76634b98 0.00 MB 1 0
80,198 80,198 00000000004d855c1709cb1578dda237a20ddc81ffd1dc8fc21e755149a641af 0.00 MB 2 0
80,197 80,197 0000000000401947b6ef0eaf4c16552cd86d07ed8444bae49cc6bb2d077c9e47 0.00 MB 2 0
80,196 80,196 0000000000174d260de47fc11037a8ed495f7efe22cadd0ddec617815d8b8642 0.00 MB 1 0
80,195 80,195 000000000049477c51f9914dd83f46f4b58e0f6e35a393ac350e1494b5fcb992 0.00 MB 5 0
80,194 80,194 00000000005752bd5f1a9d58feecdead0b12644b23faf792241ab6df57d21706 0.00 MB 1 0
80,193 80,193 00000000001238b3a5770255191d35f41ddb214632641341d9ae1987d150013c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.62 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,428.86 GB sent, 131.69 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.