Loading Tool

Explorer IconExplorer

Memory Pool

42,707 transactions
26.98 vMB
0.06841630 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt 3ca50564a1cae2e33fca3dbd8f978fee3aa7354597725420a3a59c2fd35c2d82
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 17762cbeb7055ca1a14ebc6ebda8adc9f6f5e94ec53249b35c836ea74c50dc45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.01820892 BTC
Feerates: 201.07 > 1.82 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (862,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,935 52,935 0000000000d8bf95e5e7a9e244bad308d99b7d1d4a5bdf56124d0d14bf94ddca 1 0.00/1.00 vMB 0
52,934 52,934 000000000d34ceef162f9de86aa9d29b8de02d754405fbf09892771f97ac9be1 1 0.00/1.00 vMB 0
52,933 52,933 0000000002b3afb5f7a6fa7027c1745f1936f7fae06a805e4d8b403d4525459d 1 0.00/1.00 vMB 0
52,932 52,932 00000000071eccb81da685d132b8eb76b2920cbaa6d1ea6d78479231954e7045 1 0.00/1.00 vMB 0
52,931 52,931 00000000021f3e98d6a8dd8fb01750d041bb8450c883cb504430b7fff1e151a1 7 0.00/1.00 vMB 0
52,930 52,930 0000000006e0711439f6248c427516ff1f2dfaddaa91d2896032153d50b87cee 1 0.00/1.00 vMB 0
52,929 52,929 000000000e55abc634e41955aa76250b4b2ce15bc279dfbfa6f76b6a11ce331a 1 0.00/1.00 vMB 0
52,928 52,928 00000000097cadffc33d2c9841ff55537c4102387ce6719691f3d1ba78411ae9 1 0.00/1.00 vMB 0
52,927 52,927 000000000a7339d8174eb5594b10aec2624ade101ebbc6032ba9d30e1a819c06 1 0.00/1.00 vMB 0
52,926 52,926 00000000077ed90edd3781fdd10ee9e5d790015d1e35fa3aa98961260a983662 1 0.00/1.00 vMB 0
52,925 52,925 0000000000709346b675495225b06a8acb4ef3f90087ecabd2b52a5f2703118b 1 0.00/1.00 vMB 0
52,924 52,924 00000000101056e614402c5343b48c5c7f885bf074996c3eca2c8f5c71543b82 1 0.00/1.00 vMB 0
52,923 52,923 000000000fb15306e70effeba9d7423a23fb26b031b7c9473b59fb0f8c22a8a5 1 0.00/1.00 vMB 0
52,922 52,922 000000001349b44a3a8a10edb9d6dffd7c24c494a6cda6729f0eae19ba5ae3d8 1 0.00/1.00 vMB 0
52,921 52,921 000000000dfedf0a55615d99d9dac541eceaa8786e5ea8fa3953814249576f92 1 0.00/1.00 vMB 0
52,920 52,920 0000000006ca56d20403cdc8c9f9d553c00547a25f284e892943a8c5ef21c50b 1 0.00/1.00 vMB 0
52,919 52,919 000000000080c7323c8b85cdb429f47e9c24421db37ecb56d3d76980c9bcad27 4 0.00/1.00 vMB 0
52,918 52,918 000000000694d06125c6fd5ac38a037b4d5adbe516ad6bf32b2171d4068653a0 1 0.00/1.00 vMB 0
52,917 52,917 000000000277ae93273121cb565ccc9b7b6458a7b5c60ff42bcdb291fada87b0 2 0.00/1.00 vMB 0
52,916 52,916 0000000006294b8ba00209730ee4e8ba836dee8492a3b19fbf6eac7f26975ab4 1 0.00/1.00 vMB 0
52,915 52,915 0000000003ed18580f5092d171d0237d1fadb84382d62079344b9b2212a8b4af 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.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.