Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,319 transactions (2.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,230 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 621 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,229 (845,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,674 64,674 000000000911d16788ef87b081b5292f7b8c428179fbf7d1e509322dfcea7f0b 0.00 MB 2 0
64,673 64,673 0000000003c3a8ea52ff802fbcd2f86673421e2af22f65ceedd3f1d535e02eda 0.00 MB 2 0
64,672 64,672 000000000953e216cd1b15dc4d5f81694856b65d53209977d448949a6b001ff3 0.00 MB 1 0
64,671 64,671 000000000a7c6aecd86f9cf7bfae823c1bddce8bed27864af18e2124f357dd7d 0.00 MB 2 0
64,670 64,670 00000000049680da6d769b8d352e5d4a0a90481e660583ae2b919f8400eae476 0.00 MB 1 0
64,669 64,669 0000000006c7ad8852b40f7d865c414b15f4bbcfeaa054225430afb67cda1072 0.00 MB 1 0
64,668 64,668 00000000066a42503af313f5c46cbfe0a94afce51b1a7cee2d25569a983b8123 0.00 MB 2 0
64,667 64,667 0000000000e4f78066ed98f77021fa15eb41a48eb0625f9c19cfc3291177186e 0.00 MB 1 0
64,666 64,666 000000000acfd2df2c30877db382bb87b991d1b788879ebace16ea426e0447f5 0.00 MB 1 0
64,665 64,665 000000000668fbf518feb49a00f8592af9bb3c2e23f16763ae21464d49750a44 0.00 MB 1 0
64,664 64,664 0000000007d44211d318abdea52e9431285f796164245abda11e40249f176244 0.00 MB 3 0
64,663 64,663 00000000016135e98961d1651a5d69db74eae36090671f714a30e0deb5917cb8 0.00 MB 2 0
64,662 64,662 000000000a4e3cbb16d8bee52b98a2c06d1ce3018692471685a088a19c6c840a 0.00 MB 1 0
64,661 64,661 000000000a5cdba598b0282fb62d515fab531a790f60b62e2e8c6e704b792f54 0.00 MB 1 0
64,660 64,660 0000000004b75f9c7d0ab3ecc6f717de3c5a4a1562a7f2b99cc3c862d0ad247e 0.00 MB 1 0
64,659 64,659 000000000817aa1dc45bc7eeb523c8e856108c0d53433b3e2fd596aa5d8f0717 0.00 MB 2 0
64,658 64,658 00000000017518bf14ca14166b0a19a631e157228ef48c3f0dbfd3e5393f3fcd 0.00 MB 2 0
64,657 64,657 00000000089359968cc807d6a049c33e5e32950249eb8dabdee0d17027edcb29 0.00 MB 1 0
64,656 64,656 0000000000d18a5cef9ab09a0fa64e11926bd3a22002b744b7afb3151af737d8 0.00 MB 1 0
64,655 64,655 00000000009f5af603e01b1fc99974c74b8a67278cff7b86a6446388023e8e2e 0.00 MB 1 0
64,654 64,654 00000000088df9f4cc7a8a4565a9946befd7928778f2ecb66b05bb2b26a4073b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.82 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,203.13 GB sent, 117.73 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.