Loading Tool

Explorer IconExplorer

Memory Pool

28,936 transactions
23.41 vMB
0.03244021 BTC
Random Selection Loading Transactions
Max Size: 126.74/200 MB

Candidate Block

Mining Attempt fe3de0e9e511493161d4bca2a6abceacfc6f6710f1d841826aafa259da9f3b0e
Version 20000000
Previous Block 0000000000000000000095d17e2992cc2e288a6b4ec9769c7b831a20eacf2a6f
Merkle Root b85ced78122a2e43bbb43102e264d45aa60d8bf0817d5d949aadd056f51ccf68
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.00674372 BTC
Feerates: 30.44 > 0.68 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,394 (681,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,951 258,951 000000000000000cf0241b290e0881082a8cfd73a472dd11170be04a28d1cba5 648 0.25/1.00 vMB 124
258,950 258,950 000000000000000ae02fec28f2bf0925d6ae75b871f5a92ff115af171fb4a098 54 0.03/1.00 vMB 78
258,949 258,949 0000000000000003f798a2a761c71a9cede4b423d29fe8c0b4b307f584cc15ed 42 0.02/1.00 vMB 66
258,948 258,948 00000000000000245ca6c5fd5c58b1b529d474e3d1de853610383fac4eed2af4 36 0.01/1.00 vMB 53
258,947 258,947 0000000000000018ed270de749893b94138de5e59e3dbfa4aab2a88e6c84ae6a 526 0.22/1.00 vMB 102
258,946 258,946 00000000000000225836b37716b032cb07cc4bb5a84d1d71dc6998500e3d5729 392 0.18/1.00 vMB 120
258,945 258,945 000000000000001f536331bf7ea563542013e67ebfb356d3cc3eebeb46e5f495 462 0.21/1.00 vMB 109
258,944 258,944 0000000000000001e6c19af492946386b41c3a922bc4758d6443c86ce25b05be 342 0.17/1.00 vMB 108
258,943 258,943 000000000000001a29602de3deb952364a595aa141e7b3e8442035d4eaf3fd5e 67 0.04/1.00 vMB 68
258,942 258,942 0000000000000007a61e8c3d0406b65329d112e2f2047c8ee1a356c9a0f088e8 12 0.00/1.00 vMB 91
258,941 258,941 00000000000000118e6dbe9c3dddfeeb33bc6f47779e3504e1d653731a630695 149 0.15/1.00 vMB 44
258,940 258,940 00000000000000032c825a59e22fd4dc07a676b71b09e4cc9fb8d0001763f885 351 0.18/1.00 vMB 82
258,939 258,939 0000000000000017179bccc00c8eb5b269623328d5bd33098736e7c6a6befed4 313 0.31/1.00 vMB 28
258,938 258,938 000000000000002398a57baf24f889c836d6fa6605d9dbc85ec7a795304e12e7 390 0.25/1.00 vMB 123
258,937 258,937 0000000000000008f8f9d1760f2c556ff224962f6806b659901390f0f178c950 291 0.10/1.00 vMB 193
258,936 258,936 000000000000002202fc3d367e4bb4252915245f216b065a6d8d5f3e4f95cf32 140 0.08/1.00 vMB 85
258,935 258,935 0000000000000024aa14b77a00da3d722b601c8079a323945ff0bf5fa0d32157 559 0.24/1.00 vMB 97
258,934 258,934 0000000000000012002e93ab1610b2903ad4c5a890f1742c85e519ec72e3c4cb 24 0.01/1.00 vMB 97
258,933 258,933 000000000000001571edc7ce0b7f56d0ef2e3761060b58c9e4fb9ddc82c8ca28 42 0.02/1.00 vMB 184
258,932 258,932 000000000000002434f005a08bcdd556b33afe8f298931bea4d50f2852c49a1c 184 0.11/1.00 vMB 94
258,931 258,931 00000000000000077ee4ca75666631388d5156941158db82c4ab667d47e5ad8b 386 0.15/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 827.46 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: 4,456.26 GB
    • Received: 242.63 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.