Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

811 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,141 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 791 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,140 (883,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,769 27,769 000000008763bbfb376e4f2b34139a4fac02f60db7f10eeb3eda1c0124ea27e6 0.00 MB 1 0
27,768 27,768 00000000640681af903d99c55b7bed65b1329859011b0cd15d3273b9349012b0 0.00 MB 1 0
27,767 27,767 000000000bda1ecccdde49a7c9295e6138c272f2e48415879d5f18ae8c6b1b83 0.00 MB 1 0
27,766 27,766 000000008ae8166c3a1fa18eaae775572e4d1a47909f26d13005f799f2733856 0.00 MB 1 0
27,765 27,765 000000005937ddc3b29fc7addfdb569369d744a943cbec7660b46a40002a1d6d 0.00 MB 1 0
27,764 27,764 000000000c7612889aa98a3e3a02dc6cbdcb533d4266ceffcd1543e150ec64f9 0.00 MB 1 0
27,763 27,763 00000000d46098b3b6f8e3cf2d81eef7af82dbff5392f797a52aede8ce025386 0.00 MB 1 0
27,762 27,762 0000000072a052e6e29a99cdc80f906dde25d53ccc1e01b5a1a5dde4d004e7d9 0.00 MB 1 0
27,761 27,761 00000000cbe8ed0305d8452ca3da0f1b5674474d4d8277527b8f69748f19f714 0.00 MB 1 0
27,760 27,760 000000006caeeb01ae5c54a5cb17d13b4e9f688bb1b7e93323ef00e2208c06e1 0.00 MB 1 0
27,759 27,759 00000000650b65dc00f2578eac101dc905356d3efe7912ec06b8ab3f85d5e503 0.00 MB 1 0
27,758 27,758 000000002fcb7a71cd7f16d91178b822129b3cbb81932c058a8a495968c2c702 0.00 MB 1 0
27,757 27,757 000000004f9011838516a2130b94c876e42a23904713fc55c5b895e95ad49164 0.00 MB 1 0
27,756 27,756 000000004c177030a501be1f39ab116d983b9cca11815aadde825638e310d20f 0.00 MB 1 0
27,755 27,755 00000000bde7753d19d012b521c16d114c5727ac7e07929206fabac7f1e48290 0.00 MB 1 0
27,754 27,754 00000000db1194cd35681fb806e4a42066eba53cbd2799cb048a1d4b34aee3be 0.00 MB 1 0
27,753 27,753 000000005b1732067a439f32dec747e446bca42b1b97423318083378028d3a72 0.00 MB 1 0
27,752 27,752 00000000e6cfe119f32a77df67bc3d8b64dce2d8ba74b20286a08c9ff0a75974 0.00 MB 1 0
27,751 27,751 00000000adcef261afa2c94beca97ccd79af17e8c042f11ae8b959d9bf8ae774 0.00 MB 1 0
27,750 27,750 000000005de403dd0c93d20ddbe5c5a639f33406b56cd4923ce62c4886ee375d 0.00 MB 1 0
27,749 27,749 000000003b29a5b5aaa837609623498fb811551cd97b27c7442a973adc6edba2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.50 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,374.08 GB sent, 126.29 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.