Loading Tool

Explorer IconExplorer

Memory Pool

73,882 transactions
27.33 vMB
0.06860654 BTC
Random Selection Loading Transactions
Max Size: 166.62/200 MB

Candidate Block

Mining Attempt 6b008a1f3fd89a7edb93c48f091e71e6f30a3e70f98ed6850d6f918879db43e1
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 37f9b256971084708af420efd3abdd0d558b8c7b56b80569df5bba2989f59373
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01048679 BTC
Feerates: 337.46 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (751,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,428 163,428 0000000000000367309118142788c05633f6c7733a2aac6c4342f377d0916f40 2 0.00/1.00 vMB 0
163,427 163,427 00000000000007b1b85332540a7f3226cc7c1f99b19d3cea6a941bb654ae2290 11 0.00/1.00 vMB 66
163,426 163,426 00000000000007c261267a729dec38b1e8ad405c959a38e0d32d7a935a1893d4 10 0.00/1.00 vMB 587
163,425 163,425 000000000000014ba1e24e92456c6a6a54d9ab26dcebf59be85c9c285cd1a4c0 45 0.02/1.00 vMB 19
163,424 163,424 00000000000008038f3e8ab6f3e64af5f6de83af1585606ba12ac83d67ab46d6 37 0.01/1.00 vMB 93
163,423 163,423 0000000000000ab1418db27a85da6a7a8982e823ee652d85731570508d62a913 3 0.03/1.00 vMB 50
163,422 163,422 0000000000000c7344851410fc235df1bf6955d51392ae50d4ac45ab9aa35c2b 18 0.01/1.00 vMB 164
163,421 163,421 000000000000026f2eaf950f3195f183ab33801748e30dec9a528485d65ad747 19 0.01/1.00 vMB 160
163,420 163,420 0000000000000a4d62c0298aa4714b1b928e246d18ade38a3e7bc1782aaed77d 32 0.02/1.00 vMB 29
163,419 163,419 0000000000000474291c8e05d68b6f3e61ce0ca1afc92cd41bb405109949eb52 71 0.03/1.00 vMB 40
163,418 163,418 00000000000002238b8b7dda13dccefbb8c0d6a9e2e291edd8b96ddfbe960f3e 45 0.01/1.00 vMB 77
163,417 163,417 000000000000022511102d43c42bf34714f6cd6ea9d4c287eea1292ce2450ec4 10 0.00/1.00 vMB 11
163,416 163,416 0000000000000c79ab9734ba4d498fda0eac88fe375677e8de0811b970805f52 28 0.01/1.00 vMB 212
163,415 163,415 0000000000000c7ce4c25fb1a25e2f8143f7be4cac0598b61967269f6fcb5d6d 21 0.01/1.00 vMB 233
163,414 163,414 00000000000006ebd78acdadcb0a36d2035ffc42015a744dbcf719a676f94a08 7 0.00/1.00 vMB 657
163,413 163,413 0000000000000ae89b9c4b0a18c9332955efd96a4cb7563881983763dd016f2b 53 0.03/1.00 vMB 239
163,412 163,412 00000000000007f32b51ba1b3c0a1237d5ab100eaffedd0f8c28dcea6fb6db1a 60 0.02/1.00 vMB 13
163,411 163,411 000000000000060419b36f7a29e7819eb374d88d7e2f2cbac29bec63af7ee311 56 0.02/1.00 vMB 370
163,410 163,410 00000000000006e581f30764038342dd6a1254a8f34f3c129c51718bea0b7135 14 0.01/1.00 vMB 544
163,409 163,409 00000000000004fc297364504c7f339ce0bc09744c5cd5154ab6baa64cc94c19 6 0.01/1.00 vMB 193
163,408 163,408 00000000000005b7ed195823059f6d6a06b99b1c4fb4d988a189568c5e901daa 57 0.03/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.