Loading Tool

Explorer IconExplorer

Memory Pool

91,117 transactions
33.07 vMB
0.17340709 BTC
Random Selection Loading Transactions
Max Size: 199.87/200 MB

Candidate Block

Mining Attempt e6cb0735d512213b3184d6be3b5504e23a29adc7de07692b4aaaf330e9d59e5a
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root ec4bbf9ed84121a8b1cf58ff63544a140c90f0c3fd12b9974b13abcf5db67790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.06833011 BTC
Feerates: 627.82 > 6.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (549,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,709 365,709 00000000000000000f48fb7d18cc4d63ac8e9d3f556b70adb3e4cc18f5a18a63 411 0.95/1.00 vMB 5
365,708 365,708 0000000000000000031f7c5cd9b6950c9a77de85d9805aabb1356551eba26b08 777 0.95/1.00 vMB 15
365,707 365,707 00000000000000000a68b850efd99e8c4d27d78699c572ff9a8baf2fdad59fa8 622 0.93/1.00 vMB 13
365,706 365,706 000000000000000000f94992c31188c96050e26be148f7db4e7be5da072f276f 1,269 0.67/1.00 vMB 42
365,705 365,705 0000000000000000023a5892d0086517b39e03d6c92a8b15f60552dcb90f8c09 381 0.93/1.00 vMB 4
365,704 365,704 00000000000000001426f4b5b41808aaf07cc76b52c4c5ee08adc7f1b0f3061b 1,262 1.00/1.00 vMB 22
365,703 365,703 0000000000000000038e772687ca6a2b312d8edf5e6455b16d0931d3fd373dca 991 0.73/1.00 vMB 26
365,702 365,702 00000000000000000b32767b569e3742334a94540213b98091150c82eef037d2 2,112 1.00/1.00 vMB 45
365,701 365,701 0000000000000000138147be90db48b8338de6d58cc6b60e6ad360f6ef486d8c 743 0.93/1.00 vMB 13
365,700 365,700 00000000000000000f89316b91e089eb4c48c32ab15c72cc1ed933593aea0afb 473 0.25/1.00 vMB 37
365,699 365,699 0000000000000000123cd3ab0cc488246ec52f2d157757991c66780a5ffc53c2 1,257 1.00/1.00 vMB 23
365,698 365,698 0000000000000000058ff0711f1130d05dd2f2e30c75a41460197660009cd833 1,814 0.93/1.00 vMB 41
365,697 365,697 000000000000000008a7cd4ac8b8b7505139deb5a68d81eec967b74b8ba60d23 440 1.00/1.00 vMB 6
365,696 365,696 000000000000000014135caf1f930c0b8ee60cbb090d87efa896f877652a1f3c 1,383 0.75/1.00 vMB 41
365,695 365,695 000000000000000010e086d1890f63557409425f8e5014013b39d09ba83ef5f2 382 0.25/1.00 vMB 41
365,694 365,694 0000000000000000061de70dd5c4299ebcdf6667e7cf9ed7638d43fc42244ce3 1 0.00/1.00 vMB 0
365,693 365,693 00000000000000000d6006e62bf79343a082c9874a3741073f27f032551b99a0 528 0.93/1.00 vMB 10
365,692 365,692 00000000000000000de2f8d12e5fe08239781a44f82bf45a9835ea75d2face8f 1 0.00/1.00 vMB 0
365,691 365,691 0000000000000000057dc5d65496f1d6f9dfacd86cc411cbe0294606550150cd 1,612 0.95/1.00 vMB 36
365,690 365,690 000000000000000014bb3c3693c659e6c16447cd983206cbea9f46f6051b3e11 949 1.00/1.00 vMB 19
365,689 365,689 00000000000000000929d0c313015a54701adcc6a5a458f2af91aa5b7b37181f 806 0.44/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.90 GB
    • Received: 15.63 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.