Loading Tool

Explorer IconExplorer

Memory Pool

28,241 transactions
25.08 vMB
0.06071557 BTC
Random Selection Loading Transactions
Max Size: 122.68/200 MB

Candidate Block

Mining Attempt bee002372e3bbe88e0a4f14ffec95474b8d0e92513f96b345c117e5ad5d33f55
Version 20000000
Previous Block 00000000000000000000cfd3481d5dc6b723f4e62052b015bd9a9891d6d18add
Merkle Root 6532b3db00f5bea7e09e3e097fcc5a104877061ffaf5aa8dcc8238c8bd142f0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,674
Size: 1.00 vMB
Total Fees: 0.01525247 BTC
Feerates: 520.79 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,200 (907,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,263 6,263 00000000037f026243cb3370690632e52be1e9bc32dd84b990443cb62b5e80f7 1 0.00/1.00 vMB 0
6,262 6,262 00000000467c7149a3cd062c4bfa43df61f24815fbf2b67a90dea456614c1d02 1 0.00/1.00 vMB 0
6,261 6,261 000000004cc909a4fd8b26c905109985f5894b5e88a0137b0978d2ed55eff1e0 1 0.00/1.00 vMB 0
6,260 6,260 0000000035d378f569eaac0e92e4a6133e4518dba47e4aaf3d86541a76c7c943 1 0.00/1.00 vMB 0
6,259 6,259 000000007f2da7d13ad58e8fcef5026c90b7c6cd9cdf31d74dfd296138e27eca 1 0.00/1.00 vMB 0
6,258 6,258 000000001978dacbef3f057db050b68d683ba1fb63bf8ee58556b136bc95d798 1 0.00/1.00 vMB 0
6,257 6,257 000000002352d625810ae3828c2e051b453e9cf73fbac54707e18d9a3127e670 1 0.00/1.00 vMB 0
6,256 6,256 00000000484f3bae55c16d61a0b40f355de3da86026348ef4edf1a32c24dc6c8 1 0.00/1.00 vMB 0
6,255 6,255 00000000a08c6cbcd6c90029c8130ad54eccf7472f2abd2d3f4312624fc8d40f 1 0.00/1.00 vMB 0
6,254 6,254 00000000f66b5cec27ccfd92c190803a556b4c0341622eb8340c13fc62cb6265 1 0.00/1.00 vMB 0
6,253 6,253 000000001d092804b3398f698a251344220679988fdb0e8ea986343a23897f8b 1 0.00/1.00 vMB 0
6,252 6,252 000000001a5940544c28328371f6252db962f0540cfdc30db2bd1aa334a72d6a 1 0.00/1.00 vMB 0
6,251 6,251 0000000055546a4294b2d4f69f88820b64bf4c09b4a35cfd90a1592abe6b2826 1 0.00/1.00 vMB 0
6,250 6,250 000000006e770b1ca94980e21a70ecce08431b2a15079693d099d7b7a94a14c2 1 0.00/1.00 vMB 0
6,249 6,249 00000000b4b914dc7346ce28f26e0c67dfd728cdb1a1c13fc3941138ad261a8c 1 0.00/1.00 vMB 0
6,248 6,248 00000000b032d6ca616df20b1c993ec5ff58b856ac76ed8c43a967b688e0c28d 1 0.00/1.00 vMB 0
6,247 6,247 00000000cf4d5db0e86593924cd37beade54cd8085942f83248d1f5fa3871284 1 0.00/1.00 vMB 0
6,246 6,246 0000000061a39096a7d96eefd98961e4c82fc750e9a5ebef9fdcb8706f6ed828 1 0.00/1.00 vMB 0
6,245 6,245 0000000011bcb964387316b6ce0b1942980c0a14b7ad3220acc1fe407bb44e71 1 0.00/1.00 vMB 0
6,244 6,244 00000000d5b191939be02a3657d5c784bd713d3389602765791989ba9cde529b 1 0.00/1.00 vMB 0
6,243 6,243 000000009a7cd048d59081828decc229eb4ea671f0fd10b1ed8aee3b4c2759fd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 573.31 GB
    • Received: 8.04 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.