Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

656 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,178 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,177 (872,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,971 38,971 000000008284fcedb75d538dd312dc03b44c41bfd8e9736003143452a2d2dedc 0.00 MB 1 0
38,970 38,970 00000000421c64dfe620bdc43f76eda3e3633c95a1530c129a7930e275c802fa 0.00 MB 1 0
38,969 38,969 0000000004ec9f44f2e182a2afee85bd7958c4812320aeef8e979a42e5ef8802 0.00 MB 1 0
38,968 38,968 000000005d72ab50c6d489b9997a5f29ffa4eac25b236b74050cb3c89ca8531a 0.00 MB 1 0
38,967 38,967 000000006efb23f1b35750d82fbc0600c9cda2e40c69bf0f0ead6c8c57f9eaf0 0.00 MB 1 0
38,966 38,966 0000000010e7f6cc446c5a80b25757f1861c2240b66e3c0eedf1da24efdf63d9 0.00 MB 1 0
38,965 38,965 000000004a5bb0a8cfb42326ed8381a0d305ffe4970d1ff5c2afada2df14f833 0.00 MB 1 0
38,964 38,964 0000000086c1811ff2a919365afb06a28206eec8e32329bf0e61e2509f0e086a 0.00 MB 1 0
38,963 38,963 000000001a8f3c756871103725867fe08e7b1f1e899a8eb17d2c5210ee738de2 0.00 MB 1 0
38,962 38,962 0000000038222b1e4dc8ab5970f6734117bf1b419fe4ded7cbbbeb6561f0fb08 0.00 MB 1 0
38,961 38,961 000000005da9ea484b77c7285be9df3ac46bc23330235bf6eef8314ccb03ac73 0.00 MB 1 0
38,960 38,960 0000000066c69547b9873a5dfcbe797e14983f01d33f5b8f4929be265778f831 0.00 MB 1 0
38,959 38,959 0000000086578cc7c4a8fa932f5219187627313353ef2e74886286649dfbb159 0.00 MB 1 0
38,958 38,958 000000001742fa12279e18eca0daecbdc4939d3ad08e0338a28ec835ff8faf65 0.00 MB 1 0
38,957 38,957 0000000023ba65f4b04c17e4ea36fe3124e755b76528430c5150bc659fd3da2a 0.00 MB 1 0
38,956 38,956 000000002d55cb7df06d7d5c96c5dd852212888c68559e9f05f19e87fb35d19f 0.00 MB 1 0
38,955 38,955 00000000611c234ac4eba67ab523bc49a1b0fbdc5ab7c0ae76d6a5caff711615 0.00 MB 1 0
38,954 38,954 000000003552b02d54407b371ba7b4ab5743fd0b99e54025296737ca5e28226a 0.00 MB 1 0
38,953 38,953 00000000118a82e61ec8a019211522bddc78f5c6a3a05bf84c5befd3caebc566 0.00 MB 1 0
38,952 38,952 000000007ab66eaba2a191c8283a8a04f7b3be592b4242f6df4587d11113ac4d 0.00 MB 1 0
38,951 38,951 0000000001a20350a7629249bf852fd8348ad6e1097ac3774859c73086cb18d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.57 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,375.30 GB sent, 126.61 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.