Loading Tool

Explorer IconExplorer

Memory Pool

84,289 transactions
31.30 vMB
0.08723279 BTC
Random Selection Loading Transactions
Max Size: 191.91/200 MB

Candidate Block

Mining Attempt 59c0d534877ae18e6cacf687c2ef85e9f3a11916f6e63bfea71365ac500be8b7
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root b21ab596f349140f8b967a5b0764ff22027173e1fe20d324ac91e51cf8537f2d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.01194609 BTC
Feerates: 22.07 > 1.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (346,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,723 568,723 00000000000000000019a99c754ee7b338f8c46749151ba00b1b94d3cb450acc 2,694 1.00/1.00 vMB 15
568,722 568,722 00000000000000000004f336f856ea32fd1ed6d8b179af52e3a7970664f09037 2,682 1.00/1.00 vMB 9
568,721 568,721 0000000000000000002830cd5bcdabe5aa89ccb98cd28cd07f3a2f561cedd3ee 2,927 1.00/1.00 vMB 30
568,720 568,720 0000000000000000000152c55fd3b1310a545c135f02dc98a1f6d4b9813d8e17 2,801 1.00/1.00 vMB 11
568,719 568,719 00000000000000000024a7279bf0349886db92fc5f3f00df55d6c58a5449ff8b 2,876 1.00/1.00 vMB 63
568,718 568,718 0000000000000000001291a254445ec0123ae45045799d97571a6eca86ddb718 1,036 0.61/1.00 vMB 8
568,717 568,717 0000000000000000000bbda233c6e1cfa73a5ddbfd92c2d28bcacd59ce8f49bc 2,595 1.00/1.00 vMB 6
568,716 568,716 000000000000000000198cec7ee02db4b9cfca5e03b0f70f78ff02d798b34ccb 2,383 1.00/1.00 vMB 12
568,715 568,715 00000000000000000014cda0d81f4cd92e1d224a391097afb18d1467d8a836ed 2,580 1.00/1.00 vMB 11
568,714 568,714 00000000000000000019c436636be01c85f62af5def32ded7e3651792b8402ab 2,261 1.00/1.00 vMB 20
568,713 568,713 0000000000000000002130cc261e73d1e525eeea1bb5ab956b5fd93a9b50a371 2,787 1.00/1.00 vMB 26
568,712 568,712 000000000000000000182b9e87226d058b0f8027f2704e5034c20443b7191107 2,469 1.00/1.00 vMB 12
568,711 568,711 0000000000000000000472ae87fa19c0c107af825722780258fa22f2fb188c15 2,736 1.00/1.00 vMB 28
568,710 568,710 00000000000000000005f91f1fe23408e7fa623a974f7210bfa9ac92d2b43a88 2,794 1.00/1.00 vMB 10
568,709 568,709 000000000000000000143dac3ea5d8a7bdcd0c43b1a078c0434fb27449456bba 2,709 1.00/1.00 vMB 32
568,708 568,708 0000000000000000001f4232b38c1eb70af0d0be00080a5633bb5e802d97debb 2,789 1.00/1.00 vMB 76
568,707 568,707 00000000000000000008726ddf39d54d41df773cb4a1bb6d6e75612f706fb87c 2,772 1.00/1.00 vMB 35
568,706 568,706 000000000000000000163cefc55bb63bf5a491b72d0533c7838235d3844497c9 65 0.03/1.00 vMB 67
568,705 568,705 0000000000000000001faff01703adcfdf4b4ccb028682e9c79b83e1c3bccbf1 579 0.31/1.00 vMB 12
568,704 568,704 0000000000000000002578c7186ea05dd4e0b9a086b57eed9d0f614c355962a1 2,084 1.00/1.00 vMB 3
568,703 568,703 0000000000000000002a5a06d48680839681ad5b8f5b90ebfb26f56faf02d27b 2,161 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.03 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: 719.51 GB
    • Received: 18.08 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.