Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

177 transactions (0.17 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,496 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 173 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,495 (880,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,944 30,944 0000000034bd8f1e5b930d0e3dec82b7e4e42a62cfc885408f161679083154dc 0.00 MB 1 0
30,943 30,943 00000000bad4790048b7d3c1e34ff18e98ad92af7fddb1620b06aa1bd3230407 0.00 MB 1 0
30,942 30,942 0000000083f1e6b95c79791848338bcab2f1d6cff74b20580dea2aadf2246720 0.00 MB 1 0
30,941 30,941 000000000e465f167c84e877254e4bdc7305bdb4f9aa7f19d5d04d2a85221e6e 0.00 MB 1 0
30,940 30,940 000000008a0a18a16738efd755c0164449eb0cad6ad4b7c96baa3e03da30cb25 0.00 MB 1 0
30,939 30,939 00000000794c47ae2be8e80586e9d595672b536aa7246ff5f18f77464c637ce0 0.00 MB 1 0
30,938 30,938 000000004e2ac3f629289829ffcd5f9eb272bf9a8ca862f62a3825b22f74c304 0.00 MB 1 0
30,937 30,937 00000000e9c87b6c8eaa74abe1eec75c8e1d1c567b4bee68561b60cd94f63c74 0.00 MB 1 0
30,936 30,936 0000000028140f0c15677f34b1b1c9f5f694251fc220dbf7833ba9604a5fb548 0.00 MB 1 0
30,935 30,935 00000000810cd9d01a435a2dc9c3e8266d79564ce5e024fcd34dcb94c2902b49 0.00 MB 1 0
30,934 30,934 0000000044d2a803bcaeaf23e530e31310e53eae8e4acf955abcc1fda8c481d7 0.00 MB 1 0
30,933 30,933 000000003030e83b56fb7b4770152376a7a76bf29996fc91e1f7877789bb4a38 0.00 MB 1 0
30,932 30,932 0000000028ed80f490c6b20fcce8c627e4af911ac5dc4fafa166a0d0e14e5946 0.00 MB 1 0
30,931 30,931 000000006ef33ff2bc50d7ad21f1e948e5d8c41ba930fb3af6ada719747553ff 0.00 MB 1 0
30,930 30,930 00000000fb377a9f0f8dbeb8d2f9744fb9b1fe0d6603a762711d06d14c78c341 0.00 MB 1 0
30,929 30,929 00000000d893fe7c299a60464140cde127940cac1b439045f8db6256fee3f33d 0.00 MB 1 0
30,928 30,928 0000000029a6b6a9a96093b615e52a1ace7ac8f162be775e315eaf7ebfda03b5 0.00 MB 1 0
30,927 30,927 000000004a1b0e7b463e175f8219d3901e27e26c2a0a34b7548cedaa0271d1f4 0.00 MB 1 0
30,926 30,926 000000007bb2836452c1482be2f58a25bd96725a2bb87a17385f15d6e5c1cd46 0.00 MB 1 0
30,925 30,925 000000009a9b03e3c078f09149a87b4cb259c9bc678a78d42be64e4ac5d05464 0.00 MB 1 0
30,924 30,924 00000000fb8eb566d71c3deec56171214500b8293d942b1de498ab8a28159a81 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.96 GB sent, 129.47 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.