Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

818 transactions (1.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,970 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 205 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,969 (623,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,523 287,523 00000000000000015cb2e84e08f13ac8b3eeaf45241d0c6cdadd90460285deac 0.13 MB 108 17
287,522 287,522 000000000000000010c8d662acd512895e7e49b1bccf8df604d04fccec45aefe 0.00 MB 1 0
287,521 287,521 0000000000000001470ac40ce038b808a3d9e051ebfe756a23582c81ba0628a3 0.09 MB 184 36
287,520 287,520 00000000000000010609d827d8bbf12b03377614204dd2356efede207de76d30 0.10 MB 71 6
287,519 287,519 0000000000000001159340b3526d81574dfad0c1d94f9c8c3919c8dc1309f3a4 0.05 MB 90 61
287,518 287,518 00000000000000000674c745f787ac55bb3860c06eb3bece244a5009751fceca 0.15 MB 79 14
287,517 287,517 00000000000000005aee250137a59b39eaa7e34fe03667ff832a76060aad9eea 0.35 MB 776 46
287,516 287,516 0000000000000000b357a27ff8eba9a76d564b28c7e04c8f043b1b4518e2d0bc 0.22 MB 385 42
287,515 287,515 00000000000000007ee0ca14209597f09d205f32fd1130c7276d1d380620a06d 0.17 MB 179 36
287,514 287,514 000000000000000024ec832367f297984bcdc5d595c6d7a575c05fe4da9a83ea 0.35 MB 701 38
287,513 287,513 00000000000000006a6062df84b67a4e89a04e81e286faa467ae9153f025f46f 0.33 MB 382 28
287,512 287,512 000000000000000061d0d71bda92ed634a979e82261c65163f9f65bdb52b0626 0.20 MB 388 37
287,511 287,511 0000000000000000ac79d30402672585d5356095e5d8ce636d442cb8ca69b8de 0.08 MB 95 22
287,510 287,510 0000000000000001047d4535c91fbb0c57dba9d32d35bcb1e4439dd60fe93829 0.90 MB 1,682 29
287,509 287,509 0000000000000000b653256a5bf05ea2c4fddbda10e6b1ba85a5f09257182012 0.06 MB 118 63
287,508 287,508 0000000000000000352db2bf377bd2c2a78c72e647efb99bd6abf749378890cf 0.06 MB 134 119
287,507 287,507 0000000000000000445d6d168377f50af8b70590ebaf5e6899c68502ce3da1ef 0.08 MB 83 43
287,506 287,506 000000000000000079b8b4889287413407fa90f6535dbacd320fa25f2309ebc1 0.25 MB 278 21
287,505 287,505 0000000000000000252b55da781335ad3c71f1f158a0da5130a4883914a73846 0.25 MB 542 38
287,504 287,504 000000000000000031db16f74e1c111d2eedee4d99314d3ccf0cdb898432dd64 0.49 MB 600 22
287,503 287,503 0000000000000001169241afed4a293fb6edfcbb4e2df9f9013a363591bf89cb 0.19 MB 439 46
Previous 10 blocks ↓
Total Size: 775.18 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.37 GB sent, 124.66 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.