Loading Tool

Explorer IconExplorer

Memory Pool

81,997 transactions
30.89 vMB
0.08412875 BTC
Random Selection Loading Transactions
Max Size: 189.49/200 MB

Candidate Block

Mining Attempt 86d3ee91561158b961676089463e8f98af0d7420fc49168f3ee6c70339f9e6ed
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root a25c4b098406953d10f4c2e6d4f2958467b1f3c0d3be03f5ed4586fcb67f516e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,484
Size: 1.00 vMB
Total Fees: 0.01471754 BTC
Feerates: 235.42 > 1.47 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (381,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,534 533,534 0000000000000000002c79b63d986177a4d9c819afe98af5e45570ad747ba7e6 258 0.10/1.00 vMB 27
533,533 533,533 00000000000000000021de52a09fdc4193e3d4e0be15a91f73dff200875f1e96 1,058 0.62/1.00 vMB 18
533,532 533,532 000000000000000000186b2cf98b74b5f18c70602ffab310c4002e1d78dc221f 965 0.89/1.00 vMB 5
533,531 533,531 00000000000000000013ecbeac2b6d4c070d95165c3f2449b2989866f90c9a4b 1,582 0.59/1.00 vMB 26
533,530 533,530 00000000000000000026b3b2e100af5b21a91a263808eb1e0d4c173552ff56df 1,785 0.99/1.00 vMB 17
533,529 533,529 0000000000000000000847f341826be3438056a02fefead0ca1887b14b346690 1,636 0.94/1.00 vMB 22
533,528 533,528 00000000000000000002428e9a504055de4f50cfd4b1cff2dfb931c3ee9b1b50 1,208 1.00/1.00 vMB 12
533,527 533,527 00000000000000000033965873f55f95bc48c26ce8f61d00179710aeb18e1e31 1,995 1.00/1.00 vMB 17
533,526 533,526 0000000000000000001befa3dfd0fbe067f2cc1480093df5506e8a2cf5189704 907 0.99/1.00 vMB 7
533,525 533,525 00000000000000000006489645dc112bf4cf13c48801d7acb0e3eb464e7ba8ca 504 1.00/1.00 vMB 10
533,524 533,524 0000000000000000001831b054fb6df56bcd29eb73d361f6767c544756ec4b95 1,840 1.00/1.00 vMB 21
533,523 533,523 0000000000000000001a695864690058ca8b620853b9a81958e8db2607aac7b3 145 1.00/1.00 vMB 1
533,522 533,522 00000000000000000034db7cf0f5a281af39972dff5da303e3f8681fc337276a 1,528 1.00/1.00 vMB 20
533,521 533,521 00000000000000000030800ef46a6d939374e98ec5ed3dae80080478b5dda56d 1,852 1.00/1.00 vMB 18
533,520 533,520 00000000000000000020391651fe171caaf6dfd85dcf7a456de568dd92309e19 405 1.00/1.00 vMB 3
533,519 533,519 0000000000000000002e5bbb8d53c2d2ff64fd19d393da6d95ceee8c347c060b 1,128 1.00/1.00 vMB 7
533,518 533,518 0000000000000000002d8540ca7bbb3243ac94bb3f60087e50f82f51533891d0 2,639 1.00/1.00 vMB 27
533,517 533,517 00000000000000000000bce60fbf2102a9a8143e1de3bd2b2f7cca5933022e9e 1,805 1.00/1.00 vMB 21
533,516 533,516 0000000000000000000c8e89d21475d573b20e18695d92bf4e5ea75bf6a39f9c 906 1.00/1.00 vMB 12
533,515 533,515 000000000000000000142558e24f5ebbabba7369a88ec6e336999e2e54ef6286 808 1.00/1.00 vMB 2
533,514 533,514 000000000000000000333db0c863e0e97a40cf3c25681c8768ce2ca9cc37c9a1 507 0.20/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.