Memory Pool Memory Pool Refreshing

200 transactions (0.05 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,014 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 155 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,013 (832,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,336 76,336 0000000000020ce1e9cf548b29266ee54eedaa259d5ac11ddddeeb6d83e2042a 0.00 MB 2 0
76,335 76,335 0000000000622ddf8d7a4f955e91d42d18dfff0fae9bdd89decc378591ef639a 0.00 MB 1 0
76,334 76,334 00000000002ac6d7e20e8cd0b3cf590dd3ace60d5b0f26716ab8c81712af34f2 0.00 MB 2 0
76,333 76,333 00000000005f247e947fc324d08735466d7fd82aa93a0988b53d5a22038be13f 0.00 MB 1 0
76,332 76,332 000000000067f929e65ca90a6f7351527a133aa58a387721da9d00f86d0046e2 0.00 MB 2 0
76,331 76,331 00000000003fdbfff22ac062922bd89ae7dc790fc903b6090de22ad81d80a55d 0.00 MB 1 0
76,330 76,330 00000000007a6efb9de0b884b80acdb74c9ff0c55190f8085d6e84437caec456 0.00 MB 1 0
76,329 76,329 00000000002770ea6a9d8c04d6a54ba690992b590d1c65b3d588cbe973fcffc9 0.00 MB 2 0
76,328 76,328 00000000001695f0835a0468d46d23837237bcb07d01cc4bc20c0f2e64fad0c5 0.00 MB 1 0
76,327 76,327 00000000007103e36d827b812bd48d6ffc7c5e466401abbf526c8a8f9d3a3204 0.00 MB 2 0
76,326 76,326 000000000056c6e8dea515536d89cccd539c0f90a79332036ce63f2af81a1c73 0.00 MB 1 0
76,325 76,325 000000000047afc516e198af64d6129e32156228f86a2becf2141c5aa6bf2b55 0.00 MB 2 0
76,324 76,324 00000000004ea8bc1779d9c6e16c6d7300c00adbf37bee1611d3188bc0b712c4 0.00 MB 1 0
76,323 76,323 0000000000329a85c9ef3b5f6046ada9535cb0919c6322ca5748a99e1ff3525c 0.00 MB 1 0
76,322 76,322 00000000001827e533902372d2110395708a86fe48d085a2c714a6c6ed821b72 0.00 MB 4 0
76,321 76,321 000000000047d987eeeb1cd3ca506a0b3eec658a929604d1a5126080add7cfd6 0.00 MB 1 0
76,320 76,320 000000000055320380b1871c1a4148907515ecaab5b5153878b6b81771637f36 0.00 MB 3 0
76,319 76,319 00000000002e4afa2045526fff3e84466a50dc629cb00012eb5faf9b1e08580d 0.00 MB 1 0
76,318 76,318 00000000000d14dde9470bed6b3eb91ab794b1b5a4e62ec8a2602d4ceeee2c4a 0.00 MB 1 0
76,317 76,317 00000000004cf17d8f039fe59d68da7859a619cb83f05f4021264dc762fa9b86 0.00 MB 1 0
76,316 76,316 0000000000518dcdeafc3cd11441a22a8cf5341df08aa60d13625b2a4c0fa046 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 1,868.32 GB sent, 105.30 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.