Loading Tool

Explorer IconExplorer

Memory Pool

77,245 transactions
28.86 vMB
0.09848801 BTC
Random Selection Loading Transactions
Max Size: 175.09/200 MB

Candidate Block

Mining Attempt a6e81f85117c9eddac8d39c6300a195f92d98b8fb46509453c83829893beef7e
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root f8d3e6978501e5fbcc11681703a4e846dd090030702312f655807aeacd87433c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.03017901 BTC
Feerates: 180.82 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (574,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,738 340,738 00000000000000000eaa073a726072589725166f8e1c1016394a41cccfae8248 1,268 0.61/1.00 vMB 26
340,737 340,737 000000000000000014c3c9bebb7e68755c42df415c279d65be49c015b46e03ec 271 0.14/1.00 vMB 29
340,736 340,736 0000000000000000049eb8a1c98b16122b285be3e84e34ca976e7606e5762b51 95 0.10/1.00 vMB 11
340,735 340,735 000000000000000000c421eb781500eda39013f02fb6ac8d95ff444f4d7c7e94 1,011 0.52/1.00 vMB 24
340,734 340,734 0000000000000000133539119cd8d00a3e9441943d5f28a3b1cb69983f917280 1,175 0.63/1.00 vMB 28
340,733 340,733 00000000000000000f0046d6c551e8364941b7249214e8899820d39dcbacb060 790 0.43/1.00 vMB 15
340,732 340,732 00000000000000001672acf510d92e8143cc4d41731c18dacf3ae53c01eb5222 1,853 1.00/1.00 vMB 32
340,731 340,731 00000000000000000d9953ae6ac1821604b2ae1cc86f94aad9fd4704a11d463d 1,000 0.75/1.00 vMB 22
340,730 340,730 000000000000000014f14a1d7246ea300a75cfc1e60f11c6b3bcabc07349a05c 1,109 1.00/1.00 vMB 22
340,729 340,729 000000000000000017a4b97f4a5a9a71378ef30c6546e80b2b7a0ab3e0d49d6a 512 0.34/1.00 vMB 17
340,728 340,728 00000000000000001494e5d32591845efbff49b847aa5a0144f158c70df925e6 33 0.06/1.00 vMB 5
340,727 340,727 00000000000000000add5c11b5a27521625fbb213d85ef9b6449a48904b5ff3b 1,986 0.75/1.00 vMB 32
340,726 340,726 00000000000000001525c8bcbc3cd15b5323e53f164a4f650c82452b5882c57a 2,195 0.75/1.00 vMB 37
340,725 340,725 0000000000000000112b2816cd7af2f5d473c568c08ae7550f6a27cd01a69bd1 630 0.26/1.00 vMB 37
340,724 340,724 00000000000000000dde5044d59f8d3bf47f153afb54e2bd6b0d662ddc2c27ca 1,737 0.88/1.00 vMB 25
340,723 340,723 00000000000000000ca3ada142cee38de5d99b5817b0231197d902cd2d298450 1 0.00/1.00 vMB 0
340,722 340,722 0000000000000000017ddbd9ce9662bbfee246742e96fd14153f544c6b6981e8 1,054 0.53/1.00 vMB 29
340,721 340,721 000000000000000019bee6c02d77da83fc5cb2006d3d1bccae04c2af4d402ab7 466 0.32/1.00 vMB 17
340,720 340,720 000000000000000006f5f45334917ecaa7b6922190bd9b6f5273a01ff9c798b1 87 0.10/1.00 vMB 13
340,719 340,719 000000000000000016ada6b2e8fe11e24990a7dc99d33f89fecca5d8ab8de1ec 512 0.19/1.00 vMB 57
340,718 340,718 000000000000000009f66d207139b450b8f8f6f6e5a2fb46d0110d131634dee6 1,459 0.75/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.