Loading Tool

Explorer IconExplorer

Memory Pool

79,606 transactions
29.91 vMB
0.09932250 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt 1015a1b0ddfbd9701f2fdaaeac1bd3291232d9c13fd60d95337201b72f85a1eb
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root bd52ef0e15f0b203ecd4328863dd176eb98725df431d5cd3b5affb6565ab0665
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,772
Size: 1.00 vMB
Total Fees: 0.03117287 BTC
Feerates: 120.36 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (364,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,633 550,633 000000000000000000083088e4df989fedeaaa4d482f2fa3d80edce709d94996 3,296 1.00/1.00 vMB 17
550,632 550,632 00000000000000000029ce210dd7be7ee8232482b380f718a134956e566db854 2,797 1.00/1.00 vMB 21
550,631 550,631 0000000000000000000afb65a542a7d4df79809e2a3ceb960e806af10d39b3d0 2,420 1.00/1.00 vMB 3
550,630 550,630 0000000000000000001a83c27fb6656cda42916c09e63d946691dea460038cc0 2,553 1.00/1.00 vMB 12
550,629 550,629 00000000000000000010cba4e1f8f70997ddb0dfd20fb7875358126d71d9442d 3,160 1.00/1.00 vMB 8
550,628 550,628 00000000000000000017d2949480f2c6b51a1b6854778ab0c6707cd504b4a300 2,962 1.00/1.00 vMB 29
550,627 550,627 0000000000000000001fe22b18ab811289a213e78483d6057efa17817b6bd5bf 2,901 1.00/1.00 vMB 17
550,626 550,626 00000000000000000021eb6318029b3f75ef03acd317b44793945ade2aa676aa 2,887 1.00/1.00 vMB 19
550,625 550,625 0000000000000000000b437ee8b45d6299c82a00539ca1993d74b11f85f02f00 2,388 1.00/1.00 vMB 8
550,624 550,624 0000000000000000002862705543bbe5ce872d35dbab2b263031a3ae92a57227 2,386 1.00/1.00 vMB 18
550,623 550,623 00000000000000000018d20c007bdef61270eae6c6b598fe73500948d6647a6e 3,064 1.00/1.00 vMB 31
550,622 550,622 00000000000000000009afd2c31b3afb98a35b3ecc73a45edf06813553dcd917 2,424 1.00/1.00 vMB 10
550,621 550,621 00000000000000000018e22be8a9bef1a45c591fc2e30a57259bdf33cb5c5e9d 2,209 1.00/1.00 vMB 17
550,620 550,620 0000000000000000000ede519413ae4847ecf10e33b20f997f98a922b07ba57c 3,180 1.00/1.00 vMB 27
550,619 550,619 000000000000000000279d062854b01f6cf085e06459f9c902d0f0ef36cd4e4a 2,463 1.00/1.00 vMB 23
550,618 550,618 0000000000000000000b82069160036739803ebd606fce1029a85a11aac079e7 3,255 1.00/1.00 vMB 35
550,617 550,617 00000000000000000025906620e9c0af3a5b48da9787a160abe9b6a8f8ea13a5 2,714 1.00/1.00 vMB 26
550,616 550,616 00000000000000000020c1dba6acbff481c058e707e1ffa584a7949d9fe3a117 1,687 1.00/1.00 vMB 15
550,615 550,615 0000000000000000000a988ddaf9f330a8ef4db1bae8df55db6906de231774c6 3,155 1.00/1.00 vMB 28
550,614 550,614 000000000000000000273254cba891d8a387ac14349878d42364c20c4cd3570e 3,085 1.00/1.00 vMB 40
550,613 550,613 00000000000000000029f0f5e485da9f20715bb20e6921d6f58406311b1eb6ab 2,774 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.