Loading Tool

Explorer IconExplorer

Memory Pool

76,670 transactions
28.22 vMB
0.08692915 BTC
Random Selection Loading Transactions
Max Size: 171.88/200 MB

Candidate Block

Mining Attempt 7b27c6298655d120b238f320d7dfac3ce6ee2f4128a607d1d82458384d78bbae
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 37f29ea5247c4815ebe1f26a30fb26dc59e5ac5237db3e68aca31103bd2296bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,849
Size: 1.00 vMB
Total Fees: 0.02539319 BTC
Feerates: 150.93 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (487,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,797 427,797 000000000000000003448fefee84cf24cbdf0f9daaee6bca89bbbc4e4f90bd37 2,472 1.00/1.00 vMB 59
427,796 427,796 000000000000000001a75f28e16d84b64948cac44f02c9a98e24df00e8b118ec 3,000 1.00/1.00 vMB 93
427,795 427,795 000000000000000003e8b6eb0a990602810f7054baaf24d374e85b5ca4bfb58b 1,376 0.78/1.00 vMB 50
427,794 427,794 0000000000000000038b087a06204f1932669ed51d6fb4d21b3f811dd3a68bca 844 1.00/1.00 vMB 15
427,793 427,793 0000000000000000023e046e9fd9a684f6902b2eb35186d11bd05e7dc3c867b4 661 0.51/1.00 vMB 32
427,792 427,792 000000000000000001043c9dc3a8b6341644863ebab330464b8064fba7deb7e0 2,380 1.00/1.00 vMB 55
427,791 427,791 00000000000000000052dd9bc6e0dfcfaef6245fd9dfed6679071294ca588c3e 2,623 1.00/1.00 vMB 64
427,790 427,790 000000000000000001ddc12cf068fbaf141d243fdf7c9045f2cb45a092fa74e4 2,847 1.00/1.00 vMB 83
427,789 427,789 000000000000000000d6518a17480d3b56fec438942dcfa224ff45bfff19fee1 1,806 0.94/1.00 vMB 46
427,788 427,788 00000000000000000037db60419496092ab8fa951c31d5a8e2b7ca2bd1e39089 604 0.57/1.00 vMB 28
427,787 427,787 000000000000000004f6070f86a4be11ba7fe84336155210135c0cbf765c7423 2,010 1.00/1.00 vMB 46
427,786 427,786 000000000000000002860a7d3bbd88aa90d2f84c22c0176b750b30d0141f65d7 2,333 1.00/1.00 vMB 80
427,785 427,785 000000000000000002b7dfe7794445cc66fe49a8b067b1c13313d99d0bf6c025 1,879 1.00/1.00 vMB 49
427,784 427,784 0000000000000000005a92ec1dbfb3cbfd593c33eab220dd7f9f8b1dc588b7c5 2,142 1.00/1.00 vMB 62
427,783 427,783 000000000000000003dc463a69c24481848b475d365a59aaec390442e49098ce 2,841 1.00/1.00 vMB 70
427,782 427,782 000000000000000000937b7ca9b7753eea5d3b572a39ebaac8e2e645942fdb02 2,713 1.00/1.00 vMB 73
427,781 427,781 0000000000000000046d85be5e684efafddc451c8dff60ac6d5ce89ab940e922 1,017 0.56/1.00 vMB 58
427,780 427,780 000000000000000000cc25277488c896d25a20a5b1df9315a6acdfb597988f82 1,262 0.57/1.00 vMB 59
427,779 427,779 000000000000000002258157580829a72e4c344b770f89d42ecaf911650fd19e 1,054 1.00/1.00 vMB 27
427,778 427,778 0000000000000000031f0b090ab8205c57c32b186178a492e535ce687e27c686 835 1.00/1.00 vMB 23
427,777 427,777 0000000000000000031e6258d0258f299d07c991e51f7fed3b465a30ecc05582 1,070 0.43/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.90 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.72 GB
    • Received: 17.45 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.