Loading Tool

Explorer IconExplorer

Memory Pool

73,266 transactions (18.25 vMB)
  • 1 sats/vbyte = 30 blocks ()
  • 7 sats/vbyte = 18 blocks ()
  • 8 sats/vbyte = 12 blocks ()
  • 10 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 6 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 130.12/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,725 000000000000000000022b910000000000000000000000000000000000000000 4,758 0.14213417 BTC 1.00 vMB 13.10
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,724 (895,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,372 17,372 000000002e2778e228348249f5efef06f31e08facdea4513c0af34952cdb87c2 0.00 MB 1 0
17,371 17,371 00000000d83df6f6425f341290a8027ac3d45872a51c053222bfae83584e6ffc 0.00 MB 1 0
17,370 17,370 00000000ec8e7fbbd7ad3afcdb2a3f158d3b27c0a4d1600fe7f679ac4bfd5327 0.00 MB 1 0
17,369 17,369 000000008dc7ae3e38e283d110753e80d2d8e46a07559674699628bee82122f6 0.00 MB 1 0
17,368 17,368 000000001bf6d6a6538b3728f107a758a0edae7594bc5ea223829448cd6d44dc 0.00 MB 1 0
17,367 17,367 00000000b61410f16249035eddf9b169e8dafe8b4d2948f82ff2c2b1cbf5ae70 0.00 MB 1 0
17,366 17,366 00000000f50544d03124f67d3e4aa0c94ef9caa6e7a5014d51bcc060ee2b71bb 0.00 MB 1 0
17,365 17,365 000000006887d5c89249f249180d3aa3eddfae1ca0630d150521019cc4187e3e 0.00 MB 1 0
17,364 17,364 00000000d989456c98ce813f72e4849dbf3f12d0ebd673d45bd11590d7cd425a 0.00 MB 1 0
17,363 17,363 00000000c00a53b8c1582aaa4c46344f62d9592d8494e518fff742159f290a42 0.00 MB 1 0
17,362 17,362 00000000ded8672b8c88ba43026d7d03c89ddf762d56f79ae9972b7bf5c5dd0a 0.00 MB 1 0
17,361 17,361 000000001c5d16b51e6396c4f5ca1619bb91d40330507131f03e617cda4a20be 0.00 MB 1 0
17,360 17,360 0000000049178858b052b6390a63d099dd641844f5713e3b9ea27f0746fc31c7 0.00 MB 1 0
17,359 17,359 000000005d4fd0f4815d50cf7060e65eb243d0929ee8b297a18d257002cbd9d0 0.00 MB 1 0
17,358 17,358 000000001cf5b0dd6031f8517df310e806fd77c0d44e69a897d268330f445e47 0.00 MB 1 0
17,357 17,357 000000004a2e50094085d13ecd32a94672e8542b196eac59b4bb1b3b82dd3630 0.00 MB 1 0
17,356 17,356 00000000d0e6f0e63e619f26e303ac14bffe6f42e97ea4e4bcb7a70974824b61 0.00 MB 1 0
17,355 17,355 00000000d6e16566c8ffb5959c42ad7cee137393a243430333e1672cd7f7e678 0.00 MB 1 0
17,354 17,354 000000001571b39a7da1d434c77262864d4260a5f2794520af692ef1ea4afc08 0.00 MB 1 0
17,353 17,353 00000000e121c0747ee19a5a6d9359db6b30e8aa19ff547fb3d2f79e411009a2 0.00 MB 1 0
17,352 17,352 00000000829dd8a2f9ea78c3295f2fac3ddb07e66f01ceb59a55fa1b72789d02 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 128.05 GB
    • Received: 1.30 GB
  • Uptime:

Notes

  • 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.