Loading Tool

Explorer IconExplorer

Memory Pool

82,469 transactions
31.05 vMB
0.09147284 BTC
Random Selection Loading Transactions
Max Size: 190.17/200 MB

Candidate Block

Mining Attempt fa120335cea5430fe8cffe1bb6352369efae66edfd0f3cd5e6a97c08dda9b290
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root f60d0161be7a5b51f600ac3d6eab717f6b792159e04243dbd571f3c10ea79a01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,447
Size: 1.00 vMB
Total Fees: 0.02154756 BTC
Feerates: 100.00 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (467,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,706 447,706 0000000000000000027ae072867b5f22b4a8e7fef7a336011c1fbc1bd9687109 1,916 1.00/1.00 vMB 61
447,705 447,705 000000000000000000de828e62de7289db32a014ebee824b404f127612d1a43a 1,607 1.00/1.00 vMB 73
447,704 447,704 0000000000000000001a7cfc06c96f02d3f4988a23487cb4e5a5792cd111946f 1,922 1.00/1.00 vMB 67
447,703 447,703 00000000000000000068522a34c2b3fe1e3353d09364a42b0a80cbd55cedfc37 2,260 1.00/1.00 vMB 76
447,702 447,702 00000000000000000310e10f6804d37098c23ef84c9d3077ae1c61305de44c05 2,763 1.00/1.00 vMB 107
447,701 447,701 0000000000000000010330999ae60d44eec78c105263fd933b8e6db04b1559c3 2,888 1.00/1.00 vMB 84
447,700 447,700 000000000000000000afe276d3991f6cecad15034b0544c0641ca9f72d9ea5a5 3,165 1.00/1.00 vMB 83
447,699 447,699 0000000000000000030d94c38fd05c2e856ae08f3e8f25d3dfab8a6ce68013a6 2,329 1.00/1.00 vMB 80
447,698 447,698 000000000000000000f981ba6acdfccbfbf4c3143241692e1195710cb3592433 1,608 1.00/1.00 vMB 65
447,697 447,697 00000000000000000239e34b3bbe0a9f08e856be6343777975ffccb1083f76f2 1,908 1.00/1.00 vMB 70
447,696 447,696 000000000000000002d308035487c135de7a5e335c027ef8df1f5d3313e081c4 2,287 1.00/1.00 vMB 85
447,695 447,695 000000000000000000e1c66bae8809c2300dac567cd0b1917862ebbbeefc648f 2,447 1.00/1.00 vMB 105
447,694 447,694 000000000000000002673526c5395808636c3b82cc2287d26dcfcfb8e7188565 2,347 1.00/1.00 vMB 65
447,693 447,693 00000000000000000098418a614f48593077bf17838d9c45481c6f175eede257 1,726 1.00/1.00 vMB 83
447,692 447,692 000000000000000001a7d4edfb0d42f58f81332435b4d26604c4eea8b0b6aa28 1,759 1.00/1.00 vMB 75
447,691 447,691 0000000000000000027f9c426b9b9f98aa97922083b6e8d297e1ce789c9ac4f6 2,832 1.00/1.00 vMB 98
447,690 447,690 000000000000000001c94da2c1326f3d2f1f2cff0f15a4b9f4e3a492973f714b 2,565 1.00/1.00 vMB 100
447,689 447,689 00000000000000000173328bf7817dc0beaba00d053a2e26fa10e2399c8dbf44 3,035 1.00/1.00 vMB 134
447,688 447,688 0000000000000000006895406fc26977f9a681d3b1308461873b435d414776c9 2,817 1.00/1.00 vMB 105
447,687 447,687 0000000000000000006b322d92af617ec490c0a4d6e2110772d3a25a45cc6b52 3,078 1.00/1.00 vMB 121
447,686 447,686 000000000000000000a8053cf71889ce5decd3c63cb07224355e0188344f6804 2,712 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.