Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,437 transactions (1.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,149 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,504 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,148 (79 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,069 911,069 0000000000000000000212f68704347a9df892351695840c964807c26bf206e7 1.59 MB 3,509 4
911,068 911,068 00000000000000000000fd2b55ac608e90f7d0b0101fd81bb1b3595358593cfb 1.63 MB 3,527 4
911,067 911,067 000000000000000000004a0d8606456d5d0818412a4d4c399c4255637ea313db 1.75 MB 3,176 1
911,066 911,066 00000000000000000000dc0024df0a2931ba3d495d37256809f6520178476e8c 1.77 MB 4,783 0
911,065 911,065 00000000000000000000bf00f051c3024dcb8dda0595f298bef94180e10bcffe 1.95 MB 3,947 0
911,064 911,064 00000000000000000000bf208c908bf80c49e32b4a1da61e55b2f1098efb775f 2.18 MB 3,175 1
911,063 911,063 0000000000000000000088b0fe16ca73a29bde05ca52a4888fce34dda0e7535d 1.74 MB 3,227 2
911,062 911,062 00000000000000000001fbef1e00d5c659c047fbf9a273d2dd3c5870092bdf1c 1.81 MB 3,801 1
911,061 911,061 00000000000000000000b51ae99f8f78c93e687359554882d835463772be9035 0.85 MB 1,024 2
911,060 911,060 0000000000000000000028d67b1cd25e2871daf9ec09ceaac9de79561feacdca 1.93 MB 4,499 0
911,059 911,059 0000000000000000000051321765d7b7915227ae18045abffc8ee1f564f08564 1.54 MB 3,668 2
911,058 911,058 00000000000000000000b7723e2ff5c5b71ed105b742e39c3c9b9c4ce0a1ce46 1.92 MB 4,010 1
911,057 911,057 00000000000000000001a2f33bdc5901277b2d972ecf7f9bcc6744d014a17329 1.94 MB 4,509 0
911,056 911,056 000000000000000000017ce17d1b6c9870fdbe3b3ad1938b4132c1333efa48b3 1.65 MB 3,493 2
911,055 911,055 00000000000000000001e4011a06dd181729cce5900dce94e604ab44a8ad469d 0.02 MB 38 2
911,054 911,054 000000000000000000010f7edf53cf5d41e0150e6f8b4ed700c9a4936acc1ec9 1.88 MB 3,464 2
911,053 911,053 0000000000000000000221c4c37b8d5db8014dfa9986f7b926235e7867804f3f 1.85 MB 3,661 1
911,052 911,052 000000000000000000000c393827326e4531b81535011d32ca6151476746cee1 1.87 MB 3,603 1
911,051 911,051 000000000000000000007e39e9a797379cf6208d7b5fd09ee5f237bc8bddc6e6 2.09 MB 1,741 1
911,050 911,050 000000000000000000001efc807705816b7dc7536d872f40c13d7b55e2759e58 1.60 MB 3,790 2
911,049 911,049 000000000000000000003ceb65a0b38aca518de7c57a143e3444c63f847d9cbd 1.64 MB 3,412 4
Previous 10 blocks ↓
Total Size: 775.52 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,374.47 GB sent, 126.38 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.