Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,555 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,128 000000000000000000022cb30000000000000000000000000000000000000000 0.63 vMB 1,549 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,127 (882,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,403 27,403 0000000063b6adee2ece1a0a61844e9e1a76a5fb7a3d048b35c047e1222460ad 0.00 MB 1 0
27,402 27,402 000000001bb7e575b32b42db6c8b5480981b4c568d55e7c1f74b9efc54b29c65 0.00 MB 1 0
27,401 27,401 0000000033668c1d54f4339bc2e207362a37af592b9e5a93acef4af4980c1704 0.00 MB 1 0
27,400 27,400 000000002aa75846897fbd33a13fefe796cdb0e1e0acd974b2524d776677db7b 0.00 MB 1 0
27,399 27,399 000000004745253cc7486457a2ee3a89cfedfc19b8c9b75bb940dd2110faa528 0.00 MB 1 0
27,398 27,398 000000004f30f0e5b68c19a487ff1b094373c6fa2face481dd1a01a03a2a3d98 0.00 MB 1 0
27,397 27,397 000000005e37c616441c07da1bc8e62d093c07eaf57a8ab82a21cac2c851e530 0.00 MB 1 0
27,396 27,396 00000000b575500e9aec0aa1799c2ce9f6c00952fbdebca9aca84135dd7bb070 0.00 MB 1 0
27,395 27,395 00000000ed1cd5430a1ec37f16d464d8513a4016d1687527a161ecd29f497d2b 0.00 MB 1 0
27,394 27,394 000000006269ee0d23cb88d90948063486967dc7e500bd4385e26cadba220016 0.00 MB 1 0
27,393 27,393 0000000027822333cc440e672757bec95cf091e1d3c0827d2904fc7f1e5ff5c4 0.00 MB 1 0
27,392 27,392 00000000b7a5ad54d1df475d4b774e2e5cd14ca4d700a0fdc45923fc4f705008 0.00 MB 1 0
27,391 27,391 0000000057fa1870df0a0d69141d7f6ee49d5efd60bdfc2538dd3643e9469c51 0.00 MB 1 0
27,390 27,390 000000002cb082b3b958ec3aa4fad36b9deea894b5f879e818c011351ad7f04e 0.00 MB 1 0
27,389 27,389 00000000a9bfbcd6424e5961f51b3a806c8bf5463f058bd62c9a0c8ded7a9ba7 0.00 MB 1 0
27,388 27,388 00000000b63c3d718244e943161b6cbca8fb520037e82478720c05c61443a1b1 0.00 MB 1 0
27,387 27,387 00000000b141535d18579fc7b4588e962b8485458d8bc1d16589b4cb978ea592 0.00 MB 1 0
27,386 27,386 000000006a351d128872cc3e2e6e01cad0b23fab0b3d23701664d9495e0447bf 0.00 MB 1 0
27,385 27,385 000000001c82bbef5d12c103a4b22730a72ccac92d117fb88901a432fad32acf 0.00 MB 1 0
27,384 27,384 00000000fc0e7629461e981a1b545337127751ae43f5c21182c758d890e71248 0.00 MB 1 0
27,383 27,383 00000000f13a93e070432d8fe22a1e3226a9a4924ae0d34f12a910da862c0bc0 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: 11 outgoing, 113 incoming
  • Data Transfer: 2,192.02 GB sent, 116.62 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.