Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

576 transactions (0.32 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,907 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 555 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,906 (55,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,302 856,302 000000000000000000005e7bd34243906594027ead50e8d4d20f88d80d339547 1.58 MB 3,779 7
856,301 856,301 00000000000000000000b9ab55e0b250ed91fd4003429548df9dcabaadc46e25 1.49 MB 4,343 3
856,300 856,300 000000000000000000006e8209042100a300973e93f337091175251a475ac22a 1.60 MB 6,692 3
856,299 856,299 00000000000000000000b189b77d518445271ee413099a704dbffd7fca1f5eb7 1.52 MB 6,423 2
856,298 856,298 00000000000000000003026033c5e64b54e0658779653c3f98af35f52e476341 1.35 MB 3,455 3
856,297 856,297 00000000000000000001cd7aa6af3e8dad9d4dc388c7841b7d2a3397ad3468ce 1.22 MB 1,371 2
856,296 856,296 00000000000000000001a59d840e26a389fa93ff0425e0a8682ab1af5e38fc4e 1.48 MB 2,909 7
856,295 856,295 00000000000000000000150d74a2716704eb115a0f6973780f838340f9e9ae50 1.42 MB 2,798 5
856,294 856,294 00000000000000000002a6c1aeb50e2d92f929469cbef529ba396ddce324ea08 1.63 MB 7,650 2
856,293 856,293 000000000000000000009fe04e6e20ccb341dc9ea168c2255fcfb04906381da5 1.34 MB 4,030 2
856,292 856,292 000000000000000000026ff00781ae9d93e7f61d02d80cfd88201cd019329d7d 1.44 MB 3,138 4
856,291 856,291 000000000000000000029e5e01aee0f704442567f2d9e6ca3b108c9f0af82626 1.45 MB 2,605 4
856,290 856,290 000000000000000000028fbc6de67d8cc7c62e90949dce3d8e92ea05fdd8ed95 1.34 MB 2,110 4
856,289 856,289 000000000000000000003358f15d6f81485704924a201240b4e1f0f203555f6a 1.42 MB 3,130 5
856,288 856,288 000000000000000000030ad7f22a897113604a8ccda6b6e685971747f480ed91 1.53 MB 3,008 5
856,287 856,287 00000000000000000000f47a928388ee823135fff4beafadfce9135a7ff2dd91 1.72 MB 6,925 3
856,286 856,286 000000000000000000011c1a4b68c4640bd936b9f85c14fd942cb2ce7b83ecbd 1.56 MB 2,924 4
856,285 856,285 0000000000000000000220536e2da7da1c73dc326c2f83d7336f382fb57d461f 1.63 MB 7,658 2
856,284 856,284 00000000000000000002b48132bd400701eaf25ea58d277c843e67c4ae6a5064 1.44 MB 5,501 3
856,283 856,283 00000000000000000000bf631964b945ea44139a87d6926f4f32362c1e2b8602 1.47 MB 5,322 2
856,282 856,282 00000000000000000000e6a61c16b001faa0a1ff2058b0b5918a47e19e148d20 1.39 MB 4,194 3
Previous 10 blocks ↓
Total Size: 776.91 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,480.06 GB sent, 133.03 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.