Loading Tool

Explorer IconExplorer

Memory Pool

35,282 transactions
25.93 vMB
0.06881288 BTC
Random Selection Loading Transactions
Max Size: 131.79/200 MB

Candidate Block

Mining Attempt b5d7f55a18412f72d8e98da96c2dba5a003e2067bc10abf68f7dc4b6f162a728
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 0d1c5d68e1b5db17e7b455ad8a4be3af3ee9ee3ec2aa081619deb23487e68014
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.02126781 BTC
Feerates: 250.88 > 2.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (495,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,382 419,382 0000000000000000047f0dd3d9af1f94b95ffb171ed6d8c5b8333046902e8cc5 2,335 1.00/1.00 vMB 62
419,381 419,381 000000000000000001cb9a08b0118c5e69db599a6a0d21d3aaa9d62a6c5baea0 2,103 1.00/1.00 vMB 46
419,380 419,380 000000000000000004dd36c46a1310e437afc22d808fa5d76985a11cdd21109e 1,652 1.00/1.00 vMB 45
419,379 419,379 000000000000000000b4263eebd7d5851eac9bf884b1c8ac836a68cb3c1a12a9 2,485 1.00/1.00 vMB 47
419,378 419,378 000000000000000004d94ae901881f92b08a2ae4b5b8906ef85d935299a46a35 2,435 1.00/1.00 vMB 71
419,377 419,377 000000000000000003e66f5bb391048fd94997d0a7196b0f3cb45718a1a1eea0 3,111 1.00/1.00 vMB 104
419,376 419,376 00000000000000000124614b9b174c5ac6848a41527e13ffda6617afd5ff8f06 349 0.15/1.00 vMB 73
419,375 419,375 00000000000000000114989209c735265307ca7da885f6ab91b26ec6763d1ac3 227 0.92/1.00 vMB 7
419,374 419,374 00000000000000000136394f2784bf65f8450de4608e517703ac604bd09a8ed6 1,505 1.00/1.00 vMB 31
419,373 419,373 0000000000000000038f40b1fac06dd5718cb9443f2e960886c38d0e2fff389d 1,731 1.00/1.00 vMB 42
419,372 419,372 0000000000000000036d2afa6270c3a58c9a2093c706f0eaca4018e54bf2879c 2,746 1.00/1.00 vMB 58
419,371 419,371 000000000000000002a7c7e3502f3fc766d5e36870f2659898e30e45778eab41 2,843 1.00/1.00 vMB 94
419,370 419,370 0000000000000000002eb6633c561845bdc74e5c562564c56aa4080f4ee5d4ee 1,820 1.00/1.00 vMB 61
419,369 419,369 000000000000000004077ada0c8739644e432d876fc99bf8f196617993d3249c 440 0.99/1.00 vMB 20
419,368 419,368 000000000000000003b8505c4a03c7ba1b8f2416ec8a75d6b139c15d5249bc6e 1,123 0.57/1.00 vMB 57
419,367 419,367 00000000000000000280bff1eed20ecc0d638fd082d362f1f6c5ae026be97598 1,259 1.00/1.00 vMB 34
419,366 419,366 000000000000000000971c846407a6a6ed14292b97190a1be00d4f5396977d96 456 1.00/1.00 vMB 15
419,365 419,365 0000000000000000043d51e09d25600edd42467556d0e24d0b41cdbac863604f 1,832 1.00/1.00 vMB 40
419,364 419,364 00000000000000000470a095f005a9e66d36fe8e14114bb40df99203c05ccbfa 1,772 1.00/1.00 vMB 63
419,363 419,363 0000000000000000049487965ccaddf474e59134bd9a117bde18a81890342661 1,974 1.00/1.00 vMB 65
419,362 419,362 000000000000000002a52cba6d769e03fa5325635014e92e17f01d2a26cb8685 647 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.84 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: 637.81 GB
    • Received: 12.44 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.