Loading Tool

Explorer IconExplorer

Memory Pool

70,457 transactions
26.43 vMB
0.06334368 BTC
Random Selection Loading Transactions
Max Size: 159.94/200 MB

Candidate Block

Mining Attempt 4ec61b3487e555d05deef6f51d6544be01e590def29606544ad1e8a2c7211a90
Version 20000000
Previous Block 0000000000000000000036422ab61dbcf0349de83af20f000132644b332f8024
Merkle Root 86932d66b2989cf5ca6f3b63630b32480d25cc09f2a19d267a07379980a43d2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.00712369 BTC
Feerates: 99.06 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,462 (812,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,862 102,862 0000000000002b8e6aac3bd5658a0878c7d4fafab0bdd6c0d8e89e7b5718ff1e 6 0.00/1.00 vMB 0
102,861 102,861 0000000000004150f0bf1511f0ff84731eecfc06f6ef79d12bdd1385c2627ee0 1 0.00/1.00 vMB 0
102,860 102,860 000000000001a882a7342178cdd6a60e02b74805bac41e08d018c2f979917b49 2 0.00/1.00 vMB 0
102,859 102,859 000000000001a1e179e7e18543121d98a6bf2d65f1c42a04ba46de1bcf594fcb 2 0.00/1.00 vMB 0
102,858 102,858 0000000000006ff65c5dd7ff83648f87d47677381c6021392f26c097e5016b1e 2 0.00/1.00 vMB 0
102,857 102,857 0000000000019382fc5da44acb1aeb66164dcb77e75e7d17629c0544e5051d2b 9 0.00/1.00 vMB 0
102,856 102,856 0000000000026084a60f4388800ec8aaec8759fb4e9359e09b87eec030aa0f4f 5 0.00/1.00 vMB 0
102,855 102,855 000000000002b8ee3956e418c664210b99f61561dc0a32f7a1c8257f23d20948 12 0.00/1.00 vMB 0
102,854 102,854 0000000000019beb6bc62fddc641fd02e1621d127b81647976b0a26e55cffa87 17 0.00/1.00 vMB 0
102,853 102,853 000000000002f3d582b75edd1b479055c59daf5f33f16a2fddb395d7805331ae 13 0.00/1.00 vMB 0
102,852 102,852 00000000000097d88f258a8264bfb12802f27adbfaaf0128a32f6a8b93d5ad3a 2 0.00/1.00 vMB 0
102,851 102,851 00000000000124aa729b70327dadded190488b5eaf91d46761d3ffd32ecffee1 8 0.00/1.00 vMB 0
102,850 102,850 000000000002bcc1472e94a636289a169a4f6088f8d5b8eb08c82613ea8f5509 23 0.01/1.00 vMB 0
102,849 102,849 00000000000358de93abac14a86677b9dd709172ecf7096468a125385bb5f473 2 0.00/1.00 vMB 0
102,848 102,848 000000000000a9d6e9bab60e05b135452b2008b29607b26219f109f2bcfb637d 5 0.00/1.00 vMB 0
102,847 102,847 0000000000013aa1dbccd921022946e9af30cb40128c34d318599a6c033f7e74 4 0.01/1.00 vMB 0
102,846 102,846 000000000000f200919309cb705d8d3877f517bbbbe1efe4e2211f836c6dd187 5 0.00/1.00 vMB 0
102,845 102,845 0000000000035b32394074898588f2559eaf111854ae214aba0b3060d32fc911 1 0.00/1.00 vMB 0
102,844 102,844 00000000000381a0bb429f0e3c934f298fd915edabbb2bf558189b626416ede8 1 0.00/1.00 vMB 0
102,843 102,843 00000000000269fb6237117a8f3ff27b42e2adf6ac60403234da0922c3ae965a 1 0.00/1.00 vMB 0
102,842 102,842 000000000000e85bbb6b45d7f0312b97a0b8e99b54dc4b55a1822855ff10a8e5 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.20 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: 753.91 GB
    • Received: 18.91 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.