Loading Tool

Explorer IconExplorer

Memory Pool

35,172 transactions
25.90 vMB
0.06790338 BTC
Random Selection Loading Transactions
Max Size: 131.61/200 MB

Candidate Block

Mining Attempt b0f3c0be6598bbfda44064ac866abc16f210322c60450e8db155e02dc104b9e3
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 00c824597a967c01e45c76bbee3228acdb88135e50f0ccaedb44c619dde15ed9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.02038707 BTC
Feerates: 250.88 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (329,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,118 585,118 00000000000000000012a0fd57a7afb64b1b52529ab1793601cc5e3c3363fec5 2,257 1.00/1.00 vMB 7
585,117 585,117 0000000000000000000006aebe40c36f6db30fbe71582a891a49d320ea6644ec 2,669 1.00/1.00 vMB 48
585,116 585,116 00000000000000000014f5388b641660c7213d36d2924d495aabb8d7c4c3e1f7 2,332 1.00/1.00 vMB 47
585,115 585,115 000000000000000000089a0c49ad8480e57ca3547afe82aacde01be70c8c29f9 3,170 1.00/1.00 vMB 74
585,114 585,114 0000000000000000000de84e0ce0c3f43bc60631e9bd5224a765fb78c4a86b58 2,922 1.00/1.00 vMB 59
585,113 585,113 0000000000000000000c49fc04b59cee7108ff1bf22df5d705f1c63506ad4bbb 2,038 1.00/1.00 vMB 37
585,112 585,112 0000000000000000000f9e9e772a27418bed8dd5ad89455d8feb3d3b97095990 3,058 1.00/1.00 vMB 35
585,111 585,111 0000000000000000000dcfbaac792ceb4c2ff9b70edfb5cd33f1ae81d9aa347e 3,066 1.00/1.00 vMB 80
585,110 585,110 0000000000000000000c442e658be90807b84e4e134f3e5dc13533da17d340f5 1,162 1.00/1.00 vMB 5
585,109 585,109 000000000000000000066ec197f3ed87a59aa2b5bc2854d59fd784476b60e375 1,063 1.00/1.00 vMB 8
585,108 585,108 00000000000000000005dc44e777ab95e021f44be3535ef7c7db64db7ed96b44 1,275 1.00/1.00 vMB 19
585,107 585,107 0000000000000000001c1044e7f2515fb82d0e22446ed5d166a6e14029710516 2,547 1.00/1.00 vMB 50
585,106 585,106 0000000000000000000f19565924c9f44dd089d4c0df5004a74a3e695ae82d48 768 1.00/1.00 vMB 9
585,105 585,105 0000000000000000000db01363f574252444d1f3eca0db48395dd146a32a8ead 2,538 1.00/1.00 vMB 25
585,104 585,104 00000000000000000006d7e8104e83a11096e075e3e4e4321c669fe1e98a1f77 2,172 1.00/1.00 vMB 24
585,103 585,103 00000000000000000007cb0949550246f42ce4f15aee6fcd0e809ed82ab86152 2,440 1.00/1.00 vMB 50
585,102 585,102 00000000000000000009c1fa6697b0ed2dc70d7912c46462b4b6d2b6cf59c26d 3,267 1.00/1.00 vMB 72
585,101 585,101 000000000000000000134011cc111536552ce789deba834d07a67107bae5306e 2,518 1.00/1.00 vMB 35
585,100 585,100 0000000000000000000ac00059676e713f4e0d40e94663866c40295f39ac5aa5 2,987 1.00/1.00 vMB 59
585,099 585,099 0000000000000000001c6429d1544cd21b809078b79e39b813aadb5c959defbe 2,701 1.00/1.00 vMB 74
585,098 585,098 0000000000000000001dd327d94491c33466fd760c78ccaebe723405d20ddd97 2,015 1.00/1.00 vMB 41
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.80 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.