Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,263 transactions (1.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,050 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (827,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,520 82,520 0000000000304a880cb8397415bef0478b2f5845c7aa0cddd8527ba4c94031ce 0.00 MB 2 0
82,519 82,519 000000000008627cee16eb90cefeba2d6e763cbe4f94ce100f5f42c4322461ea 0.00 MB 1 0
82,518 82,518 00000000000bbcb4feff2a0ed09fc83ca31b57d6bf8068cbc249faad39b57d52 0.00 MB 1 0
82,517 82,517 0000000000264dc33a49eff194fbf3adbb0b234080d8d6eb0093d68ecd91ff4a 0.00 MB 1 0
82,516 82,516 0000000000080822b37032fb6a08a84939865ab2dc647ae2e3753d30ce729510 0.00 MB 2 0
82,515 82,515 0000000000190e4c7dbdb2fc9b2cd62f129bf095fcf473cdfc60cca5277d905f 0.00 MB 1 0
82,514 82,514 00000000002de4f45b5b4aa1be0946a9e901fb61e42db24bb63e1bdfd975267c 0.00 MB 1 0
82,513 82,513 000000000016eb2b44f55f2b437b9ae5973aecf315b2b58da7c48f71ee76344b 0.00 MB 1 0
82,512 82,512 00000000000d4cfc54a213f8d6a2990fdf400b8b81f9cc0bc1f67f407207b114 0.00 MB 1 0
82,511 82,511 000000000023eb06971d666a5f47d46e3664bf76449864902622cc6296c7430a 0.00 MB 1 0
82,510 82,510 00000000000753bf35bc556300814266eda16160753174d49154673cf4485298 0.00 MB 1 0
82,509 82,509 000000000001b7d40fb08216477180386e41673721bfae3b5d8f4f87e0575cd9 0.00 MB 2 0
82,508 82,508 00000000000e023ab7adb39398259704174d5952336245ad9ccf558bd7ccb128 0.00 MB 1 0
82,507 82,507 0000000000148e2fa76bc91128451f82decdde859198823deaf0fa2422450529 0.00 MB 2 0
82,506 82,506 00000000003b2ac447948d8e6c22b24176759826b7aaeffdbd59057b69e2cc68 0.00 MB 1 0
82,505 82,505 000000000026c28e20deb803eabd64c88f349f783bb8fb95d10f940e43117d3c 0.00 MB 2 0
82,504 82,504 000000000038b937ed6b30212f532846c9a7713fa011e5278d47c2e7a2e298ec 0.00 MB 1 0
82,503 82,503 0000000000304e9f1c30df328f8cc75c4b1e7b00364ba390375e5768c8b1811d 0.00 MB 2 0
82,502 82,502 0000000000459f8c8b0f264e14a830fee64ea6cb0d00c13b75318f59da675003 0.00 MB 1 0
82,501 82,501 000000000012f5d5e567b9854c3f400ab5dedbd9ca793fe9f6bb5669789eb926 0.00 MB 1 0
82,500 82,500 0000000000317258966e57eb881edc4399cf6f616b53f4d143a46800adc77f76 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.45 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,185.37 GB sent, 115.58 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.