Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

601 transactions (0.19 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,737 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 588 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,736 (894,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,086 17,086 000000005b7e287d4d80ca1a7e0ea053e76cfbbdd331c258c659468be74ee378 0.00 MB 1 0
17,085 17,085 0000000080c874206508a7ec68cf71ef7edf392ab57f47bad04f375907568635 0.00 MB 1 0
17,084 17,084 000000003f3622a8368565da12a78295b2874b8b4bfb09e4afa3f9323c7f2179 0.00 MB 1 0
17,083 17,083 00000000a867af1fa090a7863f6e08707fe94ec395a02f1d7c3e9422f88e1153 0.00 MB 1 0
17,082 17,082 000000004ebec7417dcf795859d643f22c0acb655e10a540a8c72066bb757208 0.00 MB 1 0
17,081 17,081 000000001242be04c19e56c13589b572686e54091d85db514639c24ae6694b3e 0.00 MB 1 0
17,080 17,080 00000000b8282122cbb5e930ee0e8397208a711a0538d769fcd8ae577fa93e52 0.00 MB 1 0
17,079 17,079 000000006771bf54e788dad815f82353356e65f034a9c034292b5e037acee286 0.00 MB 1 0
17,078 17,078 00000000cf313b9959eea6d0f70f2e610d22a830444db9cac9cf124236b0ae19 0.00 MB 1 0
17,077 17,077 0000000028932b17b69636753c46a341cf73d9b0c2e72f57825739492806784a 0.00 MB 1 0
17,076 17,076 00000000a6e300161c1c3c33ead022e7cabfcb7322ce4465f7d27fed8bd72a6a 0.00 MB 1 0
17,075 17,075 000000004396021b25bd2c92aa58efc1329fdb0bf181782b66e7813b8c86d767 0.00 MB 1 0
17,074 17,074 00000000da180b8d75ca910db5aa225e194d46ea7893b3dbab3ed06f9fb26f67 0.00 MB 1 0
17,073 17,073 00000000a0c097014f095e91628d6ab793281d9ca97610495ed751df09cbde92 0.00 MB 1 0
17,072 17,072 0000000048df0ff08f15ebd833b3dfba700faa69b31c90b5af7913dfd70b98e0 0.00 MB 1 0
17,071 17,071 000000004a7fe34958433ef26a8b872014561384c758f859842e96a935aed2bf 0.00 MB 1 0
17,070 17,070 0000000008ccb5f1269cd47ec2b6c0b985107444cfebb37563b1f1f166f4181e 0.00 MB 1 0
17,069 17,069 00000000736bb6e71255ffe0695906d4b450474264a306dfded96a2daf5ea854 0.00 MB 1 0
17,068 17,068 000000003b49a818378d1841bfac4e5f2939039221c9dc63691a05678a78a519 0.00 MB 1 0
17,067 17,067 00000000ec07cce4ed4dcec1270b8797b52dc5693c4698460d9c148b29b85017 0.00 MB 1 0
17,066 17,066 000000007964cdf35df58cc12bdd7d367bd0f7ceac4181f0428481bce055b0a7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.59 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,427.65 GB sent, 131.56 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.