Loading Tool

Explorer IconExplorer

Memory Pool

81,871 transactions
30.47 vMB
0.07926332 BTC
Random Selection Loading Transactions
Max Size: 186.81/200 MB

Candidate Block

Mining Attempt 3af465e4c2cd4e9fca5cbe2d4ccc87164aae2a8daf3425fd274d0945e44d2563
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 3b2e9bdcf2f5499826bd666633fac853f4d54a7f8950b08b7e5339fd3389f61f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01132672 BTC
Feerates: 150.77 > 1.13 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (203,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,849 711,849 0000000000000000000484e4a8c6215631e585576be734963462fd7e9a367f3d 2,207 1.00/1.00 vMB 18
711,848 711,848 0000000000000000000232585c77ce2d8ce2746994b9ce17a3e839ad3bb850ff 1,324 0.41/1.00 vMB 19
711,847 711,847 0000000000000000000ba85d1d3864530b79d3028574048e05d758297f4bff45 383 0.16/1.00 vMB 4
711,846 711,846 0000000000000000000ade7c348371d912253e536b97c17dba3f2e488ee63988 3,178 1.00/1.00 vMB 13
711,845 711,845 0000000000000000000a11820a046ad57e066f8de9f2bc41ddb62dc7b2eff87a 2,708 0.91/1.00 vMB 6
711,844 711,844 0000000000000000000a34f966a82e4a0944e58ed4edbfc4624222df886e22ee 3,193 1.00/1.00 vMB 8
711,843 711,843 00000000000000000002336be9bed636f024887d7f6e0b39f6065b4ac606a9c7 3,198 1.00/1.00 vMB 19
711,842 711,842 0000000000000000000bc1a3dd20df8cc51ecb2abbdbb2d2f2c0e8e2ac6fb33f 2,060 0.65/1.00 vMB 9
711,841 711,841 0000000000000000000529dd04b72254a283abccf5a173a52bc8aa80a6bed35a 1,596 0.82/1.00 vMB 5
711,840 711,840 00000000000000000008669879e83fabaac65991157c55651d1c9cf2fb30bc3f 1,682 1.00/1.00 vMB 1
711,839 711,839 000000000000000000092022609a19f31a916de5e15fadc16fd8fe80ae36196c 2,145 1.00/1.00 vMB 6
711,838 711,838 00000000000000000003ff47263503a2ba1d8505de04e7eade3a640e935728fb 1,735 1.00/1.00 vMB 3
711,837 711,837 00000000000000000007c517793b406ad875eb374ede035c93747a0677b13280 2,921 1.00/1.00 vMB 11
711,836 711,836 00000000000000000006d65ea1b93c3c0d0f40716bda1bd8640ef89249c7c39f 2,979 1.00/1.00 vMB 8
711,835 711,835 00000000000000000009fe74ada4d08cddeff6fd8ac9ae9635d16faab368c698 3,773 1.00/1.00 vMB 3
711,834 711,834 000000000000000000015b247336cdf39d2f39315e5be245d15a5e6904589873 3,644 1.00/1.00 vMB 9
711,833 711,833 0000000000000000000063f411f41f1f027d171ca8e8ab5211126474ecd4fe5d 3,054 1.00/1.00 vMB 6
711,832 711,832 00000000000000000003a866264c45840f6c8226758d2989f4497eae516149b0 3,435 1.00/1.00 vMB 17
711,831 711,831 000000000000000000038ff8d484e366993ffe313df74ea3bd4117a614a6d43b 3,357 1.00/1.00 vMB 4
711,830 711,830 000000000000000000098076b42f5333051673c05e863234caab200f7855d79b 2,894 1.00/1.00 vMB 7
711,829 711,829 00000000000000000005e26d3f518c78568b11baa0afb8379c274f93f5f8107c 3,000 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.