Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

965 transactions (0.29 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
910,197 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 964 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,196 (887,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,412 22,412 0000000036009862cf7ae3b5b1c4ada293e0faff953613f742931a3c000a5156 0.00 MB 1 0
22,411 22,411 000000009f7164fd3423dd4bb7b37e6c5954389bba0e6483c41b78b1b1d85fda 0.00 MB 1 0
22,410 22,410 0000000086221696ce6bd8382a7f7b6d9086e0f7bb7782df3d5b677170b5503a 0.00 MB 1 0
22,409 22,409 00000000961bbf4d11a465823620d0b07bc27f2fcf345822313ce1ffba4a6197 0.00 MB 1 0
22,408 22,408 00000000b0401a47a4e54d3632d7e1c2703ed98c71b2a01c4cb97725d60db2ac 0.00 MB 1 0
22,407 22,407 000000001cd1da3143c4e24ab91616f99bde45b20cb4a7e81be398f167a4dea2 0.00 MB 2 0
22,406 22,406 00000000c8d6d818815d44464ca8dc85fb481f3f0049a84e5e585daacfbae621 0.00 MB 1 0
22,405 22,405 0000000055ac66553fafcd7ec8bbc80717702e2a29d74d3165013b6c339a6bce 0.00 MB 1 0
22,404 22,404 0000000048075772cfa32732c6a6125997794559ae93a9037f62f1bc1dfa15ad 0.00 MB 1 0
22,403 22,403 0000000018da5f801a9d990ec8b450f1c9833a6dfcce6ab202b4ba27a7a5ac98 0.00 MB 1 0
22,402 22,402 00000000a53ffa9386b7bf9a4363ea564f4c62a7eebcebf319d3d17fb7b9fa17 0.00 MB 1 0
22,401 22,401 0000000042981ac56d8e82152e67739bcc255879551318b5574c7c6faf6d5180 0.00 MB 1 0
22,400 22,400 000000000bbf0a8d99b8662a822a683d15e5a5f681117965d5093ce0955dc70f 0.00 MB 1 0
22,399 22,399 00000000a859d5401c55e3c257aa7c63358f64b16298533c1483311db77dd638 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.76 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,195.47 GB sent, 117.34 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.