Loading Tool

Explorer IconExplorer

Memory Pool

36,068 transactions
26.03 vMB
0.06736360 BTC
Random Selection Loading Transactions
Max Size: 132.86/200 MB

Candidate Block

Mining Attempt f8a080b5869420178b96b628916c3a0b63f0b9a30376aea5c2ba8aaf557e0400
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 40e2343b983e3760179a5e9a6c0780bf2be121e96e9e897b7ed46419c945fc9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,470
Size: 1.00 vMB
Total Fees: 0.01943262 BTC
Feerates: 152.71 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (516,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,764 397,764 000000000000000006cbf2f7212fb6bb151c96b665ca5837b28d8c9c66814d57 1,371 0.87/1.00 vMB 31
397,763 397,763 0000000000000000021cd2f61d72249c0b07321186ac75a0d9ce308bd709654f 1,504 0.93/1.00 vMB 28
397,762 397,762 0000000000000000062af52a8bbf0047b30b5fbff286a44d8b18f38730ae75fa 2,263 0.95/1.00 vMB 49
397,761 397,761 00000000000000000797096c610fb602f377bc83431e831defa8fe3e0ed79049 2,019 1.00/1.00 vMB 47
397,760 397,760 0000000000000000040f4e8bbdd2fed410a45ce7f178779ab5fd8c37f84df225 1,680 1.00/1.00 vMB 25
397,759 397,759 000000000000000004ece963480b735210afbcc8f6e91c18a4eb6d32174f291d 1 0.00/1.00 vMB 0
397,758 397,758 00000000000000000422704c5f35ec050db7a6064297f6ef1b3db949eaf8a724 2,551 1.00/1.00 vMB 51
397,757 397,757 0000000000000000001c2e6ff69944913905bfd9b787dfdcb9c4764d28e9383c 2,499 0.95/1.00 vMB 43
397,756 397,756 00000000000000000768f6ede2e04763f854fa8b57fd7c797388414e48690655 1,853 0.93/1.00 vMB 40
397,755 397,755 00000000000000000267377419dccc1f7487b2b21794bea6e120fe8cd8f28209 2,531 0.75/1.00 vMB 44
397,754 397,754 00000000000000000442167215ec093d15f14881973acf32bf749f1c51d0f903 2,489 0.93/1.00 vMB 80
397,753 397,753 00000000000000000730f7926b3503fc00540c9159473765a5d6a544b25d465c 422 0.18/1.00 vMB 35
397,752 397,752 00000000000000000183ed217a97f43b934a9b721ce0ac168d8b9fb82e81d86f 1,684 0.74/1.00 vMB 47
397,751 397,751 0000000000000000036c1aed67ee226cf0f6aca4ecc943e4227e881b63953085 819 0.62/1.00 vMB 21
397,750 397,750 0000000000000000029fd69655ef5563d4ba35512f70bb0e7d3fe95895a37c67 2,702 0.99/1.00 vMB 58
397,749 397,749 000000000000000002f0d869614f4760eb1ce71231c3aae87b1de56868dacdea 1,527 0.86/1.00 vMB 42
397,748 397,748 0000000000000000029e7dc6b6c00a53b9bd834c3615ecbfdcd233053c98070f 1,113 1.00/1.00 vMB 21
397,747 397,747 000000000000000002703dfc80f1e6da805cbcd58f688aafba38ad09e6a6e591 2,635 0.99/1.00 vMB 44
397,746 397,746 000000000000000002c6284c4b42241fe91d2350f90d36c7c8f2bfa2217484a8 2,853 1.00/1.00 vMB 61
397,745 397,745 000000000000000001bfd9fd6e70e9040eba8e99fc30b1509e3bd08281aedfbc 1,083 0.54/1.00 vMB 37
397,744 397,744 000000000000000003181aa5f2d1842f402ff18a9de2503f786580ca5871233a 404 0.17/1.00 vMB 37
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 637.34 GB
    • Received: 12.42 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.