Loading Tool

Explorer IconExplorer

Memory Pool

37,488 transactions
26.03 vMB
0.05605798 BTC
Random Selection Loading Transactions
Max Size: 134.20/200 MB

Candidate Block

Mining Attempt 1e8cc4e79aa6d753f653da61b0d5b310ea83ade188118a65ce15b0ad89a61a31
Version 20000000
Previous Block 0000000000000000000015007aa3e8cfde8b7b1ceeeed1a98eb8769d19f21a8e
Merkle Root 508209943786d10c56460412cebc37be55fac2fc6ab05bd5c6517b5715b89d31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.00850319 BTC
Feerates: 73.33 > 0.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,928 (83,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,446 831,446 000000000000000000027ad339bf71274874ecdad6a8dffe4708386e6c4377d0 2,169 1.00/1.00 vMB 19
831,445 831,445 00000000000000000001c493324d5988f2298df5c0ede0235c96036d1bda2ff3 2,698 1.00/1.00 vMB 24
831,444 831,444 000000000000000000026241b3b123065994d8bc8f6bdb3f21509c9c5cc5fec6 2,157 1.00/1.00 vMB 18
831,443 831,443 000000000000000000015b10877eac638d85f36c0c86296bef7cdb4fae559c36 3,100 1.00/1.00 vMB 25
831,442 831,442 00000000000000000002222161fdd97a80bfb7898932b3d2ae2b0f010b039113 2,244 1.00/1.00 vMB 20
831,441 831,441 00000000000000000000d1c5167ff1438d5b1ca516a8d3adf0d82c62abdab108 2,383 1.00/1.00 vMB 23
831,440 831,440 000000000000000000008acc6cd466da35478f39b88bb85a126f0e8baa31ba79 3,134 1.00/1.00 vMB 28
831,439 831,439 000000000000000000024ac78ed9e13602e4b6da5012913db19a83679d2a1336 3,010 1.00/1.00 vMB 24
831,438 831,438 00000000000000000002225979c957e433bc9702db748a1b96884a60711e3e2a 2,992 1.00/1.00 vMB 33
831,437 831,437 00000000000000000001594dc0b8d8ef03a709eece0cfef1e7b92b7841600996 2,807 1.00/1.00 vMB 24
831,436 831,436 000000000000000000007640be6b381747c7771ee818d2d4658d7c02455c4090 2,439 1.00/1.00 vMB 28
831,435 831,435 000000000000000000030e13b3f2abd9d5ef8add83f56f2e650691082c1c5892 3,339 1.00/1.00 vMB 32
831,434 831,434 00000000000000000001d893b184c2d2dd4d854a5dd287547f562ccb0f57c490 2,293 1.00/1.00 vMB 22
831,433 831,433 0000000000000000000207bd7147ace5cda4cead0cf46babdfb8e6addfb0f8e2 2,972 1.00/1.00 vMB 30
831,432 831,432 0000000000000000000063c2c472446997e1dd3abcb1605e0058024d15279635 3,128 1.00/1.00 vMB 31
831,431 831,431 00000000000000000002d73cbdcbda8809579e193d22e921e547c7a10f7b11b0 3,352 1.00/1.00 vMB 25
831,430 831,430 0000000000000000000332893bc7eeedb5d7091f15ac79ef79f03d4d5aae7c62 3,425 1.00/1.00 vMB 31
831,429 831,429 000000000000000000008bb63d2a5afb112cfabf8d103584634f17117e00e8a5 3,145 1.00/1.00 vMB 38
831,428 831,428 0000000000000000000017d76d1ee701ec78e73500cd5fade2574d87af5cfba0 2,886 1.00/1.00 vMB 25
831,427 831,427 00000000000000000001da5fe8ae570b2c3034d10da3d8870916b7bcc58e85d3 3,169 1.00/1.00 vMB 35
831,426 831,426 0000000000000000000341cb248dbf45eef62c42edc68e70ee01fc449db6b399 3,411 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.26 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: 655.80 GB
    • Received: 14.35 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.