Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,044 transactions (0.36 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,762 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,019 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,761 (872,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,661 38,661 00000000591b87bb0d8c436d172a93f39b2dc5858c52a5fbc822fb3bf88728c1 0.00 MB 1 0
38,660 38,660 000000008643191bd71e9d61407a8d46032e43f293d1246435863b92c4633007 0.00 MB 1 0
38,659 38,659 00000000577df09c0e823a172741bf38d53c9902b1c7f3dd1cd49944fedf0f42 0.00 MB 1 0
38,658 38,658 00000000405755b58f148c1f8784437dc568ecb2cc09b9ac18e4643b1cfe88bd 0.00 MB 1 0
38,657 38,657 0000000043467cc093abea77c50431727a440c1a08a706666651f687820a040b 0.00 MB 1 0
38,656 38,656 000000004a444b328102aba926da231cb077b81315dfa4c5557fde23d60b910b 0.00 MB 1 0
38,655 38,655 000000002ba6cf0e33e6b3e4b28ab02a63ffa0ab5d2f3e73e04314803a159ec8 0.00 MB 1 0
38,654 38,654 000000005fb8e2eeed1f0254a9fd97a971127b1eb3d9bdbee9e31d42af49d7ae 0.00 MB 1 0
38,653 38,653 000000004cce0336f93ef9e500eac389216a09e2887b9009ac71c094f579f2a1 0.00 MB 1 0
38,652 38,652 0000000036ffa37e63e81a94f957bee0ba9e526f77114931d63de9a9f4306845 0.00 MB 1 0
38,651 38,651 0000000076f5dec78ca13ae0f9f0bf5bf08c7d3feae795e62a235b3994cc8ab0 0.00 MB 1 0
38,650 38,650 00000000022fda07786e4e2e195f0e9e1aad44f7a419582177d8767c3358eda6 0.00 MB 1 0
38,649 38,649 000000006c598d3cc0729fef7c8361fc4dcd4c7c7b86c83ac34404ea640ccbcd 0.00 MB 1 0
38,648 38,648 0000000038e9044727cbb734d84bf5d34589cd07304c2159d995d8e60dfcc68e 0.00 MB 1 0
38,647 38,647 0000000041eefc395ac84caa1ca05c741d6e8fe1604dce89f48e091cabf921a3 0.00 MB 1 0
38,646 38,646 000000002aa5801859196bb8184b23ac23040496f5eb87bd812c5a22955edcac 0.00 MB 1 0
38,645 38,645 0000000002c874fbe90bad17edade9ee919a331b605197fc43b21ebad6ea70a7 0.00 MB 1 0
38,644 38,644 000000002b5c37e74ed59cbb7a1cb28b0b65d8ab2a8412bcfb4558a2750c233f 0.00 MB 1 0
38,643 38,643 000000003e0e480299ba0c5db8b6334ccefeb99a09526cd882ce868cd93162cd 0.00 MB 1 0
38,642 38,642 000000007b04e56b9670baa93da86ed5ead8b6d84d6d7f7cdde833d6395f60ef 0.00 MB 1 0
38,641 38,641 000000005edb08f2510306bfd9e431174f8fa01c62f92a7836b9efe4d3cd615a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.79 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,294.71 GB sent, 122.59 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.