Loading Tool

Explorer IconExplorer

Memory Pool

74,723 transactions
28.74 vMB
0.08332387 BTC
Random Selection Loading Transactions
Max Size: 170.24/200 MB

Candidate Block

Mining Attempt 7649811e8a7149bb7bbea95147112ca482c50bfcebb3e53c767230dce6c9dd04
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 55876b1d3067d8d8234384ef0fdd7b01dd2caa335b271fd1489877f5b9a3490a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.02494956 BTC
Feerates: 150.93 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (349,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,417 565,417 0000000000000000000a10357a63590df593205a2c2819ed1a3965bf53a9cb7b 3,362 1.00/1.00 vMB 14
565,416 565,416 00000000000000000014d1bb3610ac2d84c654a8158a7fe6812bcabe1bd3af0a 3,321 0.98/1.00 vMB 5
565,415 565,415 00000000000000000026511ee1498a2232cdf1980ca88581d3407676187a861f 3,226 1.00/1.00 vMB 24
565,414 565,414 0000000000000000002889118ac6f9a2b19eda2f8d39f82f68bd63c1ff4056d4 669 0.18/1.00 vMB 11
565,413 565,413 0000000000000000001608deceacdbb56149db3fe1d453cdd2566253715bc7e1 1,821 0.54/1.00 vMB 8
565,412 565,412 00000000000000000026623d119d1195336f3a3a2cfef3b0998b00dfe7a9f46e 3,366 1.00/1.00 vMB 10
565,411 565,411 00000000000000000011ef0f36be2d05a55c38f22b7160728a6408acfb5d9df4 2,053 0.72/1.00 vMB 12
565,410 565,410 00000000000000000001027049cbc9470c054bdb651afb04f40291368c531293 3,030 0.92/1.00 vMB 9
565,409 565,409 00000000000000000011c35323fa5fd630b11517127c6a2235fe0ae90a4e93da 2,869 1.00/1.00 vMB 13
565,408 565,408 00000000000000000014656bda88e060d35a3ee35fda81e1c24a75c0d46315a2 976 0.37/1.00 vMB 17
565,407 565,407 000000000000000000143ea4df58c90cb5ceb10f8152922ee1002ea9c3d89575 859 0.67/1.00 vMB 3
565,406 565,406 00000000000000000022ed29a893bb2d9a1a04a78561c5836d0061e644ad1c87 2,773 1.00/1.00 vMB 6
565,405 565,405 0000000000000000000b13535bd32d8ff493f3374aac0b80258418959391e8eb 2,609 1.00/1.00 vMB 6
565,404 565,404 000000000000000000061f73c631182a54dc57c4f69d87566d1c4e7fdd46c389 3,168 1.00/1.00 vMB 6
565,403 565,403 00000000000000000002c865cb51b52dfb1793a446e3e42051ff54f1a19e5984 2,585 1.00/1.00 vMB 30
565,402 565,402 000000000000000000236520021dbf31ca42e0bc7f1b6603abc850453b2f387c 3,489 1.00/1.00 vMB 10
565,401 565,401 000000000000000000069b03dd1caec52df241b0f59958f28fe803ad0bab2e19 3,508 1.00/1.00 vMB 22
565,400 565,400 0000000000000000001637f85f97c06eb00f0af0a1ceb1550a8c1d18da8db700 3,023 1.00/1.00 vMB 27
565,399 565,399 0000000000000000001762b384161f2e8fafdb3fcc27ea63a9d15523d821d305 3,191 1.00/1.00 vMB 38
565,398 565,398 0000000000000000002d7375a86c8ad4dcbf0b3851f676356ed061abad64faf2 2,080 1.00/1.00 vMB 15
565,397 565,397 0000000000000000000d0721363abc906a60d7f170c0bcd2498bfa8f666a8d5c 105 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.