Loading Tool

Explorer IconExplorer

Memory Pool

76,891 transactions
28.37 vMB
0.08646033 BTC
Random Selection Loading Transactions
Max Size: 172.66/200 MB

Candidate Block

Mining Attempt b88a80eeeac5fca69b0d51c54c864096ab785228a8c589b30287b38ea39493fc
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root f13f1492d927d9a6a5f3d6d3de7955601a3e2acab250e38de61c05e17c583f42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.02332199 BTC
Feerates: 477.45 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (213,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,884 701,884 00000000000000000008cb917f2963528e3e39a366b29e4ff450b1134c34eeaf 2,939 1.00/1.00 vMB 32
701,883 701,883 000000000000000000091ce76d10cbc8e7d1b634a0e345501c654b350d7db54d 2,713 1.00/1.00 vMB 18
701,882 701,882 0000000000000000000a2fd5a55fbf03c8dd0ec7e24c29b58a81b0a938a61f9b 2,224 1.00/1.00 vMB 8
701,881 701,881 0000000000000000000ab25ccee5299804898b348c97e29ebb1eb0c90c6b1125 2,522 1.00/1.00 vMB 10
701,880 701,880 0000000000000000000debbc6f112b80b35b6b590320a1e4d8d1bfacb952300a 2,848 1.00/1.00 vMB 13
701,879 701,879 0000000000000000000a8251b8b7748e0634cbdf43d6af9e4391eca91aa2d1e7 2,436 1.00/1.00 vMB 8
701,878 701,878 00000000000000000006e4f8439d19f0e803722ad4a4f08ac3a1c3f2e6cd06c0 2,147 1.00/1.00 vMB 12
701,877 701,877 00000000000000000005400e85adaceae4a91f7a9db5048e77ca7b6a5b119226 1,168 1.00/1.00 vMB 7
701,876 701,876 00000000000000000002c429ecc9f38a348104e06e49d8f4eb62d61c6da3873b 2,374 1.00/1.00 vMB 17
701,875 701,875 0000000000000000000c8e79f0dacfe278300d82cc284a177d5ec91f4033414a 2,233 1.00/1.00 vMB 10
701,874 701,874 000000000000000000071e4daa1a4315e765bb30e8104ceefab417f1de13b949 2,403 1.00/1.00 vMB 12
701,873 701,873 000000000000000000057f3fb4af27dc9ed9f87862a61c3c865b4edd92db6ada 2,502 1.00/1.00 vMB 19
701,872 701,872 000000000000000000054af2573ec75e242ecf290d3b5a49f8b84ddf6f130cda 101 0.04/1.00 vMB 11
701,871 701,871 000000000000000000002554ec0fc9ca7d57bee248e302f772067bd3e1f1b8e1 1,294 0.46/1.00 vMB 9
701,870 701,870 0000000000000000000678b4eb000119928a83dcde78a2e6787aa4179c229b8f 873 0.37/1.00 vMB 11
701,869 701,869 0000000000000000000d60deedabbbe4b940738ce0f03dac91d29e8b12c1adc0 1,186 0.37/1.00 vMB 13
701,868 701,868 000000000000000000070be4cd6b43f87aff2bc6a588f75d41a093296c035ca8 1,474 0.80/1.00 vMB 5
701,867 701,867 00000000000000000008fcf6b6d3eae3d221f8801f426e54ec906e596807a5b5 1,608 1.00/1.00 vMB 3
701,866 701,866 000000000000000000072db914c08961f4725b22b53007db590a0067fb6f6e2e 2,628 1.00/1.00 vMB 13
701,865 701,865 000000000000000000020eb0ee0ca2e05945f371a0393a28c6404c018df3eb00 2,095 1.00/1.00 vMB 6
701,864 701,864 000000000000000000065bf427063b434228be3402cbc72f1463d84bc10b595c 2,699 1.00/1.00 vMB 3
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: 713.77 GB
    • Received: 17.47 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.