Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,108 transactions (3.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,163 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,060 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,162 (887,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,398 22,398 0000000017d7f9f9cf4ff34d8a689490e7ff429be4d87d4fa1d62559a34e83a0 0.00 MB 1 0
22,397 22,397 00000000b13eadf7f37dde9ecc4b62efca25fb5f4259d702c18f8dbdf6d62737 0.00 MB 1 0
22,396 22,396 00000000622091190a4cfd5ea4edc0d3109a9a41114b95fb860505bc9e634b12 0.00 MB 1 0
22,395 22,395 00000000eafaa9c78d1b0cc2691082411f3e96de7ac79ab06b50838f9e71d719 0.00 MB 1 0
22,394 22,394 00000000017297596a5f444b557db33df7fe26089b0061cf2ada6455e1ad76d5 0.00 MB 1 0
22,393 22,393 000000002423e0e46b83a4c80b131c7aeff5a7aca3f75434152fa01f1084f9ab 0.00 MB 1 0
22,392 22,392 000000007e06f6a2bf4b37db09cb0ce70f212100406bdb180b93e73299f057d9 0.00 MB 1 0
22,391 22,391 00000000debd9c6add710b65a68bfe8002d3a507a523321a022a8d645a42dd87 0.00 MB 1 0
22,390 22,390 0000000038ef0028dd77f16739729248f15591536e9826be68b8ab88937931ef 0.00 MB 1 0
22,389 22,389 00000000ec0a7f9e41f6aaa9695a7037f2da6228335e8197adf5d4a4312180c0 0.00 MB 1 0
22,388 22,388 000000007a8eb9a37a881629fc621eed08444e7abd901aecc020b34e7b938074 0.00 MB 1 0
22,387 22,387 00000000e43e8bdcdfc69224ba202aa028879115a2a8b2e7e000649b32781e74 0.00 MB 1 0
22,386 22,386 00000000da28e35d9bdda37b92355a0e6e89df1b1c8b96935a4fdd8aa4026bb1 0.00 MB 1 0
22,385 22,385 00000000b557f26918b973bfabf2b1a6f5edeca4557e4019ce628f81176cfb80 0.00 MB 1 0
22,384 22,384 00000000148f4fba95ff1254a9bf5a9823a37d3d0c4272c8fe0672433da7086b 0.00 MB 1 0
22,383 22,383 00000000756f0ed855d3330919d9e9b4ad6e74b18ae93cc00766ee8d28548589 0.00 MB 1 0
22,382 22,382 000000008c656b03928280ddec09a607c77aaf100e5da7f06a9e9b28b7aca80c 0.00 MB 1 0
22,381 22,381 00000000229e3a69aa23e6b3c3c60a580d540561e3f68a6596dc838fd806b766 0.00 MB 1 0
22,380 22,380 0000000075b3b6547c1d555f5bb89d9151603611076ca8cca5f55e821224b680 0.00 MB 1 0
22,379 22,379 00000000657700cf827f6ab008095317c5669145d26f33d22ef02cd086d24f2d 0.00 MB 1 0
22,378 22,378 00000000f98a2ddac8f00077c7e35a35ac61cc915420a761efbcd82d2f5b5b33 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.94 GB sent, 117.01 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.