Loading Tool

Explorer IconExplorer

Memory Pool

79,789 transactions
29.96 vMB
0.10228866 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt 5b320f90430322e75e8f6dcc55f3bdf7070ca6f45306ed39ffa28b3d90ba2340
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root e9a3b03589f2e36a28689f7e090817a0ce3c929673dd2c765a78a9b44ae02d92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.03378544 BTC
Feerates: 477.45 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (306,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,026 609,026 00000000000000000007b164cd88991b0ea2f0674e2097dbb0f6fae8c32a3185 2,036 0.53/1.00 vMB 12
609,025 609,025 0000000000000000000f81459e6a2845f33fc1b7de2b72bc1483a812a1d72e31 1,880 0.56/1.00 vMB 18
609,024 609,024 000000000000000000023c467df326a7c8860e5b82ac36f4e17843e541fa16af 2,698 0.88/1.00 vMB 6
609,023 609,023 00000000000000000013d8284f1049d43daec6cdcb1d1ca7d4ef0adc6521cfe9 2,438 1.00/1.00 vMB 15
609,022 609,022 0000000000000000000629177a2c027161fbd38a9be5a1bc0bc95096f9cbe10c 3,422 1.00/1.00 vMB 29
609,021 609,021 00000000000000000007eb3912360e14aca400783a367598f93cf3cb9c2da5eb 1,976 0.69/1.00 vMB 5
609,020 609,020 000000000000000000075f882de1064aa7aa7719ddea4740524f58c76ea4b9c8 3,130 1.00/1.00 vMB 17
609,019 609,019 00000000000000000000a442f853746cc9be8bd0deb42db7854413cb8767f108 3,212 1.00/1.00 vMB 15
609,018 609,018 0000000000000000000adbb71c124327a2550c9ee24f36bc0b1e0e7a86741036 3,285 1.00/1.00 vMB 28
609,017 609,017 00000000000000000001aab9254b7721587274416ceae31e69af348c93c8a168 1,720 0.46/1.00 vMB 16
609,016 609,016 000000000000000000068fb3a4c504215003bac3d343b64e20f6123d6e007fa7 1,750 0.60/1.00 vMB 15
609,015 609,015 0000000000000000000215160a3490f82c7203d9683802148a56282d1f80993d 447 0.13/1.00 vMB 25
609,014 609,014 00000000000000000004619010f6c789dc419641d457fe2f38a5daff08e0e421 1,622 0.47/1.00 vMB 16
609,013 609,013 00000000000000000004166c2c1d2fdb2de22a6389025c8728833304aaddcad8 716 0.20/1.00 vMB 16
609,012 609,012 00000000000000000001afd8bf35e1ddd667fc7bf574cf4b2bac9a61adc7d4a3 744 0.23/1.00 vMB 22
609,011 609,011 00000000000000000009a4f408300012babf71802e7ec5eb30f2bc986f46705a 1,101 0.34/1.00 vMB 5
609,010 609,010 00000000000000000009cd7fe3ec2d749ce5c228bb0b66a0e2f1d0a4a7bd4460 2,165 1.00/1.00 vMB 11
609,009 609,009 0000000000000000000ad350f20795c8b03c8dd12010829211db2cb7cc7dad03 2,652 1.00/1.00 vMB 5
609,008 609,008 000000000000000000074835d7d7a3bf808fffd56305e46a7d10325ed1c7cb68 2,827 1.00/1.00 vMB 16
609,007 609,007 000000000000000000014a953023e03bb7421c384172241e23c5b39ba2359a27 2,762 1.00/1.00 vMB 15
609,006 609,006 0000000000000000001104649f49b0073ee8275c69c8b73b68bd65fc69531e67 3,307 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.