Loading Tool

Explorer IconExplorer

Memory Pool

83,337 transactions
32.67 vMB
0.10187932 BTC
Random Selection Loading Transactions
Max Size: 195.91/200 MB

Candidate Block

Mining Attempt 333670c144e82aaf317204fdbf6cc96067514485cea78912d657289ce0229497
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 18f93cf7d6645744679cdeacffd38e11c7e35234113b17edf22fd036d85e643e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,213
Size: 1.00 vMB
Total Fees: 0.02558761 BTC
Feerates: 265.25 > 2.56 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (287,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,590 627,590 0000000000000000000531b61bce924e3ad8bd6acf7eed354fdf1286930f73cd 2,080 1.00/1.00 vMB 16
627,589 627,589 00000000000000000004f9628b30311247d4468dfa9da2ab3f67555c2a34f3ae 2,643 1.00/1.00 vMB 9
627,588 627,588 0000000000000000000464ff7a0697404414bba10448d0df578f68c70a2ca5f4 2,554 1.00/1.00 vMB 29
627,587 627,587 0000000000000000000a1d1a4157835592ffbacc2a832d280d9fa86633e73a54 2,699 1.00/1.00 vMB 44
627,586 627,586 0000000000000000000f68ff7df36c0de959d9297aa45c54d66752ef5fbe11a8 2,860 1.00/1.00 vMB 31
627,585 627,585 0000000000000000000dff17d7e8c920a3d887f0fa7136a06c012583c31f8ac4 2,861 1.00/1.00 vMB 17
627,584 627,584 0000000000000000000ad688a628e3be228679079bdea1e50f3e422e57444f2d 2,170 1.00/1.00 vMB 29
627,583 627,583 000000000000000000009154f637fb77260a91a740305ca2c3fbf9659c4ef077 2,294 1.00/1.00 vMB 43
627,582 627,582 0000000000000000000e8ca090d700764f8de4c2c4805ed3fd361c6e28a61c78 1,889 1.00/1.00 vMB 7
627,581 627,581 0000000000000000000801bdcc0c5ececb2bbdcd96e4551223afe56123817528 1,498 1.00/1.00 vMB 10
627,580 627,580 0000000000000000000f42c72d518c09b9978cb486516af5b93407484a59eca9 2,724 1.00/1.00 vMB 20
627,579 627,579 0000000000000000000799a42b0503ae0e22301cdade4cabd22fbb24628fb24c 1,651 1.00/1.00 vMB 17
627,578 627,578 0000000000000000000c90ff4cb2882ec54c4981786bc5328e24b7834a2dc8e2 2,649 1.00/1.00 vMB 15
627,577 627,577 00000000000000000011308f7d3e496f6249544688d93fbe3f805580ac977427 2,788 1.00/1.00 vMB 34
627,576 627,576 00000000000000000009301b847e515c0654b3fcf9ac7ac07c0a7f642b507dc2 2,993 1.00/1.00 vMB 34
627,575 627,575 00000000000000000008df0e259635ee45684783d907a7f2e51b2445709f5e7d 2,950 1.00/1.00 vMB 22
627,574 627,574 00000000000000000009efda8d2a0edde3f27c22c5f4131a18a22682588e8c0e 2,732 1.00/1.00 vMB 35
627,573 627,573 0000000000000000000b356dc5c7c95b225452ad1cdc2efeaef78173c65d14e4 2,639 1.00/1.00 vMB 35
627,572 627,572 0000000000000000000e33674b13a55b7465a6bb14cb410c2cc61d5a9dafbcad 2,320 1.00/1.00 vMB 28
627,571 627,571 000000000000000000108170ccf46a34f0fc54772ba75745989f3bba445911b2 3,049 1.00/1.00 vMB 44
627,570 627,570 000000000000000000026123c99bedf122c020bee207c3b36eaa0cd7cc66507b 1,995 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.