Loading Tool

Explorer IconExplorer

Memory Pool

84,395 transactions
31.56 vMB
0.10529434 BTC
Random Selection Loading Transactions
Max Size: 193.42/200 MB

Candidate Block

Mining Attempt 61a43760e6ca631c0081951ba13a6dfa818ad41f3f3ad479f0db8d18f6c4dd87
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 709bb76a9acb13b10fa80c3972561d051647fec9589545ce5d5111ae5937f186
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03225239 BTC
Feerates: 301.57 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (877,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,260 37,260 000000009ff19b96d34612f15dd6bbee90f0192860d705b0d7f7f3b91b97558c 1 0.00/1.00 vMB 0
37,259 37,259 0000000049dc4168a9ce1e805adf8407fd996727dbcf3fc4a1b792def3b8343d 1 0.00/1.00 vMB 0
37,258 37,258 00000000a7edb8d983c1a6639ada3576cfd7644dab6eb16831eb24608b197b94 1 0.00/1.00 vMB 0
37,257 37,257 0000000007c6e1ea81b946a96fc54e9ad3b04e5e7593b4370278a9f62cb2eb8c 1 0.00/1.00 vMB 0
37,256 37,256 0000000077b5242c8b76b04a53cd51c9e66795afc2bdaa4a20ff01058dff75b4 1 0.00/1.00 vMB 0
37,255 37,255 0000000057337e06360ee7a39d8fa8fcb2896b895109cfac2cb5b5e8d41d4969 1 0.00/1.00 vMB 0
37,254 37,254 00000000208f7b8dbad990e102fa0b7e461c13e727096f98445a9414ed13bed0 1 0.00/1.00 vMB 0
37,253 37,253 0000000098bbb4e5adac0a5ec2f93989d5ba927f7cb0f0a45be1fca0a86ff787 1 0.00/1.00 vMB 0
37,252 37,252 000000009a422e9bf8693b66934274757019e3a392e1285fad85c66c6c2cd371 1 0.00/1.00 vMB 0
37,251 37,251 000000003fcef12b08f6fbf312a2690f962a1b3e532d79306a30ddd152dd7217 1 0.00/1.00 vMB 0
37,250 37,250 000000001612bc7c027c1a87df3f4d795520ff4f303290b51030b00ad0859b32 1 0.00/1.00 vMB 0
37,249 37,249 0000000024b6ac3962805e6fef0d4610241cd84d368f5c4b1babe0e12afa87ed 1 0.00/1.00 vMB 0
37,248 37,248 000000002127fa21466d94974bf402c0015bb26484e2d55c7ef10d95ef2994a2 1 0.00/1.00 vMB 0
37,247 37,247 000000006a57a48674f93e5a5636d398e353f67c6c7cc285eb888f4b8e1c9689 1 0.00/1.00 vMB 0
37,246 37,246 00000000b4faa2509d831cbde1e0abd9e09c16bcba7685f5840557bb79ae8243 1 0.00/1.00 vMB 0
37,245 37,245 00000000784b808c4ee3d1ec9b964dd63fec21c85981af1c3bd674e9bb126cc4 1 0.00/1.00 vMB 0
37,244 37,244 00000000a026564e398ac5324ccfb59ff95204aabbc3cb56db44107fddfaea99 1 0.00/1.00 vMB 0
37,243 37,243 00000000af7ba52f918a543ea8b44e0d571a6bf7ac9a1c4cb0e5af7ed45362fe 1 0.00/1.00 vMB 0
37,242 37,242 000000005890fec64983a7ef9efb960365b24da80afc0df5eda3c943cf3b87ce 1 0.00/1.00 vMB 0
37,241 37,241 00000000773918be036af692e6a9c4f192e9529ce31906dd9afb753f5ff66bc1 1 0.00/1.00 vMB 0
37,240 37,240 00000000ba12d8abf312b9463674956d954aff3bb852ffc700f7770260e33b4f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.78 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: 709.59 GB
    • Received: 16.92 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.