Loading Tool

Explorer IconExplorer

Memory Pool

86,154 transactions
31.52 vMB
0.08184400 BTC
Random Selection Loading Transactions
Max Size: 193.86/200 MB

Candidate Block

Mining Attempt 9e298e6fd7f588bf9dc77f777719cf738c8b834d6f7484d65d68062ba6e428ab
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root aae226e9c14427b332a39d8d9a59365aa823acb4b2ac1610b7f6f969650f86cf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.01021091 BTC
Feerates: 60.10 > 1.02 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (138,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,697 776,697 00000000000000000005a39a37d607b0b62ff6750e71a0361b5e75d8b49c9488 2,211 1.00/1.00 vMB 17
776,696 776,696 00000000000000000002029fd4c1fd24134f99b191e56f5095264cde06a0371f 2,674 1.00/1.00 vMB 25
776,695 776,695 00000000000000000002b6e95119173d4bbd5ffc48dc92206da8fb9fdc3dc6e1 1,053 1.00/1.00 vMB 15
776,694 776,694 00000000000000000005cad36e78debe14ce4714cb6b66e85a90f9ab249c6688 1,975 1.00/1.00 vMB 22
776,693 776,693 000000000000000000033a2938e5f940c71c6edfe1a375e6024211b3a214434e 2,074 1.00/1.00 vMB 16
776,692 776,692 0000000000000000000211694f64e2971c936779153a17e67947bfd1afe0b7e8 2,148 1.00/1.00 vMB 15
776,691 776,691 000000000000000000002d0c88d73384c966184317511e1ec02433f2a6eea6fd 1,652 1.00/1.00 vMB 17
776,690 776,690 000000000000000000019564d322ce8873b2aba533e1338a6d79a270dcbee802 3,271 1.00/1.00 vMB 26
776,689 776,689 00000000000000000004326f6f6fd90f3e37e0b177cd4330210ab2a928225353 2,688 1.00/1.00 vMB 33
776,688 776,688 00000000000000000006ca45e3ac97c0f1efa97d9855865c991318fad0e12ed5 2,995 1.00/1.00 vMB 34
776,687 776,687 00000000000000000000949365410d2399fa439417548888e58236e3b3bdffab 2,997 1.00/1.00 vMB 24
776,686 776,686 00000000000000000003003d123e822f6bc34de7921e5b9a4df5324ea6e9189f 2,852 1.00/1.00 vMB 23
776,685 776,685 00000000000000000000395e8fefa51c14189f0a3128095d3a1e34b08de8a0e0 3,119 1.00/1.00 vMB 24
776,684 776,684 0000000000000000000001709e848831a375c40443879951ad0e03a39f1b41bc 2,685 1.00/1.00 vMB 24
776,683 776,683 0000000000000000000110099a3a4501bba1e5a4ec890422c52df1300949800c 2,681 1.00/1.00 vMB 25
776,682 776,682 00000000000000000005fb72f1a7b71f507d6683beae73d98e10c703baac16b7 3,391 1.00/1.00 vMB 38
776,681 776,681 00000000000000000002ce5740c75d6fe1b7bd9f6956e5094e95ae39552ae809 3,255 1.00/1.00 vMB 28
776,680 776,680 000000000000000000056e2b0708c7dd70c00f7336b07881724fc82d7df4158c 3,544 1.00/1.00 vMB 31
776,679 776,679 0000000000000000000021bb823d8518bfa49c6f16bce1545c4977eb829238a9 3,789 1.00/1.00 vMB 25
776,678 776,678 00000000000000000003bd77fbe5a928b5c224ed21512d00a638465c5265b9cd 1,905 1.00/1.00 vMB 26
776,677 776,677 00000000000000000001fb315b6c16629eead38c1fdd16851afcbd182aebaf27 3,435 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.99 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: 717.16 GB
    • Received: 17.83 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.