Loading Tool

Explorer IconExplorer

Memory Pool

47,797 transactions
30.27 vMB
0.09785232 BTC
Random Selection Loading Transactions
Max Size: 161.20/200 MB

Candidate Block

Mining Attempt 03ea30bf5f14b091b3d1a8e11e81957465a723fe003f7918e1f24495fe5fb9f9
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root b9990d387eb1ad81a8364d3c8fdcd702cef71abb26061809cc3224fa7eb374d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.03645650 BTC
Feerates: 150.97 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (282,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,348 632,348 00000000000000000009d6f5474016c265eda757c3535ec9dfcf7df0b0fdf989 1 0.00/1.00 vMB 0
632,347 632,347 000000000000000000082d8969d7319723d690887c217fbfd036d318c9089c55 2,481 1.00/1.00 vMB 121
632,346 632,346 00000000000000000011f472b81f87ba46f202ecf589107849b3a031098c0417 2,707 1.00/1.00 vMB 34
632,345 632,345 00000000000000000008c2098f4ea335dd95bc3c8e6c8dce8ff2e710bfec5f3b 2,832 1.00/1.00 vMB 12
632,344 632,344 000000000000000000012063e5f74b9f9a1b13f687fe7702b39b53a6fa29154d 2,046 1.00/1.00 vMB 49
632,343 632,343 00000000000000000008132479f8bcacb5a6f4e895eaabe11bf1c1db926d1d80 2,281 1.00/1.00 vMB 106
632,342 632,342 0000000000000000000c6ce28e3b67c3551cea107d6b95a26adc65b339134c1f 2,680 1.00/1.00 vMB 107
632,341 632,341 0000000000000000000ae43539213dc5418f02c3ee6833687ab3204b958ae4fe 2,111 1.00/1.00 vMB 68
632,340 632,340 0000000000000000001040a98d0d4409fc9cf161fd33d0f5c9a0cd1b8154137a 2,427 1.00/1.00 vMB 111
632,339 632,339 000000000000000000072d66faf938221612f383e0da9d88bd04b55fbd6a2fa1 790 1.00/1.00 vMB 15
632,338 632,338 0000000000000000000484876943c5a6695eb4c4ecdf8a930b2d8a933fcaeef7 2,749 1.00/1.00 vMB 52
632,337 632,337 000000000000000000100866f510300f165eb60917148d1500bb2d950b8dee99 2,151 1.00/1.00 vMB 17
632,336 632,336 0000000000000000000bfde24f5d65048fa19b1c3690829158c1df2a96c00542 2,894 1.00/1.00 vMB 97
632,335 632,335 000000000000000000079c742d35ed86e4ec0b5f2a98ad4dee81c9375acfe293 1,921 1.00/1.00 vMB 35
632,334 632,334 0000000000000000000817af6b201f4928b6b9ece32556cc894ec49960284e6e 1,232 1.00/1.00 vMB 4
632,333 632,333 0000000000000000000e6d7093abc7ea3c3abf6572253fdbf008d7959940412e 2,683 1.00/1.00 vMB 66
632,332 632,332 0000000000000000000211bceb6551f8e4b17690402bdeae7a738b0dbb6cd9b4 2,154 1.00/1.00 vMB 16
632,331 632,331 00000000000000000006330ff28b5485e4b3d2d0b980a758b09628b233c80a2c 2,152 1.00/1.00 vMB 30
632,330 632,330 0000000000000000000248184743ab70cf0f4f15eb645b39fb6679eb5f3e793e 2,801 1.00/1.00 vMB 23
632,329 632,329 00000000000000000007ee53e0f612b5c270dfb7ca68c93856ec8a73e07b69e1 2,703 1.00/1.00 vMB 24
632,328 632,328 000000000000000000029295768247f0faa2924528dcb8935706218b2f970bdf 2,412 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.