Loading Tool

Explorer IconExplorer

Memory Pool

79,507 transactions
30.33 vMB
0.12626841 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 7c83ee21b79e66c9ece947efdec35f354a7865f3eb38235c6f7247b9137e016d
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 7a5df45c6124d7f9bdbcbe61f54d980f67ef0f0a7ca1c2905e4fb8addb9a0ef7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,402
Size: 1.00 vMB
Total Fees: 0.03260558 BTC
Feerates: 301.69 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (124,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,210 791,210 000000000000000000026ec5aab0743f443bd6a3b539a08573b660663474ea4d 2,344 1.00/1.00 vMB 63
791,209 791,209 00000000000000000000aa35a83bbd067757d5e29f43bcf53c3cfa0b50a0bebd 3,151 1.00/1.00 vMB 55
791,208 791,208 000000000000000000016dda3e93c21554479ba1ee0c7870a4accfa78783b8a0 3,287 1.00/1.00 vMB 54
791,207 791,207 000000000000000000041a10685a22a4022126f4113ab09d85dee71b5ff0a1b3 3,685 1.00/1.00 vMB 71
791,206 791,206 000000000000000000055bc266c8bb707772b3cad735d551a46af5ae11fcd53c 3,313 1.00/1.00 vMB 66
791,205 791,205 00000000000000000001fd1e6017690a711a95e572a97246e38e116996e3d658 3,032 1.00/1.00 vMB 61
791,204 791,204 00000000000000000001bb5b93d0842b94d1d5cd46093e40d67c4bf724836c4e 3,068 1.00/1.00 vMB 45
791,203 791,203 00000000000000000002292e17ca461b5dbafabdc095ec1dafd001ea0f09d67b 2,836 1.00/1.00 vMB 51
791,202 791,202 0000000000000000000146205aac7bce7a0bcb6ef1e0e9a4b5cb0061b37bb1ba 2,218 1.00/1.00 vMB 59
791,201 791,201 0000000000000000000396f190928ba469f7f1802e5d23177911d900399967c7 2,674 1.00/1.00 vMB 53
791,200 791,200 00000000000000000001f7e1efcf9f99744c491868eaf2600a8460220b775ed9 2,931 1.00/1.00 vMB 59
791,199 791,199 000000000000000000032ed6aa515be8ab9e49baedef0371280e38cc13c07a69 3,019 1.00/1.00 vMB 66
791,198 791,198 00000000000000000003ed7eeec3c05dba017b0dec28c77051e602321ccce8d1 3,054 1.00/1.00 vMB 71
791,197 791,197 00000000000000000003ea77232dd7676c5a2f4feaa9a05cd7741047919708c7 2,925 1.00/1.00 vMB 81
791,196 791,196 000000000000000000047074800d0db96ab0c5859758ce4b1c3bf6bf544379ed 3,259 1.00/1.00 vMB 44
791,195 791,195 000000000000000000022fe63bfec08df6e5def001480c2455b16f8ce2b6a65a 2,161 1.00/1.00 vMB 56
791,194 791,194 00000000000000000003aa6fbbcc50224e0fdc34a6d353350f588e93eba1c673 2,794 1.00/1.00 vMB 70
791,193 791,193 000000000000000000031f341fd80d6c6603daaabb2c0aa86883898030f2f57b 3,043 1.00/1.00 vMB 84
791,192 791,192 0000000000000000000572aaea5c1ed3ee146c305d013653057b0b5f18cb1880 2,289 1.00/1.00 vMB 35
791,191 791,191 0000000000000000000511029a32a71fe902bc09dc43de10fc2f55f06febe43c 2,505 1.00/1.00 vMB 50
791,190 791,190 000000000000000000014b7a7e8c0a1d5ea96e4a6202b69a311ef40c7cd2b976 1,845 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.22 GB
    • Received: 17.52 GB
  • Uptime:

Notes

  • 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.