Loading Tool

Explorer IconExplorer

Memory Pool

52,031 transactions
30.35 vMB
0.26434160 BTC
Random Selection Loading Transactions
Max Size: 160.11/200 MB

Candidate Block

Mining Attempt 08cce69e0eb69da7bd5a032df7bddab240aaebfadf39af874780615d1aa5eb79
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 79c570fe4d707900516e1a5fa98c0b5f40d80441d27994697b6259fb6b5f3fcf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.08333919 BTC
Feerates: 229.15 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (82,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,101 832,101 00000000000000000002b40c42ba9b0e6499d546a321c6df5e18b8b08f1d16fe 2,960 1.00/1.00 vMB 22
832,100 832,100 00000000000000000002369aef83640cb5b3ebe45836c5772e37fd38428630f9 2,590 1.00/1.00 vMB 14
832,099 832,099 000000000000000000020fc75361be6f7f40aa0c3e80c16290ef2c159c762bbb 2,711 1.00/1.00 vMB 19
832,098 832,098 00000000000000000001461b124428f23e5f7352b49e1a8fef3c6cc3d9f05413 2,815 1.00/1.00 vMB 23
832,097 832,097 00000000000000000001692d75bd91b21cfba6b2024ce665e45a91f1e9446e99 3,019 1.00/1.00 vMB 19
832,096 832,096 0000000000000000000293910f5d229993fa302aafe3ffa94c914d7a101f1fb7 2,709 1.00/1.00 vMB 26
832,095 832,095 000000000000000000003c200b4d878045fef3631897757657748dfc9f32116d 3,019 1.00/1.00 vMB 16
832,094 832,094 000000000000000000018fdb0d0bd891cef2285df85820d78bb2255386a899e0 2,936 1.00/1.00 vMB 18
832,093 832,093 000000000000000000015ae65ad9ea1dd4b8223e9aed291c67949962c142a915 3,079 1.00/1.00 vMB 23
832,092 832,092 000000000000000000034ba042250be4e6c88de57c0b22cf93c81ee32f9aad2d 3,140 1.00/1.00 vMB 22
832,091 832,091 00000000000000000001d43dbe3d097cd2383fec12c18bc2d730b24ed9c4b101 3,039 1.00/1.00 vMB 20
832,090 832,090 00000000000000000001c363a14d9b8df4b3a48626aa1293ab332eb9af281d30 2,914 1.00/1.00 vMB 33
832,089 832,089 00000000000000000002ce9c621ca76a3547c6dd7feeb2378a0927b77ee41e93 2,805 1.00/1.00 vMB 27
832,088 832,088 00000000000000000001a2d8b09ae4a398201977fb2e743ebfe71b208a5abb8e 3,078 1.00/1.00 vMB 21
832,087 832,087 0000000000000000000219b4800fccd59b889c562d750463be80a3763efd9ade 3,271 1.00/1.00 vMB 25
832,086 832,086 00000000000000000002ca7b5713a1e388ad54886061b9294053892d7f2c1257 2,946 1.00/1.00 vMB 13
832,085 832,085 0000000000000000000188bfefdc36f7063fbdb1495fc2ef358f56a20c53e40a 2,772 1.00/1.00 vMB 20
832,084 832,084 00000000000000000000eaf5e1f309c857644b0a86bef5545bde38b887992304 2,662 1.00/1.00 vMB 14
832,083 832,083 00000000000000000001f87ff9a3ae267039deed88cdc6a29356808af645d2b7 3,415 1.00/1.00 vMB 16
832,082 832,082 00000000000000000002facb9129be19060504173150e6a69980a3e52f3dd4f4 2,229 1.00/1.00 vMB 13
832,081 832,081 00000000000000000003508c40d814347a71f55718fccd618abd7a6c61b6b5e3 2,689 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.87 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: 644.16 GB
    • Received: 12.61 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.