Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

578 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,555 000000000000000000022b910000000000000000000000000000000000000000 0.16 vMB 567 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,554 (853,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,683 57,683 00000000114271b179dd0c612ff1e34d1d3a5297679a1b553054fea63b02ed77 0.00 MB 1 0
57,682 57,682 00000000079c74d2371f1b8df27e6edebddcaf1bc81ada8db0a49dc8dc995336 0.00 MB 1 0
57,681 57,681 00000000052be62e5df6304597e20d207df4f21abb576db7010f81e34150d3a9 0.00 MB 1 0
57,680 57,680 000000000faed611145c8b61bc5d7c4937feb01363002728546f0b65f4366f45 0.00 MB 1 0
57,679 57,679 000000000b27b413975cb77ddb7e3c3bcac39c4e5aa89b1efe184d92257d135b 0.00 MB 1 0
57,678 57,678 0000000015672fade182d323424d2b82a0ac95ed455d296cd79f66af0027b286 0.00 MB 1 0
57,677 57,677 00000000053d24e198e915e5412536a5d36cd2fc8a09c624b124a47982f76efc 0.00 MB 1 0
57,676 57,676 0000000008416800f3c5be979d1d1014577961cb7ad752552a9cbd0297c3578d 0.00 MB 1 0
57,675 57,675 0000000001cc76b151bfebe40326dc6e4d48c5af9a8f145e7c679341c3d05e80 0.00 MB 1 0
57,674 57,674 0000000009c5bb8afe431e47cb5e2268a202d4aa686c5c75ec3e277d15a969d4 0.00 MB 1 0
57,673 57,673 000000000cabcd93aa8690572c8e8c6eebfdd7c59ba5bf67e321efacbed71ac0 0.00 MB 1 0
57,672 57,672 000000000e8eeecee868656432e096646e787c6c39e1ab9f8928686b75e0ac82 0.00 MB 1 0
57,671 57,671 0000000009d87edfb0025abc0494423281ee1aae33e54fa122073e4f46d1fba6 0.00 MB 1 0
57,670 57,670 00000000000412444acd748fc54a33830e521a049bdd733613dce6370379231f 0.00 MB 1 0
57,669 57,669 00000000121d47d78f6968ef22de910518b27d8c1cc2554fa12e6163aef4fc28 0.00 MB 1 0
57,668 57,668 0000000010c4b298451d02e8ebc6899fae4b6ca9644374e4da08786079e33e69 0.00 MB 1 0
57,667 57,667 000000000bac719c10dd0365a521da1b9d72c5c532fc2c858e4b7d0325938140 0.00 MB 1 0
57,666 57,666 0000000010c0ea6622b279100dbba9a622ad1fae2e2a0233bb6721ad83a11f06 0.00 MB 1 0
57,665 57,665 0000000007eac4d068762adb9f9a7e175d93a90426b50f4f2d91fc57af9814ac 0.00 MB 1 0
57,664 57,664 000000000637d81ce2bd60fc7487e12a02318a154dc95cc90d487e1d28a075f7 0.00 MB 1 0
57,663 57,663 000000000fadd34b224d5d73f60538332176060cfb800e0de524cc3402514bdc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.27 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,414.29 GB sent, 129.96 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.