Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,251 transactions (0.49 vMB)

Priority:

  • 1 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
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,247 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (878,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,999 31,999 00000000a369d0880f7ee409a99b502d8979fc802fbff404d22ad2b9f6a9dec9 0.00 MB 1 0
31,998 31,998 000000006d31f5138b91f118b9049403ba06929f33b30f7af0da8bb1fde04663 0.00 MB 1 0
31,997 31,997 000000000a0bf2c5cbc074643c8a52eea7082b5bd1b0d3ced9f0ad7335752a77 0.00 MB 1 0
31,996 31,996 0000000098dee854c02960d32f6bd01759d25ffc88b45b11deeea48f7df8ca8b 0.00 MB 1 0
31,995 31,995 0000000020b1b20c824358b3c0c50e24702f6b8a7f0251c56e7c16c3369e57d1 0.00 MB 1 0
31,994 31,994 00000000f01a2075e89ea6fd5480163e998c5fe5e97e45a5d3e48c43a0fbfc4a 0.00 MB 1 0
31,993 31,993 00000000df78a55b3c2442b2d12221b0b0a5b13fc0dfe108591c9228a041f812 0.00 MB 1 0
31,992 31,992 00000000d8547c5394648e1bf1fa86ba5f63e050c929506769c36d57c9b6b2ad 0.00 MB 1 0
31,991 31,991 0000000008a0c832307ae407eba328d3f9718024b67dc16d4df55096126d501f 0.00 MB 1 0
31,990 31,990 00000000c0cbf17bb244eda3f705bd65dc3e1544ddf663a062989abe6a246420 0.00 MB 1 0
31,989 31,989 000000008717522fe7864d9e4a26c556c0f00972cd07c437adfde1d4cda277f8 0.00 MB 1 0
31,988 31,988 000000008cc332c6fa186fa47b0e653322d4dd5f3a43ded95ed9f75083ce1751 0.00 MB 1 0
31,987 31,987 00000000647c388621809ea56a0fe127d758182b38eece60660e8810ec5ea9a8 0.00 MB 1 0
31,986 31,986 0000000031820ecef80eb851e8092c359bb367ea018e2f69d929a5d07d0d55c6 0.00 MB 1 0
31,985 31,985 00000000ecdb61f1d8c42ec68a87228326d6133d489bbc574b0f560fb509f30d 0.00 MB 1 0
31,984 31,984 00000000d8455b7c5dccbe4ec908ae20dc537a22ca850909eb59bf5bd8fc6d30 0.00 MB 1 0
31,983 31,983 00000000c56cc76361a3e30592a9240b10464c6d90f06b9a3e2be5db7ebf22f3 0.00 MB 1 0
31,982 31,982 0000000010cca86f980e45fb7dec17f95513b6c8b12f52524e170dc2bb3c0bb1 0.00 MB 1 0
31,981 31,981 000000007e4e6b81a9a0b3463adae7ab3d21ad90716325f0ba88ee571734b6c8 0.00 MB 1 0
31,980 31,980 000000005be08b0e0fb7318a744930f2aefcab000310734c6d09d93cd8e161c0 0.00 MB 1 0
31,979 31,979 000000009c71dc4b9a68c0677063e8db0451e243493ae68e2a5482a1dba40aac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.