Loading Tool

Explorer IconExplorer

Memory Pool

80,145 transactions
29.61 vMB
0.06694248 BTC
Random Selection Loading Transactions
Max Size: 178.71/200 MB

Candidate Block

Mining Attempt 472d0b441a47ea3ba6f5c60b3bc91f6dfe9b3744c23b3c409d49c4657c2a9679
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 3e3a641d173aa18e6eea704d0a53b06d53b0eead20b69951b1af43833d15605f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,365
Size: 1.00 vMB
Total Fees: 0.00678654 BTC
Feerates: 73.20 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (153,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,736 761,736 000000000000000000024e1a349d23783fa4b530c927a213e47eb8334389f985 3,189 1.00/1.00 vMB 19
761,735 761,735 00000000000000000005c8cca3cd76c4943377fc6467de4a7207ea699760a303 1,906 1.00/1.00 vMB 14
761,734 761,734 0000000000000000000051f6afec14845535fedca9790ba7762e40d71eb91066 2,942 1.00/1.00 vMB 18
761,733 761,733 000000000000000000007450d2583b1b18b865e7790b77f04bc89b0ebf1fae33 3,337 1.00/1.00 vMB 22
761,732 761,732 00000000000000000001cf4c79923df0160350a104011e470a54b8fbd17ab58d 3,478 1.00/1.00 vMB 26
761,731 761,731 000000000000000000060c1c7baac5ca38b7c3f07df7aec5ae3c3dbd27b9df63 3,173 1.00/1.00 vMB 26
761,730 761,730 00000000000000000002ec006ed978dfb4f4a54beaecdd578dd6c63906c07a4c 3,989 1.00/1.00 vMB 20
761,729 761,729 00000000000000000004924a567f0cbe93f21d887c1112c261a8d9912ae38015 2,653 1.00/1.00 vMB 26
761,728 761,728 000000000000000000074a6528851c3b676ae9b636ab764c1ef258303962da24 2,222 1.00/1.00 vMB 27
761,727 761,727 00000000000000000000043e226effc74d9acd2e86c3bb08375b79336a530a82 3,264 1.00/1.00 vMB 31
761,726 761,726 000000000000000000058380e94447f7a3d2a44e49728d6725a18b7d40ae9d7f 3,253 1.00/1.00 vMB 35
761,725 761,725 0000000000000000000788338b3d40c866b837a730bdd86bbc0979864c10363c 2,036 1.00/1.00 vMB 6
761,724 761,724 00000000000000000000d347895ea2815f7b06e256a49989ca9dd7375311574e 2,945 1.00/1.00 vMB 12
761,723 761,723 000000000000000000009a385866fd8ce3a79500921a887e00c33e9a6b9f0daf 2,097 1.00/1.00 vMB 8
761,722 761,722 00000000000000000004a53b4a2e5e52ec1def58a8e129e88fa52a2d2b3cd468 2,418 1.00/1.00 vMB 11
761,721 761,721 00000000000000000003aeea6655abff01938c3064e68e37ecd266c6f8ab6d79 2,963 1.00/1.00 vMB 11
761,720 761,720 000000000000000000009c1d2deda40d6334043574b3c27bb4ae4cbc5bc4b070 2,224 1.00/1.00 vMB 15
761,719 761,719 00000000000000000003b134d4fd9c80d6263885b1dd38d13c48fd6474d5d053 2,211 1.00/1.00 vMB 21
761,718 761,718 000000000000000000024624152c05f1f84f33562323a6ea70141593a56b9a25 1,731 1.00/1.00 vMB 16
761,717 761,717 00000000000000000002962867c69c8cfc97c1b6a9d8cb487825756c75b904bc 2,960 1.00/1.00 vMB 15
761,716 761,716 0000000000000000000383aee0f50d9ba27009934af9cb2ef85dd4585eda9b9b 2,139 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.36 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.53 GB
    • Received: 14.86 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.