Loading Tool

Explorer IconExplorer

Memory Pool

77,099 transactions
20.91 vMB
0.05020421 BTC
Random Selection Loading Transactions
Max Size: 140.21/200 MB

Candidate Block

Mining Attempt 8f99c90d17e1b5b3421ddbae509a740736c7a9431d4d87d536f93d2a5e402e7c
Version 20000000
Previous Block 00000000000000000001ee3fe87da2553f46c31311838dad2768d85b204c2e80
Merkle Root 84e599ba909d0ec8ed4a76ae6533c14af15c7fe8bc19d8f2695f0145dc750cda
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,276
Size: 1.00 vMB
Total Fees: 0.01713948 BTC
Feerates: 200.71 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,176 (856,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,410 59,410 0000000002b26d5ea22c839006771621124eb72bfbe6e796c04f855cb9033a80 1 0.00/1.00 vMB 0
59,409 59,409 000000000b38dcf65ce12016cf0f20a8c21c422227725638f16c62035b1bf796 1 0.00/1.00 vMB 0
59,408 59,408 000000000563948c67c67e51e028f4ef2a39cc235aed759748e8eef56e59de4f 1 0.00/1.00 vMB 0
59,407 59,407 0000000004458b3fc2ea761c5373dae4736e023be15b2aac9ca5ad756781af89 1 0.00/1.00 vMB 0
59,406 59,406 000000000abe86a86b513bef93f5ae8648a26b5245b60d3330369245926bdf64 1 0.00/1.00 vMB 0
59,405 59,405 00000000031daf381ea80bfdc08b61c7ae0a1f806b27183b124ee3b519d61673 2 0.00/1.00 vMB 0
59,404 59,404 000000000e93a0106f9b4681a50099c859371d1a169debe8d679a6855d831f85 1 0.00/1.00 vMB 0
59,403 59,403 000000000ea536c3884d09beac4f4794f60a843f308e3275ddd828608ac9464d 1 0.00/1.00 vMB 0
59,402 59,402 000000000a0a376fc9fce6d0e9a3d78cc1530360acd2cdeb8d992a4274fbb129 3 0.00/1.00 vMB 0
59,401 59,401 0000000006d7b22599f400a0ec7bc8769837459339f82c6c7276ceef4824841f 1 0.00/1.00 vMB 0
59,400 59,400 000000000733a05fc5cb1d3f9b3371baafe2fce77f6d20811dd01f9197e7ce02 1 0.00/1.00 vMB 0
59,399 59,399 00000000011fa3f597730afee85e99ef7d7b39c79f5192704ba78ac008aaa833 1 0.00/1.00 vMB 0
59,398 59,398 00000000035ad856cac75b7d24b0ac6d42df49fc648237966a038d666576d7f4 1 0.00/1.00 vMB 0
59,397 59,397 0000000002162a58b952df59257ef54cd84fc5da4abfbe2606d20c0f04b3f72a 1 0.00/1.00 vMB 0
59,396 59,396 000000000dac15bc345fcdc94848b5ebddf41c103db0ddc9e225a3a727611dcb 1 0.00/1.00 vMB 0
59,395 59,395 0000000005de4054527279e0e6332b431ca0634598e9f67a9da4a73fb57d8cc1 1 0.00/1.00 vMB 0
59,394 59,394 000000000e1594be49a84355090cdd17ab37f9159f74cb09ae8e7791e0c8443c 1 0.00/1.00 vMB 0
59,393 59,393 000000000bf9a710f68e6fc9b9b85ffbe7a3df8aa2417e6b056be828f5e90b8d 1 0.00/1.00 vMB 0
59,392 59,392 0000000000769f4ed62cb74332a145c9793aaf1f7d1c2b77dad27c81b4923b18 1 0.00/1.00 vMB 0
59,391 59,391 000000000490131133b7a17b9a099e1c84b9e24a1b1e367b45e4a6b0c1cce6eb 1 0.00/1.00 vMB 0
59,390 59,390 000000000019f21560723999c8edc320609aa21938b8453e524c2a8a684f3d0f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.41 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: 821.42 GB
    • Received: 24.72 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.