Loading Tool

Explorer IconExplorer

Memory Pool

27,971 transactions
8.04 vMB
0.07502875 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.15/200 MB

Candidate Block

Mining Attempt f7ca7f46e6ddb0594687ec58ff5787e0883dc676843af25e6ff8dc91799580ce
Version 20000000
Previous Block 00000000000000000000462d480322cf9b5bbf8833c1eecd2f438a0f423bde5c
Merkle Root f038c679a32add7e27ec11a1cfc9cdb8d9a7e6838080550afb86749bfb40003f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,364
Size: 1.00 vMB
Total Fees: 0.02917867 BTC
Median Feerate: 3.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,187 (740,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,380 172,380 00000000000004af6a0002c8700ae00c94b860ff02e938d622bd0c8bdce539c1 0.05 MB 110 115
172,379 172,379 0000000000000276ae2ba303f4b62ddb54cb363767237c0e85b1ae6d433306ca 0.02 MB 48 119
172,378 172,378 00000000000008632eda4f5f35f2def7c5f24c0cde09270794df28454ef8ba79 0.01 MB 25 122
172,377 172,377 00000000000007da3343fd7574f51752138511eb7b6bb00fcc53d02d87c482da 0.05 MB 134 26
172,376 172,376 00000000000000f1d4203aab67f529e11946f350d04905311f442b0aff7541e1 0.03 MB 95 49
172,375 172,375 00000000000000f02a2200b2de43425cd66881e046da3100ee026fdada92dd6b 0.08 MB 139 194
172,374 172,374 00000000000005b43878859f3dd6fa97986159483b0d6a2935aaa93d1a500913 0.00 MB 1 0
172,373 172,373 0000000000000187ea5cd2ec24a5a3a6b6c516ac8ae8c7130695044d984295ee 0.00 MB 1 0
172,372 172,372 00000000000009612168b061786740a142b37d8aa4c8e8ecf729be90e0c23359 0.00 MB 1 0
172,371 172,371 000000000000037083b5bdce169b4f75d024382923b0ba43be142fc70636b34b 0.00 MB 1 0
172,370 172,370 000000000000034d7c55b7fc054b45327f2b46d5358af1b9201f71572c57e822 0.02 MB 23 476
172,369 172,369 000000000000099441a4189f671b291964641c724b54bbb71d0ed9ece3d19a8f 0.04 MB 48 176
172,368 172,368 00000000000002e373a286936e480af0240f4c870d911023ef3718e2a8c216c4 0.00 MB 5 933
172,367 172,367 00000000000005e53a9971ee075906b1de0b0ecccf2476bea98ad87b8b98a290 0.01 MB 36 52
172,366 172,366 000000000000041716b80edaeb7117f32d237a793c7cb904d91bfc9e2d6f101c 0.05 MB 140 67
172,365 172,365 00000000000009670c5e4a4ef22c5bab6188f6cdafa564690d272b875be993a9 0.00 MB 7 64
172,364 172,364 00000000000006e9a5de08037e429cacecd100c5d48d96d2c3cf96f05977e95e 0.01 MB 25 49
172,363 172,363 00000000000001a859fd1ab8735ee717167b38788ff4c1e1fa750116e1a2a3ba 0.01 MB 17 57
172,362 172,362 00000000000005849cc3339bfff65e8668e31f87cf3eeeda0c6305d963212361 0.04 MB 122 2
172,361 172,361 00000000000008173a4a1a951d432a0e6781e4c37b9c24fa0a0dd62d39fa52b3 0.08 MB 101 152
172,360 172,360 0000000000000227b4563e6f9ec4cce7cd9689c0f8546a8036fc29d1014e32e2 0.03 MB 92 66
Previous 10 blocks ↓
Total Size: 779.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 59
    • Outgoing: 10
  • Data Transfer:
    • Sent: 10.72 GB
    • Received: 0.24 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.