Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,517 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,923 000000000000000000022cb30000000000000000000000000000000000000000 0.53 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,922 (875,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,666 34,666 0000000040e33f8c92dcaa150219825d711f09114bfd1b019d16bafb74b0ad95 0.00 MB 1 0
34,665 34,665 000000004af44f901b2424b617ba77f8d39712c14dd5f577eca6fe2abc0d193d 0.00 MB 1 0
34,664 34,664 00000000a6379799c43ba113e1aa5242b4b23c6f3d0ced494907d7a8c19c58ac 0.00 MB 1 0
34,663 34,663 00000000693a8047d7905bee1e15b208b66bf507f5e802955ab8456e3592f71a 0.00 MB 1 0
34,662 34,662 0000000074a69beab48a1afa5beae091311dbbcfb4f44408fdfd826bb245b806 0.00 MB 1 0
34,661 34,661 000000001c63a04906f7bf0dd32b3300b9664e3eb10c7e17ac452085794d9f2a 0.00 MB 1 0
34,660 34,660 0000000013d89b40fe88788e46b45c9caac9d1cce6122b502d3d03cae780e665 0.00 MB 1 0
34,659 34,659 0000000001c45b9a3ddad6d0b1ba996468424c4dbc8db8f50f5c4a88caa05509 0.00 MB 1 0
34,658 34,658 00000000674f64c4f4abdf9afdbd7f3487374e98c9afbbe1e6651f3c1a9e8f7d 0.00 MB 1 0
34,657 34,657 000000008d265721ba5d1213261b5114779792f93a659d8d1f52ed20f666310d 0.00 MB 1 0
34,656 34,656 000000002ac2117ce11cd34c98eb47e05405d0583fda35024423c3d47e64174a 0.00 MB 1 0
34,655 34,655 00000000939b794e7b26e9c9af219fba50bb0d3f4a141547955cec6173f4c1fc 0.00 MB 1 0
34,654 34,654 000000002f301f28f13ddd1fe2053daf2fbe77802211a673d625284eee8af5b2 0.00 MB 1 0
34,653 34,653 000000006ece19e5f6251f02e3c42ca52d67bfa7a6ce9089be980ef31697ca6b 0.00 MB 1 0
34,652 34,652 000000000578103b94c5c53c5c4f49010478bd160d32c766353c68629512ca64 0.00 MB 1 0
34,651 34,651 0000000065359ae74d9dcf6872e872d0833e3c5970c1837a9022ac2bc5aa34e8 0.00 MB 1 0
34,650 34,650 0000000029393501a960f2e7d57eca945a29b9e9c178233b41d0c718c268bc0e 0.00 MB 1 0
34,649 34,649 000000004e0b5a876124248f65cf33701fb2844f9110791e9444aa209876e491 0.00 MB 1 0
34,648 34,648 000000006a0ae941fb072f079d1e17292aeeaec2905f5242061a4da33fc73f8d 0.00 MB 1 0
34,647 34,647 0000000055de978134f5277885996295a922e9aa109175e0d50e798ec3c6111a 0.00 MB 1 0
34,646 34,646 0000000026f612cb13128b133ba3ea34bb8340e6d34bcf8b4a1fcd7576d12bff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.26 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,173.08 GB sent, 114.68 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.