Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,624 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (202,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,568 708,568 00000000000000000009269e9b294786b23fed1551e65974408f775138dca056 0.21 MB 327 9
708,567 708,567 000000000000000000058b8348dae8feca15e4cd8c3d1c32fe29984b0fc0519f 0.48 MB 518 9
708,566 708,566 0000000000000000000261791af5fc5dfd94cbed8a3c6b85dc5d6967098b8848 0.38 MB 543 12
708,565 708,565 000000000000000000042e40a859c0d601a3973e328591ea94525af54c40cab9 0.96 MB 1,437 8
708,564 708,564 00000000000000000004905e97049526404567f434c67ebb09239ef3719e6b54 1.42 MB 2,219 10
708,563 708,563 0000000000000000000c00979310df993dc507298d17fffaada8b0875eb47fea 1.45 MB 2,538 11
708,562 708,562 0000000000000000000c79e69906fd00370683a00276246202f914681c85df54 0.18 MB 359 13
708,561 708,561 0000000000000000000b5b270e2316facd7f7ae733305081f12fccbd80cd1926 0.31 MB 683 12
708,560 708,560 00000000000000000001701baf28a67c594a961d1fa7431a656f09df91cc5318 0.02 MB 63 16
708,559 708,559 0000000000000000000cce8bd8bafd0f4b6744cb04e316eac118aa4757ada72a 0.13 MB 288 14
708,558 708,558 000000000000000000024cbb4d240ec8ab9d57ebb7338c69be437854f063c56a 0.03 MB 65 15
708,557 708,557 000000000000000000053df38ff48060b34cb615b722f298d20ef2ea43691d12 0.37 MB 488 19
708,556 708,556 0000000000000000000c1cbdfc30b86824534043d75b7dff1fff5880b1680519 0.67 MB 511 1
708,555 708,555 0000000000000000000561d851b2f639bd59de13438911df40766dfeda74f9f6 1.44 MB 2,755 13
708,554 708,554 000000000000000000088861b1cb6c20e3e00c90fe90c29e1faadcf4124b0f40 0.28 MB 538 3
708,553 708,553 00000000000000000005a9e461e4f084ef60622e763d85a43499cb36cdbf59c1 1.37 MB 1,924 9
708,552 708,552 00000000000000000000734220bdd572d29748fcc08b2d39826c712cb4a5c590 0.91 MB 2,077 4
708,551 708,551 0000000000000000000c9270daaa7daedf9621405e10d245e5af570230be8227 1.43 MB 2,689 16
708,550 708,550 0000000000000000000cc394c5667846cae6c19d81bbf2e61879d496ff4ecbec 0.21 MB 346 11
708,549 708,549 000000000000000000082b574eb9c5938044201d4adc6c5352de2b74627ee02c 0.33 MB 710 9
708,548 708,548 0000000000000000000b21d7cce05424f50b260a8dd53d8fde3966cad86b0278 1.37 MB 2,530 9
Previous 10 blocks ↓
Total Size: 775.84 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,399.55 GB sent, 128.01 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.