Loading Tool

Explorer IconExplorer

Memory Pool

42,688 transactions
30.70 vMB
0.08002159 BTC
Random Selection Loading Transactions
Max Size: 155.67/200 MB

Candidate Block

Mining Attempt 5f318d0ba1b5ac63f6c4a9c30fcf4f73913dcbff0dede7e83247f34fc75817c3
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 0ec6b31a243fabec4af0de015791b9237b7239bd5e6b922e7b33bf52d6887c02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,223
Size: 1.00 vMB
Total Fees: 0.01826300 BTC
Feerates: 301.05 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (815,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,473 98,473 000000000003b039230e4ff562c24430f15204b1ce064770c5b10946eb9cc3e2 1 0.00/1.00 vMB 0
98,472 98,472 0000000000012d27e9ba5ac880a1912c7c0737cbe06f0d00079147494f628cca 6 0.00/1.00 vMB 0
98,471 98,471 0000000000027562c7c2e1db48d42aac656aefe74fd9000b0c65c98278febdb7 8 0.00/1.00 vMB 0
98,470 98,470 0000000000050efd2af29790c196f76f96013872ee0b8d8300b777dcd2b87244 1 0.00/1.00 vMB 0
98,469 98,469 000000000002d12851ecca52bc3fb4eb943b56b79c8c0f3f0769fbcc3c05ebcd 1 0.00/1.00 vMB 0
98,468 98,468 000000000003e70268fb914cb3f70a5ccce7ff65bf69cd059dc1afc92e5d6e95 1 0.00/1.00 vMB 0
98,467 98,467 00000000000441419116836cea088d04372c720035121b6e7231e7ae3da3d062 1 0.00/1.00 vMB 0
98,466 98,466 000000000000b36bdca0b34284e39573d1934c5cb5d391612aa0754dbf8daf79 6 0.00/1.00 vMB 0
98,465 98,465 00000000000152b303c739024ca96ca1fd52990368fb8da046f0a0385c8e0aa4 3 0.00/1.00 vMB 0
98,464 98,464 0000000000006a47476ed3e98b7f97e46d71943bc0f0360305b7dd66a1cb4831 10 0.00/1.00 vMB 0
98,463 98,463 000000000001b396726be1fd0b2ed987c174b20f12ad7e87891d59f7038be196 1 0.00/1.00 vMB 0
98,462 98,462 00000000000055186d0742d333b3b8eb81ee55366c962a1bf480e0c79816f149 4 0.00/1.00 vMB 0
98,461 98,461 0000000000041286534f224fb0a7447f8e6a9f8f1b51c4b7b66201122fc32af3 5 0.00/1.00 vMB 0
98,460 98,460 0000000000001a89f026a25d2c5283e473e4fcac3356a41bcbc981b358c9c026 1 0.00/1.00 vMB 0
98,459 98,459 000000000001b50c1331f17219a1a2a20e723d8ceb4d72267c95fcc6fc09d671 6 0.00/1.00 vMB 0
98,458 98,458 0000000000020ef9c6fe5f2538e09f365ad6e595c4ef7d0a1c3d37e4a92619a2 6 0.00/1.00 vMB 356
98,457 98,457 00000000000202f87e887bc55d4fe12af8c42393d847cb5b1d87b1b7cdb9ce1f 5 0.00/1.00 vMB 0
98,456 98,456 00000000000331f2d8b653c3e55f173523c2652cfea3ca7443943c488cb189a0 2 0.00/1.00 vMB 0
98,455 98,455 000000000000fe9b2c536b0a7e5ac3cc47803c8bb965a6b5297304763efa178a 1 0.00/1.00 vMB 0
98,454 98,454 000000000005142897dc07c1a42f00fe57ca038b11e4dad9c0e6d610975703fa 4 0.00/1.00 vMB 0
98,453 98,453 000000000004ae9545a41bd404073b2968c321a411969b32f0089b96a553dc7e 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.08 GB
    • Received: 10.67 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.