Loading Tool

Explorer IconExplorer

Memory Pool

47,233 transactions
27.12 vMB
0.06659502 BTC
Random Selection Loading Transactions
Max Size: 144.27/200 MB

Candidate Block

Mining Attempt e14b62fba0252400585d7f6e6b3ab42d9a4a34e136af0dd865730051d791a00f
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root b33ada1c0b190b531100e3cb9449c752ffe69089188ca50ce4f14a947a02d5fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,822
Size: 1.00 vMB
Total Fees: 0.01631738 BTC
Feerates: 100.17 > 1.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (521,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,262 393,262 00000000000000000700ca06d0d79ddd16c573d83e6b0252442e54fd80afc2b5 1,061 0.57/1.00 vMB 29
393,261 393,261 0000000000000000004ff79380b5685a20077a2a06a5a54cb211570270912c95 439 0.99/1.00 vMB 8
393,260 393,260 000000000000000003a09b8781add8b63bc0ab2298712bc16bebfd2ede7ec10a 821 0.86/1.00 vMB 15
393,259 393,259 000000000000000000262e3a4a1ce71bcbb721a39ac526f85e66f2692a9766f9 2 0.00/1.00 vMB 0
393,258 393,258 0000000000000000048fe123c70e489ab2b5a903fe8a4b4c17c531b4696706cc 1,576 0.93/1.00 vMB 31
393,257 393,257 000000000000000002d5cd842d2e0657369ae99dd937953dd99074a7cc1a3507 1,360 0.75/1.00 vMB 30
393,256 393,256 000000000000000007b9a553c585c954edc81e1d22cc71095d758ce0295e4e26 2,504 0.99/1.00 vMB 45
393,255 393,255 000000000000000007e5fc5ea319d56746d3faf43bc0c14ea18ab34e9d2f0c22 2,084 0.93/1.00 vMB 40
393,254 393,254 0000000000000000058fd91f6539a898d72ee7a8bb2b859eba6791300a0be834 1,099 0.69/1.00 vMB 32
393,253 393,253 000000000000000004353b79ade5823d1caaa6ed726eb5a742244e34e63052ce 2,039 0.90/1.00 vMB 35
393,252 393,252 000000000000000003544b9c3ab68ec3a75ccb30cf6cd41eecf933a098fbd733 250 0.23/1.00 vMB 14
393,251 393,251 0000000000000000039ce1d2cf4b882c079779428e6601c0f231bb8ea3fd08d6 1,784 1.00/1.00 vMB 30
393,250 393,250 000000000000000004202b8da1c2cf29f89cea0855dabc00910882c4698be91c 1 0.00/1.00 vMB 0
393,249 393,249 000000000000000002399d5711a9e2d3a362c1cba51e55924c5d3fc78a8ce8b6 436 0.39/1.00 vMB 18
393,248 393,248 000000000000000001af8bee24626e6dbf6f2c203d343bbc3ca77e44e35c87b3 2,518 0.95/1.00 vMB 41
393,247 393,247 000000000000000002ce881a10489a8886c459418887831d34a10f0f5288d0e9 628 0.27/1.00 vMB 36
393,246 393,246 000000000000000007bac45c742ab77cfe21e2dbdbaff7dc624538b1c2d0ec3a 1,018 0.49/1.00 vMB 34
393,245 393,245 0000000000000000048ae11591b488048fb7d418b94b3c3497e2e36aeba7f740 443 0.90/1.00 vMB 10
393,244 393,244 000000000000000000209f31d94402b355142c37b532143db3c39c3d7b5c95d7 2,453 1.00/1.00 vMB 39
393,243 393,243 0000000000000000085d5527508bc92bfb4bba8cc0f24a689987a01976b5097f 721 0.88/1.00 vMB 10
393,242 393,242 0000000000000000041bc16e0efe24d4edb5b43b2af8c7df7becd163d00b0349 869 0.44/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.