Loading Tool

Explorer IconExplorer

Memory Pool

78,574 transactions
30.00 vMB
0.08840981 BTC
Random Selection Loading Transactions
Max Size: 179.18/200 MB

Candidate Block

Mining Attempt 894015e239e47eef781c4c1f74dcbac5b41b28e7088ae63bbae83f0c85fb1110
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 7ee926a52be1f98e8bff3900077380e40f2bdaa568185535d1fadd352a89c2ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,780
Size: 1.00 vMB
Total Fees: 0.01892454 BTC
Feerates: 100.69 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (176,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,561 738,561 000000000000000000048f5008df2e3e18d2889c592dcbacd8b363ec0f7ed40d 1,289 1.00/1.00 vMB 19
738,560 738,560 00000000000000000007302f5a0a53b6fbd8b612015eb8aaf87e36ab7f824496 2,479 1.00/1.00 vMB 10
738,559 738,559 000000000000000000078cc25da3052ff4e226b54b8167e79ca779d9f13fbfb6 1,574 1.00/1.00 vMB 10
738,558 738,558 0000000000000000000549c094a7cd8a727a4b315361b100b049b52c3c1df9d3 2,370 1.00/1.00 vMB 17
738,557 738,557 000000000000000000014217afbdf141cff57a7be408d68ea2a247b8b88bdebf 1,642 1.00/1.00 vMB 10
738,556 738,556 0000000000000000000449a88d58609fc50ecdaf0c974f506b6bb750ecee41aa 2,064 1.00/1.00 vMB 11
738,555 738,555 00000000000000000004a88f5c160d0c6bb19d01182150b925daa5a6a01b4eb0 2,396 1.00/1.00 vMB 14
738,554 738,554 00000000000000000007646cd645a8b28eab57cc8e960dd7983f34c85691aa0f 2,757 1.00/1.00 vMB 5
738,553 738,553 00000000000000000001e02f2a8fd817b790b93f0f65b0e7a9c6ca25e6841695 2,322 1.00/1.00 vMB 14
738,552 738,552 00000000000000000009673f9fc11e9fbf14f3708a4f280cb530abca3312bb47 2,159 1.00/1.00 vMB 18
738,551 738,551 0000000000000000000539eb5bf7515eefccda31c3281258516ad5e4b2bdf235 2,432 1.00/1.00 vMB 5
738,550 738,550 00000000000000000008748acd1df0cda66756be7870f5d1c66bf729d0e6e3ae 1,923 1.00/1.00 vMB 19
738,549 738,549 0000000000000000000323a42af6c7a9beb722c820a996d2649327c7aeff6e9f 1,397 0.96/1.00 vMB 9
738,548 738,548 0000000000000000000009e36529bf2758eab743489822bdde42e82631e68f4b 1,684 1.00/1.00 vMB 4
738,547 738,547 000000000000000000046bfacafb1c97882594b5dcf6e1f031017908709c91b7 1,939 1.00/1.00 vMB 3
738,546 738,546 000000000000000000082d4aae2918bb082eaa6b7df9550346ce05a330991ece 2,408 1.00/1.00 vMB 16
738,545 738,545 000000000000000000044c4a0cb434d3804e3207687632c7e482845ba992ed32 617 1.00/1.00 vMB 8
738,544 738,544 000000000000000000000a747e355b6305de83fc0988fd843d216ba040f6dbd8 1,180 1.00/1.00 vMB 12
738,543 738,543 000000000000000000059c4f65f1dd4269a51c7025a336adde53887685322c49 1,876 1.00/1.00 vMB 4
738,542 738,542 00000000000000000000aa45afa7b7bf745bb676fef4622274c5c6595428c18d 2,747 1.00/1.00 vMB 6
738,541 738,541 000000000000000000021019b84ce6142d9405a3c79f19f0c8507608e2109b58 2,031 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.