Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,903 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,310 000000000000000000022cb30000000000000000000000000000000000000000 0.97 vMB 2,884 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,309 (854,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,336 55,336 000000000658e09203c73c76366e8a86e87e8002fde9a6d19bd1e8b2c04a38f6 0.00 MB 1 0
55,335 55,335 0000000006f30ca7102b8bb65ae9a12cff7c7220ae315106993b22aba3eba8db 0.00 MB 1 0
55,334 55,334 0000000001e2542fe57f65cda4e4d3eeac72529899e7d19edaf0a6c9dd217e39 0.00 MB 1 0
55,333 55,333 000000000559c4058248b173215b315be396bb80d2eb85b83d304dc7b61db0db 0.00 MB 1 0
55,332 55,332 0000000012df283793d1ef9bf865e652d3a11aa4418ce427b8a98379e5a2d2da 0.00 MB 2 0
55,331 55,331 000000000c7d4bfa4501f432427f0136092335a1eab0ffc5842cca812995d3ae 0.00 MB 1 0
55,330 55,330 000000000d59380fec1f6a1fbe63fa65fb92270d21c8743048bd6cdbf368886c 0.00 MB 1 0
55,329 55,329 0000000003b16ca758fc132be5651179137fbd7908304a2fa60235d534ae49f7 0.00 MB 1 0
55,328 55,328 00000000067397d6c04acebc18d1971c284d2c24dc29ca5b39e2e1e3f589fab9 0.00 MB 1 0
55,327 55,327 000000000378127a053a48d7804a3a63a627321b1829b5ec2210c4d8ab18aadc 0.00 MB 1 0
55,326 55,326 000000000bf4b5965e4edf3708cf4977ee8961cf9e83e536346ab763ec660892 0.00 MB 1 0
55,325 55,325 0000000002e9d04e836ebba6019e4ef35f2f95c643d5843abf2a925dc9b700b4 0.00 MB 1 0
55,324 55,324 000000000c6affea126ffe55940652d01cec9c7b4e5174edd8219223c30b8703 0.00 MB 1 0
55,323 55,323 000000000ba5dbbaefd80165e6b84e48e2ed1e90f21bb342bf89ac73006a3dd8 0.00 MB 1 0
55,322 55,322 000000001184db5771740c9dc221eefa996ea701a3a7e20d531fa807a3b000be 0.00 MB 1 0
55,321 55,321 00000000134fc524d443d6e5d81f58d7b8e5bf67fb00790b1b9c2ab6fd8926f5 0.00 MB 1 0
55,320 55,320 0000000003c901da46753943e5576e41f32a143d77023afd9e18f54d9800628f 0.00 MB 1 0
55,319 55,319 000000000be88ef5086f238afc46992d49854fc02e59048bb1450024a73c5377 0.00 MB 1 0
55,318 55,318 0000000000227960d03dd3a844b9fee49d291f3c1723d945e17992d769d05187 0.00 MB 1 0
55,317 55,317 000000000b0c8831b0c1d09b5f22d9438609909adc2143601a65fef3d17a58f2 0.00 MB 2 0
55,316 55,316 000000000b9786ce2e4284df565932e3b6e276f073870fcfe59145fa5ae51d48 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.97 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,230.77 GB sent, 118.42 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.