Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,696 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (836,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,237 74,237 0000000000a080dd41ecad66f09993eb1e1e7613476f73438cab1d97f90bc0cc 0.00 MB 1 0
74,236 74,236 000000000050c97370f5b65851df82a892863ce12db7895c9f62327213208bc6 0.00 MB 1 0
74,235 74,235 000000000009c88334e193a61b45e5d02332936a55691ec5b8b814dcdd072c37 0.00 MB 1 0
74,234 74,234 0000000000b7adcd7918eb47e884edffe06e1c765043580ee8c5a01d35a6b35c 0.00 MB 1 0
74,233 74,233 00000000000b0a809dd7147da53529cd5114ffe078855c11a8e8237db15d5d3f 0.00 MB 1 0
74,232 74,232 00000000005d478ea94202460fcfbd35d0a8ddb0626ac6cae9a987153c1e534a 0.00 MB 2 0
74,231 74,231 000000000067c431479f2ef1a738d0ab88c4754ef6a0d8a64cea8d175af74560 0.00 MB 2 0
74,230 74,230 0000000000269b2dddc2da5022be0feca752c47caf24e49ab32400c509eb966d 0.00 MB 1 0
74,229 74,229 00000000005f8a4433bcd71125f60bed286c38d45164539450b8422dcb2aa331 0.00 MB 1 0
74,228 74,228 000000000073c7225208069f36500fb0e06eae069c24db49ed5aaa59012866e8 0.00 MB 1 0
74,227 74,227 00000000001721992c839157efca441060c7f215bac3a537a0a3b94033c5245c 0.00 MB 1 0
74,226 74,226 000000000063bbc122fd843d4415b7906d1a9d293ef0793c14a7f8eebd2122a3 0.00 MB 1 0
74,225 74,225 000000000092cf0e966805318e185aaeb96be0af8b6cd4b698ea2fae7b0974af 0.00 MB 2 0
74,224 74,224 00000000001e87554af3fb9940c9b0fb22c6e05465dc090411ca07e9b9362738 0.00 MB 1 0
74,223 74,223 0000000000059c21dfe249dfb918fbbd7289a87e10abc2f86fd85be8d94e620a 0.00 MB 1 0
74,222 74,222 0000000000130172588617cec36594922f8a3a2115d99b5a1519a13d572f9bdb 0.00 MB 1 0
74,221 74,221 0000000000401a2e0e38154cf6c6ac0d037d3ba14b37d6001ddf4a0921e1237d 0.00 MB 1 0
74,220 74,220 00000000006c169ed4f4d6f79e761c77f106975b25880f0b5beaf3cad4279c36 0.00 MB 2 0
74,219 74,219 00000000000d66b371f1f61ad17cfec11df5ff79370421c131055f102b7e65c0 0.00 MB 1 0
74,218 74,218 00000000007a8d9e1f2722c93321e05e4759b65ea6c8a2aab9f2385884a1e513 0.00 MB 1 0
74,217 74,217 00000000000c0c761ec5cbc64cd063788d4fd033e0b8d442be35a773bdc2e482 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.26 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.