Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

207 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,129 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 194 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,128 (874,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,707 35,707 000000007941064b9fd78063b117338f129c325cd8e59b1e2634cab04fce4a8c 0.00 MB 1 0
35,706 35,706 0000000059eb536888960aa7351667ca0b98d49d4265508d9d93c49449222455 0.00 MB 1 0
35,705 35,705 0000000068251738285c66751ce9bf34852a8f04aef51dde795b6c1123d99494 0.00 MB 1 0
35,704 35,704 00000000bb35e7a67885f09073ed17dab1e9036d5ec19e1b724c23b392d9b93c 0.00 MB 1 0
35,703 35,703 000000007f16147022a120c1cf8fd5298d274227b27f61b94a994eb84a7850d9 0.00 MB 1 0
35,702 35,702 00000000487f79db42bb09d1084338ba6b4e48f4d4c18ec0022db062c1a6b449 0.00 MB 1 0
35,701 35,701 000000003c5edc83e279d888f690f5bb8aa4ba5a67623a7cf92e51ad395814ea 0.00 MB 1 0
35,700 35,700 00000000b4aa46c572d2e7cdd9f32b58347413b6dc73f53bd9eb68e9a8f7fa09 0.00 MB 1 0
35,699 35,699 0000000009da35e3365238eabac7d2c276be391dadf22482bf923f4ec22d1a3f 0.00 MB 1 0
35,698 35,698 000000005887215718152887a56b50b2fc48508fd4ec2d170a828b15bd056cc0 0.00 MB 1 0
35,697 35,697 000000009c4ce1c8bfad473ef9a8dfc7470705839e1681546a42c4c7ae60d4db 0.00 MB 1 0
35,696 35,696 00000000b8b4dee2d2e53706d389e033632b001b4b6974332599c30542625ac1 0.00 MB 1 0
35,695 35,695 0000000030fac18f52a5edfed722c37ed8a2c5a85a3d4d9d748cd7abfb4025c0 0.00 MB 1 0
35,694 35,694 000000009062077e217f362f93fda8db55cf0e35eb972356deef5717e2ae4347 0.00 MB 1 0
35,693 35,693 000000009cba28282dd346bbcdeaee287cbc8496858e38ad24161f703a0cadb9 0.00 MB 1 0
35,692 35,692 000000004ef33c8ed3ff18cbae391cdf272658eaabb6951a12f9f66df64d7d85 0.00 MB 1 0
35,691 35,691 000000009474367326d60e7e0cbf0c03b48c3fcbc8be3b64086adcc001e7ab89 0.00 MB 1 0
35,690 35,690 0000000074dbaf560cb8ec364c3911cc5bcac9f0b690d802834b774d97bdc465 0.00 MB 1 0
35,689 35,689 0000000096165091324cfd2e16a8d840e9226b1b75ced378670f18d876571dc7 0.00 MB 1 0
35,688 35,688 0000000079e9005eb83a8c78a0dcf50a6f3a24f3494f9f9962bb9fe4a6b0e94a 0.00 MB 1 0
35,687 35,687 000000006a11617406f2053978eb89dde0dd4e9a783635f1314d493482b8c667 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.63 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,192.09 GB sent, 116.63 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.