Loading Tool

Explorer IconExplorer

Memory Pool

80,304 transactions
29.65 vMB
0.06725617 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 19037f3180451fd66f4d6d7805fe3b7d133abb32c66ce15a6d44ab07487454f1
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 307e41f29f6e842b91fa719501b78bb7175833c5e17507b17245ef532ca53060
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,275
Size: 1.00 vMB
Total Fees: 0.00700312 BTC
Feerates: 90.30 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (206,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,200 708,200 0000000000000000000a43f81ee7b1552dc0f82edd8a391ad335d1f2f75b946d 3,418 1.00/1.00 vMB 20
708,199 708,199 0000000000000000000c8f30e06527e5b07d4b8c615c86855f6bb555b189a7af 1,804 1.00/1.00 vMB 15
708,198 708,198 00000000000000000003ff428149535d303c76833b07aef2eea8896f0c5af6d4 2,470 1.00/1.00 vMB 17
708,197 708,197 00000000000000000006ab717166a2638c5086b3e02a144773b7763d1ff8064c 3,297 1.00/1.00 vMB 18
708,196 708,196 0000000000000000000437be00bf7789e4e19a187353188a3a0f574f9523f401 3,452 1.00/1.00 vMB 12
708,195 708,195 0000000000000000000473d2f4888ca5aea729a881d0aac63b92aad2cf7c987f 2,736 1.00/1.00 vMB 22
708,194 708,194 0000000000000000000cd6970540620c4cd69ce9ed7deb295a3c7609f7335113 3,057 1.00/1.00 vMB 28
708,193 708,193 00000000000000000000f213e35d1ad5af49f19535d217cd6bb488b7d5294ff2 3,349 1.00/1.00 vMB 32
708,192 708,192 000000000000000000099dfd09dea9a9aba79b4cb0737ee55a007c168decaad0 3,083 1.00/1.00 vMB 29
708,191 708,191 0000000000000000000333fe7c4d2a4277a0f3d372e0769ea8e428ffd8e1abc7 2,754 1.00/1.00 vMB 12
708,190 708,190 00000000000000000008cfcc546a6a20cc7551fcf04a32e3702d80c2781a197a 1 0.00/1.00 vMB 0
708,189 708,189 00000000000000000006b1165feebb17d71338fc2995beec11c8d97fc26758be 1,678 1.00/1.00 vMB 17
708,188 708,188 00000000000000000005a4d99e01df8c14f1dfa74dce16bdb9c1c360f1060d93 2,328 1.00/1.00 vMB 34
708,187 708,187 00000000000000000008bce8e9cdbdc42764cf10c2ffd9bb278beaf73eee39bb 3,128 1.00/1.00 vMB 32
708,186 708,186 0000000000000000000a33625366d37c2b025a526debebaf919b5570e4b1e06a 1,981 1.00/1.00 vMB 6
708,185 708,185 00000000000000000002fd0fa274ab694fcf8c6fdf1ba9b178513369ee4d503c 2,387 1.00/1.00 vMB 13
708,184 708,184 0000000000000000000afb59216aec3b353cfb07295a3878b27d540397e60070 1,101 1.00/1.00 vMB 6
708,183 708,183 0000000000000000000788e6bdfb49c04b77edb1eea875a7a72f87cb984d7b16 1,464 1.00/1.00 vMB 5
708,182 708,182 00000000000000000006ad34c299f78c99fa2deb0605ecdaf23c17a1b13fef21 1,733 1.00/1.00 vMB 5
708,181 708,181 00000000000000000006933f9deb274f3570076f96a9bb0879dada953a70d6ea 2,991 1.00/1.00 vMB 4
708,180 708,180 0000000000000000000c83a3655b86426a4528d0674d9bf17ba4709f0fa235b1 3,154 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.