Loading Tool

Explorer IconExplorer

Memory Pool

42,675 transactions
30.68 vMB
0.12273350 BTC
Random Selection Loading Transactions
Max Size: 155.78/200 MB

Candidate Block

Mining Attempt 511981bcc0c13a16b29efd77c3ef97636cbdd85e36b90ff1da7739c11a57ec6f
Version 20000000
Previous Block 0000000000000000000164281bb9c4d30def7985f62e854cc0de9866367320c5
Merkle Root 62a6a4d83872e9c6ec70c47a1e5d989444e24fc8d5c8b742d01213d58567f170
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,386
Size: 1.00 vMB
Total Fees: 0.06119826 BTC
Feerates: 301.60 > 6.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,466 (807,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,532 106,532 0000000000006e4721258739815dd8a429dc159ff9911548d192aea40327a604 3 0.00/1.00 vMB 1,512
106,531 106,531 000000000000f07bb28a0d494fba05e65e8c9199589f9aa8128d3b95bb7aea47 2 0.00/1.00 vMB 0
106,530 106,530 000000000001098b1993d53ebdc6fe9267ef0f783d85edc5cae6e3e9b705e64e 1 0.00/1.00 vMB 0
106,529 106,529 000000000001e52fd1ca1a7d7fec81fb2681783c48048d503aa94fb540ee4f3c 4 0.00/1.00 vMB 0
106,528 106,528 00000000000047f35d2bef79fbc88d19ac214b07a6fb569e08392036567f4f0c 5 0.00/1.00 vMB 497
106,527 106,527 0000000000023372644b32608bade17a01af25eabcaaafc61a54c98f6f424eba 7 0.00/1.00 vMB 0
106,526 106,526 000000000002ca4b4335df130d41d9fda7354bc4a55d8ff1f6702891bd3221d1 25 0.01/1.00 vMB 0
106,525 106,525 0000000000028e485735fcf5e1eea5378987eec5dee05e7014d266f4e55ad4d9 1 0.00/1.00 vMB 0
106,524 106,524 0000000000013dd9e58ef61619600161afce364f3a9ceed25125aefb9b426102 5 0.00/1.00 vMB 0
106,523 106,523 00000000000020a0a5e8fd2556092c8cc99efa9ba9decf55f57e7bd60caf0149 3 0.00/1.00 vMB 354
106,522 106,522 0000000000007457a167b1c9b8730770f104229f645e6317884331db9a285299 23 0.01/1.00 vMB 0
106,521 106,521 000000000000e281caa249b1c58ffb6f772e4d138e3b1d0eab2e6f2925d04e4d 2 0.00/1.00 vMB 0
106,520 106,520 000000000000d0db812b8e4c8a914c2be0e782d9a797a753b6317b57d0a77505 2 0.00/1.00 vMB 0
106,519 106,519 000000000002b7c1fe659d9d1e6d217a757f5e6cb1767ecd21680ff37fd928e1 1 0.00/1.00 vMB 0
106,518 106,518 0000000000006ede75fb90cb0d81e8778464fecb59d045ebf7e8a4ccdf80539f 3 0.00/1.00 vMB 0
106,517 106,517 000000000002ae7d6cbfe2c91cabe50048cb0e6a47b77fd3b0052f46310cea28 2 0.00/1.00 vMB 0
106,516 106,516 000000000000c93f995d2d6eec611f0aff8cf14fbd60c2957751b452a1e2f662 2 0.00/1.00 vMB 0
106,515 106,515 000000000001ae5a9ba865707a076dabfd98228fe3ea4f4966416bc44ad08eb2 1 0.00/1.00 vMB 0
106,514 106,514 000000000000a956ef0b4e781c589030f073c0a5e6038194f46df30465abedfd 2 0.00/1.00 vMB 0
106,513 106,513 000000000002204e67bd2b0cc5db34158a6bb7f8652d0d87a6cd0f17f653ed3c 1 0.00/1.00 vMB 0
106,512 106,512 000000000002bb902d2f6c719601a3496e1b489cd6090e0c9f51fd8a198f5125 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.44 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: 610.18 GB
    • Received: 10.70 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.