Loading Tool

Explorer IconExplorer

Memory Pool

29,076 transactions
11.86 vMB
0.03848067 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.29/200 MB

Candidate Block

Mining Attempt b8d7cafea66ae07f643f54b84c9d7af74b38821aeb76170ee733fe49c1154c01
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 0f671ead5d1dcafcc5632325133dd3c069caa99b28a8f426ac42af116d2e2969
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,998
Size: 1.00 vMB
Total Fees: 0.01770592 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (777,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,791 135,791 00000000000006ab7095e44cd93f2368ed94320f14f95020a4a24cfaeaf7a80d 44 0.01 vMB 485
135,790 135,790 0000000000000590663f5798fc0175d7a1435ae5877f3d126d25256c4cdc7e14 293 0.08 vMB 76
135,789 135,789 000000000000083042cede6d60c60c9d13738486e8533a458ff89a78cd4702eb 103 0.04 vMB 162
135,788 135,788 00000000000001316e201322ed33bc13fba8858c1deed75ae36c7672a9b0e48a 121 0.05 vMB 305
135,787 135,787 00000000000005d90fac30e796eb3ecef8a80d8d096a8529eba04e07373c520a 83 0.03 vMB 659
135,786 135,786 00000000000007d2df9055684954a1ce4b68109a2aa137b2e0125371271ea9b3 162 0.05 vMB 129
135,785 135,785 00000000000003fd675ecbd90ce8e697d7db07f63c435f42fd8faabf1a19fe64 70 0.07 vMB 717
135,784 135,784 000000000000030e3ec01c167537f3d5962126cf21c5b2a81ae9f2cc81dbb037 138 0.06 vMB 333
135,783 135,783 000000000000057f1c556e4c161ef2fd1063c6c380f5a5354a0acc2e31afe4b3 140 0.06 vMB 313
135,782 135,782 00000000000007d030527f98d9243dcc1f259d615a6011accc0e04242cf537c6 89 0.03 vMB 341
135,781 135,781 000000000000075f89cc0c18ffd04539c5d4efaca9d82225337d967c37f7a4e6 12 0.00 vMB 323
135,780 135,780 0000000000000811cf5a205d14be17508615c35dbcaef149ba0c5a74bb4cce49 40 0.01 vMB 601
135,779 135,779 000000000000030aabb9f7402ac54282846f1145a1655460b36a4fceaa026f22 149 0.06 vMB 1,306
135,778 135,778 00000000000007871d584055ecd97ad4c56f0a46d1d12fe1fb1daea855ac38b6 20 0.01 vMB 301
135,777 135,777 00000000000009b85adfd44b0798069ce84a9a907bfb76fb13e9e2fb4bd3c0d7 12 0.00 vMB 941
135,776 135,776 0000000000000252567a77f3dded5d9026c690b424e15fce7492464f44e883b4 6 0.00 vMB 1,037
135,775 135,775 00000000000000062818a4e990251e859e39f5bdcb3cc9401072065363751ba5 81 0.03 vMB 404
135,774 135,774 000000000000043d948e2ac05d9e107eeeddac92b14bf98294249c7b5eb5ba90 135 0.05 vMB 172
135,773 135,773 000000000000051ea02cbfef60f33c1ca990ddbf6c553e56d7bf8e50ade18f62 200 0.07 vMB 406
135,772 135,772 000000000000011398274c4fc90fdc1396a25fb6e358731a12aeb36e88506614 9 0.00 vMB 523
135,771 135,771 0000000000000451b46039d5090669631380cb3f0c2d37572e9ba0231a0f0d51 152 0.04 vMB 64
Previous 10 blocks ↓
Total Size: 779.76 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: 392.41 GB
    • Received: 1.99 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.