Loading Tool

Explorer IconExplorer

Memory Pool

75,075 transactions
27.20 vMB
0.06645568 BTC
Random Selection Loading Transactions
Max Size: 166.33/200 MB

Candidate Block

Mining Attempt 31d77ebdf211cc020523a7bb80cfd372e54ddf860b4982817abe77683c1b5bf4
Version 20000000
Previous Block 00000000000000000000a8c3ad82e11f794adea612cae12671f7bde0122f77d5
Merkle Root ed897d677a2b3c63f352c9b58c562e9f8f7ce089ddb875c694189d8f40cc9368
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,337
Size: 1.00 vMB
Total Fees: 0.00877229 BTC
Feerates: 100.40 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,322 (41,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,385 873,385 000000000000000000013558b5645adc753b80e235ef0ceced22be8d4dddb032 3,733 1.00/1.00 vMB 14
873,384 873,384 000000000000000000011438205209aadafca4b22b72ec2fe059264cb3f2d52a 3,391 1.00/1.00 vMB 9
873,383 873,383 00000000000000000000a2c32ce06ac4db7447515282169324d4001e039e6197 3,390 1.00/1.00 vMB 8
873,382 873,382 00000000000000000001a2b0c9c60b90a731b818001fdf915e98aef91a0a3906 3,857 1.00/1.00 vMB 13
873,381 873,381 00000000000000000000975067459bdd47c72722eb76866d8fc4232c81e5f2c6 1,978 1.00/1.00 vMB 5
873,380 873,380 0000000000000000000267be3b80f09d8776c1304534667258f938ee6754f5e1 3,977 1.00/1.00 vMB 10
873,379 873,379 000000000000000000011acf81eeaa109a8a2b209c72a74c2a7722bc3dc315bc 3,770 1.00/1.00 vMB 9
873,378 873,378 000000000000000000029ff6c48ea3f670fa432a08549b34ff73bd1816b43fc3 3,205 1.00/1.00 vMB 5
873,377 873,377 000000000000000000022f62123544bc18ae423e8ddb12ec3dbea178f8677142 3,522 1.00/1.00 vMB 11
873,376 873,376 00000000000000000000f6512f47adb864bd8f26b3d7d3cd7ab10dca5a95d59d 1,973 1.00/1.00 vMB 4
873,375 873,375 000000000000000000024a8b3a0b2fce6053c720307912a37bbb2ddeaee9400d 2,109 1.00/1.00 vMB 6
873,374 873,374 000000000000000000018e09a69678eb03c2e791dcb98e1db1d0e21fe4c50cf6 3,541 1.00/1.00 vMB 8
873,373 873,373 00000000000000000002867c793e943c1742e5b6e4cd271533d0d01c09e730be 3,302 1.00/1.00 vMB 8
873,372 873,372 00000000000000000000b0291355528f2eb434487b4c142b9bd905aa758734b2 2,991 1.00/1.00 vMB 5
873,371 873,371 0000000000000000000200287f242924ad6d4e9d72b28093fa15b2f4c7fd72d0 3,697 1.00/1.00 vMB 9
873,370 873,370 00000000000000000001e20b56bf441411a4115de5d67a6b9e8e91b69acc49c3 1,016 1.00/1.00 vMB 5
873,369 873,369 00000000000000000001b7847bc62e2a8d89c5dc9a3e5ef7e68d90f477acf412 3,632 1.00/1.00 vMB 7
873,368 873,368 00000000000000000002a4054b58c1f25b5766bf8453798de1dfcfe3163939a1 3,948 1.00/1.00 vMB 10
873,367 873,367 00000000000000000001742d5626aadb4643e92fb09c2385546384147ffd67b5 3,819 1.00/1.00 vMB 14
873,366 873,366 000000000000000000001d64b46ffe560420422816900b40fd6bfbef3d665739 3,985 1.00/1.00 vMB 4
873,365 873,365 000000000000000000005eeaee07fcee89e585dc2f5533c7c07932ed02443595 3,730 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.95 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: 715.08 GB
    • Received: 17.65 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.