Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

848 transactions (0.31 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
910,621 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 841 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,620 (881,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,671 28,671 000000000979462599b629c9cd2de4c6d0a0c503446bc0963f2d81d9eb048fbc 0.00 MB 1 0
28,670 28,670 000000004ef510f19582bc8ef68aa916a340daebadff56122a0ef3338cc903fe 0.00 MB 1 0
28,669 28,669 00000000c5b93617a45f92d81bee626cdb8b6e6de31d10e4bb9e4436ec393b09 0.00 MB 1 0
28,668 28,668 000000005d1314132776ec8964e4e3b787960b624fa070cae4b9b456385aa2ca 0.00 MB 1 0
28,667 28,667 00000000512d2982e44c47be2cdcc432540efdb69f427507c37ed28f6c126f78 0.00 MB 1 0
28,666 28,666 000000005fc305ce1e6325f1ed5e79e70ee52711598331926f01f1fc330adbae 0.00 MB 1 0
28,665 28,665 0000000076ebfbd81a6ebed408a88f4a3d1f665ab9ed6a908fca1f5332205ad3 0.00 MB 1 0
28,664 28,664 00000000d644079bc7bddde0d2ba15d0935ebd1f88108a03478794eff62392fc 0.00 MB 1 0
28,663 28,663 0000000063dbff8694973863824fe0ec115709c665b7f68cf1c97597a106f5f0 0.00 MB 1 0
28,662 28,662 000000000d089cd1d4247973eadf16564d83a8598e789cf8c9a2e8f9fba64e85 0.00 MB 1 0
28,661 28,661 00000000c3c813c5b0ea9c8f5fc855ad7cc86bda484ef00de32caa6c55974097 0.00 MB 1 0
28,660 28,660 0000000016eb3a23e3c1e1b233726882ccf4488a58dbe38c62d432228862c8cb 0.00 MB 1 0
28,659 28,659 000000008a13dcfee3d29480df39f707313422e3dd4ee1fe001fdcdde3d85e6d 0.00 MB 1 0
28,658 28,658 0000000061b638c53bd25379e1953039d30417f6289baba19ed7c86cb20423f5 0.00 MB 1 0
28,657 28,657 00000000e18e27f2419fef750701c7ff17f35b836f0b8e1442d937b5acfc23da 0.00 MB 1 0
28,656 28,656 000000008b2b0562e1b553afa720175560d9564d4e368e65b78df6e2a7df96ec 0.00 MB 1 0
28,655 28,655 000000004af7ad6ab338ce770c2ec365e1d36c78de5ce7007a5f05a3ba909f33 0.00 MB 1 0
28,654 28,654 00000000721b2029b9d7141a24d2f427242b2a65d92f3f1b710ed94a4710f9f6 0.00 MB 1 0
28,653 28,653 000000003f986056a80ea561dcc1c7b16f5ed6bb10f090072f1c33ef27800ed7 0.00 MB 1 0
28,652 28,652 0000000038702a62653af6add5cd9c9a239db93c08c2deb91d80280da3bb47da 0.00 MB 1 0
28,651 28,651 00000000d8efbcca2d14c4595c6cddde8dff27944cab26f281b1077435544cc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.38 GB sent, 121.13 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.