Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,898 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,301 000000000000000000022cb30000000000000000000000000000000000000000 0.71 vMB 1,891 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,300 (851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,449 909,449 000000000000000000011eb22b1fb9062706baee002315c56fd720413d361abf 0.64 MB 629 2
909,448 909,448 00000000000000000000f266f35c5cb94b5a0c2167840149c3584d2beeecb3dc 1.65 MB 4,528 1
909,447 909,447 000000000000000000007d3e76eff94e03c9d7d6f57dfa021ea21ca6fa52f941 1.74 MB 4,419 1
909,446 909,446 000000000000000000009b1dc698a672abef7320e08f97f2ec2d996b3c1961bd 1.74 MB 2,737 2
909,445 909,445 000000000000000000021282c64c3120abc7d2115d34327920dc86440cec46fd 1.39 MB 1,899 2
909,444 909,444 0000000000000000000045f7a3f199dcf7cd90319f377be429bd4f25bcfa069b 2.07 MB 2,350 1
909,443 909,443 00000000000000000001c60da24f97f729c69936126fc635d6816b1d8ce57e3a 1.64 MB 2,501 2
909,442 909,442 000000000000000000004d1e8d26a19dc2edff533b7eb6f1fa8e00dfd713a9b0 1.60 MB 3,948 4
909,441 909,441 000000000000000000018bba55640a5b2fb240bb73b6517cebb36f31f1f1e54b 1.57 MB 4,189 4
909,440 909,440 000000000000000000019a92ddfda7915587d30892d33c1cc5c2b3e709bfbaa2 1.36 MB 5,498 0
909,439 909,439 0000000000000000000103e8a8d4c60f19c443df051311fd0ef177cc3f140fcd 1.74 MB 3,306 2
909,438 909,438 00000000000000000000f5c7733c906b415ac7bb2ba46de6fe4618e5c5253860 1.80 MB 3,420 2
909,437 909,437 00000000000000000000b1b67738695468a5df3fd13d20335746cd9a59bb3513 1.81 MB 3,395 1
909,436 909,436 000000000000000000012b56b2853c50275641e6d638d4573377ac0abbbc89d8 1.67 MB 3,402 2
909,435 909,435 00000000000000000002207c2e85219bca5dec2ea17b3fbade717db49e8d8128 1.56 MB 3,998 4
909,434 909,434 0000000000000000000213d2a79b869760ab0a007f24652dfc737a65752431c4 1.52 MB 3,747 2
909,433 909,433 00000000000000000001ba3ae93c1e93e2e31b504e001a10ca556f64b0d7dba8 1.59 MB 3,331 2
909,432 909,432 0000000000000000000204d25dbb5e4155b0b203a47ed244bb65e5a70537bc1a 1.56 MB 3,187 1
909,431 909,431 00000000000000000001762163799639e95b60a8b1b0e0da3e61d36f8bf7e6bb 1.65 MB 3,091 2
909,430 909,430 00000000000000000000fa746d30c28184a6460765e3bb71b775375de8ba0ab5 1.57 MB 3,519 6
909,429 909,429 00000000000000000000d72a7084a05c4d375fc4ffa2c8f1faefd6b8ca11ba2d 1.55 MB 4,186 5
Previous 10 blocks ↓
Total Size: 773.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,230.16 GB sent, 118.33 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.