Loading Tool

Explorer IconExplorer

Memory Pool

90,333 transactions
33.12 vMB
0.16125160 BTC
Random Selection Loading Transactions
Max Size: 199.75/200 MB

Candidate Block

Mining Attempt 7e8c7c2b78ca6ece4727f1c1ab83414c0aed968c4a235c0783659373ad3f051f
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root f45b85396ac0b857289b341fdd857e67e6270f5a3872595dd68b8b0e28ebc0f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.06269512 BTC
Feerates: 627.82 > 6.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (264,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,606 650,606 0000000000000000000e5b9137a6445a67b179a73721b2bf1eb5f49a93371eea 2,264 1.00/1.00 vMB 35
650,605 650,605 00000000000000000007760fd93bf61067d040fd730091dabc414a612f5d5518 2,249 1.00/1.00 vMB 55
650,604 650,604 000000000000000000075ba2840a5c12c9e873ac14776e617b1e813d550c1ca7 2,131 1.00/1.00 vMB 64
650,603 650,603 0000000000000000000a7ca836f94db58ef495ab65d50098074f75996b5f4bc8 1,958 1.00/1.00 vMB 19
650,602 650,602 0000000000000000000c92c9fd9a05b5d2cdedc74e3ea1368cbfbe7e93eb216f 2,045 1.00/1.00 vMB 75
650,601 650,601 00000000000000000002ef5505d995ff18a23d210a944e2a8a829461025576f0 2,383 1.00/1.00 vMB 34
650,600 650,600 0000000000000000000cd4033ccc7530e4d9027f8497643ae1dc012b1ef09743 2,286 1.00/1.00 vMB 46
650,599 650,599 0000000000000000000615901099170e6f0ae19c65963f267e2950c9c67b5c2d 2,229 1.00/1.00 vMB 78
650,598 650,598 00000000000000000002596ec480fb2aa28dad2ef020a74c406a9bd73901950d 2,894 1.00/1.00 vMB 25
650,597 650,597 00000000000000000000ec738cea457e6c411269592e705bbc38674ddde66f5d 1,710 1.00/1.00 vMB 44
650,596 650,596 000000000000000000056d62bd8edfb29b56180cc8530b4b24b2285bfbc28b47 1,243 1.00/1.00 vMB 14
650,595 650,595 0000000000000000000b21cfaba6f8136f758a1429f41cc38983789e459c6939 1,372 1.00/1.00 vMB 14
650,594 650,594 0000000000000000000953272c6455c419a4bcb0f3e96672642e18cbd443a0fe 2,222 1.00/1.00 vMB 27
650,593 650,593 00000000000000000006aab47f53bec9274698d379a7d6aeb52c718b89a5f876 2,125 1.00/1.00 vMB 13
650,592 650,592 00000000000000000003f435070bc1d3ff1edb8e52d8f601a17b54d632b6fd5e 2,511 1.00/1.00 vMB 30
650,591 650,591 00000000000000000004a0f1b4b383b3dd1f81b2b52c3fc60c961ce7b328462a 2,450 1.00/1.00 vMB 29
650,590 650,590 00000000000000000009e6a34438267f7637f814aaf01c24a0de8691d3daf70a 2,173 1.00/1.00 vMB 66
650,589 650,589 000000000000000000072869bb3198350302aeda2ac6c269efc0e57cbff0d3bb 1,742 1.00/1.00 vMB 73
650,588 650,588 0000000000000000000d72968e2833703988c2ce17e64e554c3fc2bec8e5a1ce 2,400 1.00/1.00 vMB 29
650,587 650,587 0000000000000000000719a8938000bf99eb49e2f678cd1ba9653102f4db0017 1,409 1.00/1.00 vMB 50
650,586 650,586 0000000000000000000990a5a0ca65284040668ed4c10720d74467f9e477b4e7 1,325 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.