Loading Tool

Explorer IconExplorer

Memory Pool

35,289 transactions
25.83 vMB
0.06779576 BTC
Random Selection Loading Transactions
Max Size: 131.42/200 MB

Candidate Block

Mining Attempt 6f661f9060a188e9c2b1ae98e6932e1c3b8c74da8d9325a2a76a8c7cdf6acb70
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root c611f58c3629f1d7d39f865430c0bdb347def3f50043f8cf42601928aa73e16a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,363
Size: 1.00 vMB
Total Fees: 0.02055521 BTC
Feerates: 150.77 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (77,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,774 836,774 000000000000000000025944d210ca18f059337335c205700e0e3d7c1abf5df6 3,634 1.00/1.00 vMB 17
836,773 836,773 000000000000000000025790e6aa60efc6b2f7df9f4152bc560e18edc7868975 2,797 1.00/1.00 vMB 33
836,772 836,772 00000000000000000002ce329e74cfd83b4bf1687d9e4ca1215b774c51fdcb70 3,554 1.00/1.00 vMB 16
836,771 836,771 00000000000000000000abb642e2a1727603bf7f611150cbdbd46ec7a252f637 3,092 1.00/1.00 vMB 15
836,770 836,770 000000000000000000010fdb5018507a6b2a20e16b4837ee3235330a37ef23e5 4,107 1.00/1.00 vMB 13
836,769 836,769 00000000000000000001f8f90baac2cdc2d7fe3cdca11e5a1d8c212b69e24d24 4,268 1.00/1.00 vMB 26
836,768 836,768 000000000000000000010a650bdb5bb6884b5e1475854d637a464daee9fc400a 3,184 1.00/1.00 vMB 21
836,767 836,767 00000000000000000002d197ca957e6a8834170f7ca5ffa8cd594932eace57d2 3,547 1.00/1.00 vMB 17
836,766 836,766 000000000000000000022030060c783c2e55a74288209a68e07993257e8feb9f 3,446 1.00/1.00 vMB 21
836,765 836,765 000000000000000000033c31835fe37ce62dc971fe03bb31cac8af98c4264a28 3,781 1.00/1.00 vMB 16
836,764 836,764 000000000000000000025a497fa94ee5769ade28986bd187da5eb6962095bdf1 2,226 1.00/1.00 vMB 22
836,763 836,763 000000000000000000019bec3bfad1c59df436d1037fe64bb8e88438e212494f 2,995 1.00/1.00 vMB 24
836,762 836,762 000000000000000000024c71ab3b7e82cc4722c0d81f5664c4b61581b23054f0 3,769 1.00/1.00 vMB 32
836,761 836,761 000000000000000000012b4300b0d717b74f26d123e4d24c0050725d2c455a07 3,810 1.00/1.00 vMB 28
836,760 836,760 0000000000000000000105091031c24d3e10e39b11a45f117b0dbbd8acbddf79 3,841 1.00/1.00 vMB 35
836,759 836,759 000000000000000000033df9bbbf70afb99b89f32137a52581470eda1da18e20 3,685 1.00/1.00 vMB 45
836,758 836,758 0000000000000000000326e4491c0a6fbc4eb209fb707db51ecb3d9d63f14a52 3,491 1.00/1.00 vMB 46
836,757 836,757 00000000000000000000dc66175c08bc08ee1537715c802509e928c704cefbb8 3,719 1.00/1.00 vMB 15
836,756 836,756 000000000000000000000e649b31bc87402ecc0a3e16c8d9e0e156ee8599bb30 3,199 1.00/1.00 vMB 10
836,755 836,755 000000000000000000015685e4aaf442cb40e836824c841141d1a842f950dd8a 4,656 1.00/1.00 vMB 12
836,754 836,754 00000000000000000003109419874fdb78989bb2c9fcbb72743a03e18de310d7 2,267 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.