Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,789 transactions (1.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,102 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (855,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,354 55,354 000000001348f29591e89d8f3a0ed6e01f3ceaf7551340fefcd206ddda60bb2f 0.00 MB 1 0
55,353 55,353 000000001144f3de5e829748fcd61964abb409c07c1be416852152f7973a524d 0.00 MB 1 0
55,352 55,352 0000000001fe742ae8f614db3081147d625b9694ce68944a0196d4cb492b1f85 0.00 MB 1 0
55,351 55,351 000000000ef5803e91214bfb02ff9041c417e55398f2a9b28ef8548a24191a6e 0.00 MB 1 0
55,350 55,350 000000000324150984440f8d1236871327c75e74e671aee9866da9c5582ee559 0.00 MB 1 0
55,349 55,349 000000000815e7b09eaac45d04f2bc49909e04499a9e8e63dceeb4fea8be43fe 0.00 MB 1 0
55,348 55,348 000000000b470c5df17f7b28f244e33668c4741c009911ab6eca01732a3e6495 0.00 MB 2 0
55,347 55,347 0000000011c1c21cf4d3a9f67e9c1b052e1e12e815cdadfca2c3eefd98cd7bb2 0.00 MB 1 0
55,346 55,346 00000000023deef5913b2733acba4ad80919b1fbbf8520456b78573b0a478751 0.00 MB 1 0
55,345 55,345 0000000002773348c5fae785d836b264b4e38460fa2210e3a7f3f5770c3efa1d 0.00 MB 1 0
55,344 55,344 0000000006f2af51a2523a76928c779393e9b133643f176564ff68caea422039 0.00 MB 1 0
55,343 55,343 00000000106c1effed32aee1c9a332c0c1bb88d1873ed65361a8370e35a8e847 0.00 MB 1 0
55,342 55,342 0000000000dd78741e36119cd26238cc57833889b6a67612b4d02c929c795b95 0.00 MB 1 0
55,341 55,341 0000000006c3f9d14253244617b04a25de0c0a31f62852ee4d6b5948c013cb93 0.00 MB 3 0
55,340 55,340 00000000041e7142c7a62ec34c36932be4e1783e854d0bc80c5e780afbf1360e 0.00 MB 1 0
55,339 55,339 000000000bbee12c7026944d8b1c852b7c611930b9bfe1883e8c4e1113f0e8d3 0.00 MB 1 0
55,338 55,338 0000000007c8ccad2f6e609c33bd2aba27f122d307f60a7094dc22e949dc230f 0.00 MB 1 0
55,337 55,337 0000000007be0a255395834edc40c967cf44b14a474cf55e4ccd02b5244a4ab6 0.00 MB 2 0
55,336 55,336 000000000658e09203c73c76366e8a86e87e8002fde9a6d19bd1e8b2c04a38f6 0.00 MB 1 0
55,335 55,335 0000000006f30ca7102b8bb65ae9a12cff7c7220ae315106993b22aba3eba8db 0.00 MB 1 0
55,334 55,334 0000000001e2542fe57f65cda4e4d3eeac72529899e7d19edaf0a6c9dd217e39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.76 GB sent, 119.94 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.