Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

470 transactions (0.14 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,676 000000000000000000022b910000000000000000000000000000000000000000 0.12 vMB 437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,675 (14,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,240 897,240 0000000000000000000243fe6a1bb892de47ca75836582ba813201edd3f09659 1.61 MB 4,544 5
897,239 897,239 0000000000000000000047ef3b666697b9d562d5b1b4db4e5f12d0c8ba5cc72a 1.52 MB 5,664 3
897,238 897,238 00000000000000000001e6958d5cf4dcad019d2bece86b0d36213294fe3372d9 1.62 MB 4,285 5
897,237 897,237 0000000000000000000230ef866969d1b577684bc62c624e6b74f857f173a640 1.50 MB 5,270 2
897,236 897,236 00000000000000000001d56f71888db978e05b32474ac2456a9d5fde748e8ec7 1.37 MB 5,716 1
897,235 897,235 0000000000000000000011270869ca737748d84ff4fcded53704a6b0256b0776 1.48 MB 5,560 2
897,234 897,234 00000000000000000000660c8f7b9e2727dae41cc77f9fec7c4e2f260c9970c9 1.51 MB 4,669 2
897,233 897,233 00000000000000000000ad4fb1c3081c6ead511d36b1305c4a61fa08606b9ce6 1.59 MB 5,028 2
897,232 897,232 000000000000000000008f89f4137fdea6f32524aef2ca5ce4ad807859ac0e68 1.56 MB 3,423 4
897,231 897,231 000000000000000000006a019352d67df7b7ecc92b273f438c416b241b08a5e4 1.48 MB 4,586 1
897,230 897,230 00000000000000000001c0455bdfb1e96494ada3464e927cd431fc680b872841 1.65 MB 3,647 6
897,229 897,229 000000000000000000013d5d9086e6d6b3f39fe82c2e9a68387a023166f22143 1.56 MB 3,758 4
897,228 897,228 00000000000000000000b664314a396002fdf3ff71bba71ca147c311de24e842 1.53 MB 4,416 1
897,227 897,227 0000000000000000000195c80b4542422b9147189e0d147aa3e46b14d74e18d4 1.41 MB 4,501 2
897,226 897,226 000000000000000000003b7e8e678b01226aec5d3d7d9646ed7ca317265fe5d9 1.50 MB 3,882 2
897,225 897,225 0000000000000000000213099d9a486baeb9193bdcd41db9935f2d28a4f7a7b7 1.51 MB 4,903 1
897,224 897,224 0000000000000000000138c6b834183bf54b1393f45edcf8746aaa45eee63fb1 1.55 MB 2,919 2
897,223 897,223 00000000000000000002343d94815cae71cae37d627a43043b687322b971d16e 1.46 MB 4,224 2
897,222 897,222 000000000000000000003ec9059b03e47b0cc93a9a80ad1d1ebde7b28680ce22 1.21 MB 3,310 1
897,221 897,221 000000000000000000002d70432923003bc3fee49e8c89ef37bd682105f6599b 1.46 MB 2,653 2
897,220 897,220 00000000000000000000d413f971773073e4a0b1f7a423019b53eccd1eef3869 0.36 MB 1,059 1
Previous 10 blocks ↓
Total Size: 776.49 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,425.01 GB sent, 131.07 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.