Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,025 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,820 000000000000000000022b910000000000000000000000000000000000000000 0.74 vMB 2,014 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,819 (879,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,778 32,778 0000000067eabe72a043c7846670978b7a73e0af3e02511ae11ac915bebf6d43 0.00 MB 1 0
32,777 32,777 000000005a57309bf67cf4a8b7253904451e54a0cb0fe8c112486e2b02733cf8 0.00 MB 1 0
32,776 32,776 0000000059a4690a877922c28a976117c2059176e998ae03a92f10bdd9c09312 0.00 MB 1 0
32,775 32,775 00000000b990f6d512c14fc327b8ca427f6d1fc48e0aaffed605fac6495cdf4f 0.00 MB 1 0
32,774 32,774 000000009e7bab9067f30557641f0ef63ccd32254b6646e82182da5ca4f4a53b 0.00 MB 1 0
32,773 32,773 00000000bbed3319323ce08b52b6c5348f8262c3597ba7bd9cb5e3b1ca26f605 0.00 MB 1 0
32,772 32,772 000000000ca02a8f85e87aa0b90ecb187a5ba48b817f21e332936ff0225d76e0 0.00 MB 1 0
32,771 32,771 000000000e7eea1202a64c80ae8a1a500821753b971371d9bc3bbca0746431de 0.00 MB 1 0
32,770 32,770 00000000c4675b15899af72566caacf9610cb04d8c43cd75fd16b59786ba0ac3 0.00 MB 1 0
32,769 32,769 00000000a038eef84999ba56e0f5f0d5117ebeb61a3635c87f627d8cadc76990 0.00 MB 1 0
32,768 32,768 000000009d2b3e8e9e52ea818253b22366f182f267c594f2e83e25557747d230 0.00 MB 1 0
32,767 32,767 000000009c3dcf431ffa5900c8b01fbf4c538df9e86d87bb85c98ab5c75277c7 0.00 MB 1 0
32,766 32,766 00000000bb8418dfec4af18fbeb715d719aa135471a8e2e8f9fa5b9dbc15d32d 0.00 MB 1 0
32,765 32,765 000000003b89a5694ecb0066df791f78c589e67bdb52a4dc019c0fab47921229 0.00 MB 1 0
32,764 32,764 0000000002d18bf811fb1c210c2c22e6c021315f731512390d33d2665cf82a07 0.00 MB 1 0
32,763 32,763 00000000aff2cc43eeeaba20fddda5d7b90212700ca9b8ec443fa73a180c8bfb 0.00 MB 1 0
32,762 32,762 00000000163de0a3ca89d65ac645eabca97b05aa0d84eb8f14eee828f475c85d 0.00 MB 1 0
32,761 32,761 0000000011f906e7e1c1dab46d96ef4e48ad5d14f82dafcb6f173f8d2a6ef084 0.00 MB 1 0
32,760 32,760 0000000073f6af71ef825efc273c52a9e7b122e70f1d2a56978d17ef2529cbe9 0.00 MB 1 0
32,759 32,759 000000003b6b2e4e3a7cfc5f2878ec31b04336f2d17f8c910934f75b2f947d80 0.00 MB 1 0
32,758 32,758 000000004b9779d75cc6a43966b2d23015b66a0fc783c6d7b84dc183d9a4cba9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.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,463.25 GB sent, 132.35 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.