Loading Tool

Explorer IconExplorer

Memory Pool

74,263 transactions
27.40 vMB
0.06780927 BTC
Random Selection Loading Transactions
Max Size: 167.30/200 MB

Candidate Block

Mining Attempt a6205b220202cbead95e93886cbe93777c6480cd7a52daa7ce81ff6d61b9bc27
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 7228c2c657b67071f6c87b8a29ebd6c28003483a8129e28ffbcd5f201b9e0950
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,380
Size: 1.00 vMB
Total Fees: 0.00915739 BTC
Feerates: 80.55 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (299,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,745 615,745 0000000000000000000afe9d3d1e4e75516be8cbc05ac41417cca65e0041373a 1,984 0.89/1.00 vMB 14
615,744 615,744 0000000000000000000d3393fd60b1382a426fc1519034981bf5c1f271e022d6 1,285 0.36/1.00 vMB 13
615,743 615,743 0000000000000000000a2f3b0f6efae734772f6eeb3f5b5877274ccfc9420cdc 221 0.05/1.00 vMB 16
615,742 615,742 00000000000000000001f2133b7fe4fdfbb26b157c9634e3d466f8d199f612de 1,457 0.51/1.00 vMB 18
615,741 615,741 0000000000000000000a8de0973400596bc60619918d40821c27c6f7fb19e8c0 2,364 0.72/1.00 vMB 5
615,740 615,740 00000000000000000009bca90e9a0125bd43c06fca2e7490b45eb2a609b8a9aa 2,244 1.00/1.00 vMB 13
615,739 615,739 000000000000000000114dac2b0774ae1f314936d27c59f349e78825ef992002 2,548 1.00/1.00 vMB 29
615,738 615,738 00000000000000000001a555edc8d437c51d34c3b79d690277f5a6157baf8977 2,141 0.59/1.00 vMB 6
615,737 615,737 000000000000000000108580a21efedd330269d8bb182fe45ac771c76b1483da 2,560 1.00/1.00 vMB 24
615,736 615,736 0000000000000000000a5b6dc7605b6af21c08d668cedf9c78bc96831cecd913 1,473 0.50/1.00 vMB 10
615,735 615,735 0000000000000000000d9aa0e0f14d4bba656f74a78dfbd798437c2ba47c1a85 2,349 1.00/1.00 vMB 11
615,734 615,734 00000000000000000010bac4c838f21fb9e985b9f5a4709410bba9db4014631d 1,830 1.00/1.00 vMB 10
615,733 615,733 00000000000000000000da7a7553643daf9f89c943ea1fded789fc0b882b4b22 1,781 1.00/1.00 vMB 17
615,732 615,732 000000000000000000033ab486a7f9c22292ba45c5590479f57d749e521e1b09 627 0.22/1.00 vMB 13
615,731 615,731 00000000000000000010e2308df2cabfdd67ecd3ed3df3c724dd2ea8f701249d 644 0.17/1.00 vMB 13
615,730 615,730 00000000000000000009b6ae2f607aadb2c6861168d7bfcf34d5e8544ba8fafd 2,509 0.81/1.00 vMB 2
615,729 615,729 000000000000000000047858b9d5736b85c69382afd5ed6976854acede85a403 3,095 1.00/1.00 vMB 20
615,728 615,728 00000000000000000005a1821daaab2bf8b94ca60b850ee4ba29a49834c9ad4f 3,343 1.00/1.00 vMB 9
615,727 615,727 0000000000000000000e3994f4c13faaa52b73d79d84401197d74859b6053ea9 2,755 1.00/1.00 vMB 29
615,726 615,726 0000000000000000000cd420edba8b48a5868f19fbc406f37553df610449ce9c 182 0.06/1.00 vMB 15
615,725 615,725 000000000000000000044d9385a1d850c9f5bf2927d7d83c8af7b81f57ce994b 329 0.08/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.84 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.00 GB
    • Received: 17.15 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.