Loading Tool

Explorer IconExplorer

Memory Pool

79,515 transactions
29.68 vMB
0.06836055 BTC
Random Selection Loading Transactions
Max Size: 178.68/200 MB

Candidate Block

Mining Attempt 314e5509f3aa7fb56562c2740d87e3bbc00dd54883894ae5bd0b5d23ae081886
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root b5c5ae4c71adbe8dc01997202f8576946a696ffa507398c106e6961148fa8420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.00791583 BTC
Feerates: 100.19 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (358,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,653 556,653 000000000000000000121d13f4b91caaf9010b7caeb5f040628b4aa3ed227021 1,069 0.41/1.00 vMB 10
556,652 556,652 0000000000000000002e38e77d539d4c2381ec7b0f03911560288cde656e35a0 943 0.44/1.00 vMB 11
556,651 556,651 000000000000000000093a1cc239132d308f14f4af48f2cc76ff07d842e58828 436 0.19/1.00 vMB 14
556,650 556,650 000000000000000000246cd22b59bea5362d24bfaa8c3826f7eff7071846572d 2,016 0.84/1.00 vMB 10
556,649 556,649 000000000000000000305c513b1b173f56f8720758d85178d92ac72756e30d75 1,225 0.82/1.00 vMB 3
556,648 556,648 0000000000000000001a6514f6936079c667eb4373fba9e01960a583c2cd0348 2,054 1.00/1.00 vMB 7
556,647 556,647 0000000000000000000fd28bdcd2c196a13fa7c1621b5aeebb36bb22081089c7 2,676 1.00/1.00 vMB 18
556,646 556,646 0000000000000000000ecbab227e229330b60dad3858e6911c10615916d99b46 1,717 1.00/1.00 vMB 3
556,645 556,645 00000000000000000020e36d5257d5b679a81f46d8e668bd259249c3c2128e93 2,263 1.00/1.00 vMB 16
556,644 556,644 00000000000000000006b4c265025bfc1f67cceddbc3782f116d8c3d617e2eed 1,141 0.46/1.00 vMB 9
556,643 556,643 00000000000000000000dfa91b776154a496ff8ce76ef471b79f977b81b9a360 1,707 0.88/1.00 vMB 6
556,642 556,642 0000000000000000002dbb3d006fb70768556b679ba083ee0a15f5b9ddeb7575 3,056 1.00/1.00 vMB 13
556,641 556,641 0000000000000000001f1bbc6f4bc8232bf53e9d33b3e208a2be19536f0ec4b0 2,759 1.00/1.00 vMB 14
556,640 556,640 0000000000000000002932fc220296f280c479f06d748ba6d02f0e2cceacd91e 866 0.47/1.00 vMB 9
556,639 556,639 0000000000000000002a1605fe6b74f069860cf6a24f07b4883475ce45343a19 435 0.18/1.00 vMB 13
556,638 556,638 00000000000000000025adaada3f2efc17dab2f4b97fd2c310622a59e38f7a13 524 0.17/1.00 vMB 12
556,637 556,637 0000000000000000001b839205deb7c0d7e0740a48bf0df10f95a0fa99ff5b89 214 0.06/1.00 vMB 17
556,636 556,636 0000000000000000002dd2e2e0f7553aa50bf2343346100c6cef8bf7d716ebcd 1,534 0.85/1.00 vMB 2
556,635 556,635 0000000000000000000b7cfdc2baa9bd5f2d3f4196f377bfae2bbde1a9b5ff80 3,202 1.00/1.00 vMB 18
556,634 556,634 0000000000000000000497b215ef79b0297e2eb7f8f282cebd63b4abd75e62cf 2,783 1.00/1.00 vMB 11
556,633 556,633 0000000000000000002acba3c498a8a2e6706d9a8d2ccd32d860212f79279747 935 0.69/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.