Loading Tool

Explorer IconExplorer

Memory Pool

45,870 transactions
20.38 vMB
0.05482976 BTC
Random Selection Loading Transactions
Max Size: 116.59/200 MB

Candidate Block

Mining Attempt 05c072e496cec1b27039ca05b7c49c816b02ffdbc68cd335042ce893f570b66e
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root dc94dd11e687a43c0b66f1a08e760bd28eb45ed8c6300a27f92c150388d1dd07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,294
Size: 1.00 vMB
Total Fees: 0.01447117 BTC
Feerates: 453.09 > 1.45 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (781,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,348 132,348 00000000000000ed62e043b15d3bece667e1eda3354e42cbedc4847ea8ca82cc 17 0.01/1.00 vMB 80
132,347 132,347 0000000000000fba73f9b13049381077f043e5b624b19b7f1837d281c34018fd 33 0.02/1.00 vMB 879
132,346 132,346 0000000000000950c7c7b5f4409e295eed076a00a2c25531feb47ffaa78f623d 71 0.04/1.00 vMB 317
132,345 132,345 000000000000058ff645382693c064604c5e8d55c4021b37550e2ebbfc240280 21 0.02/1.00 vMB 214
132,344 132,344 000000000000049628a3da35fc3fc08917c5373517925a4eef5eec1a409ec8cc 128 0.16/1.00 vMB 97
132,343 132,343 0000000000000fd61bedb437b6fe919e060ef733b78371380da1e6921239a6a0 46 0.02/1.00 vMB 59
132,342 132,342 00000000000002ace89b31dda00c4e00447f3c73c9308dc4a6e9400ded78dd8c 52 0.03/1.00 vMB 481
132,341 132,341 0000000000000c60c76601d640392720ba563202ee9b8e07446f710e1fc57af1 47 0.03/1.00 vMB 296
132,340 132,340 00000000000009d2a9df33a60fdd9e5ef9a0a666562ea3e9b1e3212a382089a1 21 0.01/1.00 vMB 1,362
132,339 132,339 0000000000000ee222ca4f1f7de7b34f7f46c96ae3eff1f91e0512597a22493b 72 0.03/1.00 vMB 746
132,338 132,338 00000000000011b824e271812f40efdf62e15db39121f7368871879334378a0b 12 0.00/1.00 vMB 566
132,337 132,337 000000000000099131222e7ce2e98b2f6bdf353c24c52a020de40f938c6a944a 1 0.00/1.00 vMB 0
132,336 132,336 0000000000000e4074234fe602080f1e5764882733e2cddce4e8811e9bb84a9d 9 0.01/1.00 vMB 4
132,335 132,335 00000000000007f1b67e93697012810b9d7335c158fc6317a3aa1dcf410d9f53 73 0.03/1.00 vMB 771
132,334 132,334 000000000000126f9eebb751dc4642bbac0f986b9219dacdc007f5daeb5e7569 23 0.01/1.00 vMB 724
132,333 132,333 0000000000001174a194ae7fb266d23fba0ad349ea490f5dbaf14e681d1d7661 93 0.04/1.00 vMB 612
132,332 132,332 00000000000009a0f0d98728f63b55336f841933631b6e0770ca2430da8ce11e 6 0.00/1.00 vMB 69
132,331 132,331 000000000000113e570e7bd82c6a6b61707356a91d72bf61c334e416d14a96e9 43 0.01/1.00 vMB 151
132,330 132,330 0000000000000da6d0d3c065667d6aee09366c3a8c57260b1bb4bc35383a44dd 41 0.02/1.00 vMB 897
132,329 132,329 00000000000003fb2a37f2d6dbf01d998a95b39db8afe318305dceba7daffc68 7 0.01/1.00 vMB 174
132,328 132,328 000000000000075d430087a6fcc25f921e0b1e3f3742d2ab018b1a69f70d9129 12 0.00/1.00 vMB 1,185
Previous 10 blocks ↓
Total Size: 780.54 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: 535.94 GB
    • Received: 5.94 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.