Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,160 transactions (1.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,652 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,426 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,651 (850,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,721 58,721 00000000074d26950753ca2eb8519f81716ce0f8b1f562100a7cd06613a19006 0.00 MB 1 0
58,720 58,720 000000000552858be03f7c90cd62b31816d5d92ec530972d4f8ed345f9d502d0 0.00 MB 1 0
58,719 58,719 00000000065be06cbaedab38c70225c48af0f22f56425de2543537886f8b16c2 0.00 MB 1 0
58,718 58,718 00000000086a6fa19dad0b7f799a3d9db6c9728f3fe345255fe4a9b52e922c2c 0.00 MB 2 0
58,717 58,717 000000000c3ba1a1627a217851cc9f944ee17604785448ea77a1ccd5e3369497 0.00 MB 1 0
58,716 58,716 0000000001d206ad3417b5f7811d2bfd67e3ad62f301f42912c9f705297f008e 0.00 MB 1 0
58,715 58,715 0000000007ea77fe56ea41ca20b24db6b82c02f823cb8279e94543db3c3303a5 0.00 MB 1 0
58,714 58,714 0000000004a36cf3577ee313399a6e48fbcff5ccf7d2dd0e10de15d3d2359b90 0.00 MB 1 0
58,713 58,713 000000000b16d0bf52e06a4e8c6622cf4a331ba065827f3ff8442d6ff8afcb8d 0.00 MB 1 0
58,712 58,712 0000000003d27d4ef0c06b1f4e5f135d26d889e5be0a44b763db67764e7e8395 0.00 MB 1 0
58,711 58,711 00000000095f47d6964107f63c88779e022136258ec7615a052866c3b23bc67e 0.00 MB 1 0
58,710 58,710 000000000cc1aba94c521fb37c870272ca0033f841c22ef6a94e17f8c0d6fe21 0.00 MB 1 0
58,709 58,709 0000000007ddc8de573cb1581b154d13de6d5abd699f6d9b7438325a1e4ba8b3 0.00 MB 1 0
58,708 58,708 000000000e548f1c42b7050e46d6d55c97dc5b5e77f1f2c15caf6b2abd5e1888 0.00 MB 1 0
58,707 58,707 00000000024d67c6ad0af291e4adcee546ab33c0d21abe8c4fb1851aecd76ed5 0.00 MB 1 0
58,706 58,706 000000000d21e67b55243078941202662eb36163a113041fc432f042f2161f40 0.00 MB 2 0
58,705 58,705 000000000c660bee39bd2f51c7bc3d78f317ad138deffa9d4b51d28a7877895f 0.00 MB 2 0
58,704 58,704 000000000b06705a4d6d186c15a9b32dc705633772c3f0e5adc13f0c2a44a66c 0.00 MB 2 0
58,703 58,703 0000000007fb0fd56f2d78cdee879161bf52a82648c95ecec73e7f050efd8713 0.00 MB 2 0
58,702 58,702 0000000009472af0b8141d53a6a888585d0146bb5da82258b76c3555f6a8018b 0.00 MB 1 0
58,701 58,701 0000000007b36f1719f85fd937acb01765ee8f4f4d9c0d084826ad707373270e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.76 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,126.73 GB sent, 112.14 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.