Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,920 transactions (2.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (847,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,270 62,270 000000000274b5842b82434cd20b7ee202134be3d75467b698e50a7176c5b860 0.00 MB 1 0
62,269 62,269 000000000be46f48f40630419733a891dffa10e23014faac4c8e7149f1b6b3cc 0.00 MB 1 0
62,268 62,268 00000000080a199b5b47e55537da9046451198ff33ad33ab911f1073d604aaa5 0.00 MB 1 0
62,267 62,267 00000000046ee6b83db9cd707402b48ad09b766e07161f22d1d97f5fa6f0e845 0.00 MB 1 0
62,266 62,266 0000000002eecbed1c11b1de809a8067cf1b1b86d7bee0477446007197384163 0.00 MB 1 0
62,265 62,265 000000000d9060029287a41cc879ce0582f02089b46c770dee8a52f5ee7f7aa8 0.00 MB 1 0
62,264 62,264 00000000022c5fe900b2ce335617c56f4fb5be59e17d33086d52089297e73ea0 0.00 MB 1 0
62,263 62,263 0000000006b7fbcb62f1c6ec2693e08fa12ca4741c2ac0cc4d1bd1ad93e77bbc 0.00 MB 1 0
62,262 62,262 0000000004ae9f77b2ef490e6c10a4c81155197e75d63eb4256fbb70b26a4878 0.00 MB 1 0
62,261 62,261 000000000bd06ca18d3814e1f600da5b806709a499cead0aa978d14ffeb9da1c 0.00 MB 1 0
62,260 62,260 00000000066c525a0a13ba3905ae53dcce933ad586a23a675735db932b7f17c8 0.00 MB 1 0
62,259 62,259 0000000004ca6668a7ffac9679f4216e5c6d27688d9b669e7d4d70bb06881b5d 0.00 MB 1 0
62,258 62,258 0000000003078020f47b923fcb92a6a22a83267d6a0a93d2777a2300057e3cb5 0.00 MB 1 0
62,257 62,257 00000000002591a342f6fcf23a9329b9dd0e4d64e0e9285d18ff0c76ceeb0ffc 0.00 MB 2 0
62,256 62,256 000000000b5b8112b1b784036040555f99fe735ffade4a04dd589e5ce5415ea3 0.00 MB 1 0
62,255 62,255 000000000d7db84d3e4924c1b9ecd5efc5372138227702cd71d1c4a12ac87e08 0.00 MB 1 0
62,254 62,254 000000000a2dc01025cb618a97f9f47bcaea602d8515f80dbfed97597d5f1c9b 0.00 MB 1 0
62,253 62,253 000000000a7661b0e5004b18febd69b5319eaf01439ee9283478203bc8ad54e7 0.00 MB 1 0
62,252 62,252 000000000be6ddbcfb21b2b6695c33f43c9c579d654d2c990beeb7ee66062d95 0.00 MB 1 0
62,251 62,251 000000000990c7d958844fec3aaa0f761378c879edc82e8ff6d8bcfa7cd9f27d 0.00 MB 1 0
62,250 62,250 0000000006cd2497fdaf4d75af717d4a0ee19eb5f1972a1a719de0694c5c81b1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.