Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,017 transactions (0.33 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,705 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 1,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (849,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,116 61,116 0000000000c88b6b6d9b9bba15635581a9eaff29de1944aee8d654872b774016 0.00 MB 2 0
61,115 61,115 0000000006ea8f58a6d3c6b3ab9c1af9098e01fa54714ad08a091ed56559853e 0.00 MB 1 0
61,114 61,114 00000000007d493667e1ffb59e1980ea6ed1cc45566a0b65ba12ece54fb7a607 0.00 MB 1 0
61,113 61,113 000000000894fb23eafd0be7ea823232f88a4a4f29dc1ebe292689066c116c31 0.00 MB 1 0
61,112 61,112 000000000cdb787d59df80871d15d6421aa61b1830a7f65f362f8291b26025a8 0.00 MB 3 0
61,111 61,111 0000000006e4f66e73b58b2653e42014edda4985c50cb003aa5819792dcb47af 0.00 MB 2 0
61,110 61,110 00000000055469be37f1ee42eacfd89e54e824f285c81c82568dd534bdfa4738 0.00 MB 2 0
61,109 61,109 0000000007f61c959ccaf25c3185279c16673a08f08a97be534515723ffe27d8 0.00 MB 2 0
61,108 61,108 0000000006bd440dff0dc3542a2febabefcde09eaf35914cc8fbfa1863b03500 0.00 MB 2 0
61,107 61,107 000000000dc5ac7c87df476d466b384a57b4673afb0a09d6de03bdf79f7127ac 0.00 MB 1 0
61,106 61,106 00000000029125b796f05fedaa1d728501fe1be61fa17dd4bd6ec76f9e1acbaa 0.00 MB 1 0
61,105 61,105 0000000007161fd50f762f2b87a89c4f4a9d32aa4a72598c2f1625109c14c60b 0.00 MB 1 0
61,104 61,104 000000000bcb589c68856236b0c33c2d6b39224eb31646084a871beb950ae794 0.00 MB 1 0
61,103 61,103 000000000bf57e0f9f6107a343e7cb9f46665c86b53dd0f914808e742b1b30a6 0.00 MB 1 0
61,102 61,102 000000000c64601b833be61e149ba00a6107889593ef905abe728ad00334ae2d 0.00 MB 1 0
61,101 61,101 00000000090f92ac83d254334e054f63ce0184d2c822fd83298d42cfc814d794 0.00 MB 1 0
61,100 61,100 00000000026a327c16c03be94f8e2167ea0a2ff21da22904788cb2798a3130b1 0.00 MB 1 0
61,099 61,099 0000000003733a95e6558c26dada1e5dbe451a1e721e290cb0600d6b862a4193 0.00 MB 1 0
61,098 61,098 000000000d90c2faa891be87d4e740fba0198682a445aefb5b23d581db6e2482 0.00 MB 1 0
61,097 61,097 000000000125d37b6bc04c7f0346669adfd02bbeed341ccc309beb64b3fcc151 0.00 MB 1 0
61,096 61,096 0000000008354519af606442067cdf1a753aad6b8cd911a037615f3236bfc78c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.86 GB sent, 122.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.