Loading Tool

Explorer IconExplorer

Memory Pool

76,394 transactions
28.56 vMB
0.10125394 BTC
Random Selection Loading Transactions
Max Size: 173.08/200 MB

Candidate Block

Mining Attempt 8c09c18ac78b65c913def2cc17c75eef93d774092acbc29b63f5efb2c18e32e4
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root fb564727d656dc4e8407e5f1b4997f8c2ecaa10a7e8264a036a6bf514aa48ea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,382
Size: 1.00 vMB
Total Fees: 0.04208459 BTC
Feerates: 101.65 > 4.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (239,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,248 675,248 0000000000000000000c8233672ffe432403a6f955e60f86122ef749c9b98d53 2,588 1.00/1.00 vMB 82
675,247 675,247 0000000000000000000b077decfef668fe85e5e3e8eb82be588fbcc595b747db 1,840 1.00/1.00 vMB 66
675,246 675,246 000000000000000000090507d58cd12e53a686e35c228fd4e0b8488a40f06b62 1,820 1.00/1.00 vMB 116
675,245 675,245 00000000000000000009776da17c0e7598b357e2cdd906c7db5b40cc25208212 2,303 1.00/1.00 vMB 124
675,244 675,244 00000000000000000002380b450eda844980a2aa3fa34081f1cac11a4d39aad8 2,804 1.00/1.00 vMB 108
675,243 675,243 00000000000000000009a562b4db259cf9b1fa0311e094381e9b2ef3d252b555 2,222 1.00/1.00 vMB 102
675,242 675,242 00000000000000000007b11ab049a51d14f3556e7cb7742f4a532c6b0c464c1d 2,359 1.00/1.00 vMB 101
675,241 675,241 0000000000000000000bfe79813ffb2e5ec2350862232e5a12a0d059b4a830be 2,321 1.00/1.00 vMB 100
675,240 675,240 0000000000000000000992788b9e2e3196130bf65c532dc3c07568b8a8bb38d0 1,793 1.00/1.00 vMB 111
675,239 675,239 00000000000000000004eeb837ac1d80a37dc64e10672ef719f6b7e1404b80fd 1,921 1.00/1.00 vMB 123
675,238 675,238 0000000000000000000ac7d613d4922bcfa152e21936ad736b66845502986871 2,367 1.00/1.00 vMB 68
675,237 675,237 00000000000000000004a869013393f9c4081fccb86d1a8c02c393d762b35fe7 1,927 1.00/1.00 vMB 50
675,236 675,236 0000000000000000000892657f4031d69d2a8352072abdd57f88e6227fcd7518 2,320 1.00/1.00 vMB 67
675,235 675,235 0000000000000000000cf8992a8f804e25235f509e571cc16338a52b0b606771 2,101 1.00/1.00 vMB 36
675,234 675,234 00000000000000000005981f023c372ac1a393183d3b5b05d7ee5129440a6a3d 2,017 1.00/1.00 vMB 36
675,233 675,233 000000000000000000030d367a7e42f8adcb97bae10ad59339c8eb83c720f476 2,395 1.00/1.00 vMB 79
675,232 675,232 0000000000000000000591c0df95585c4800231683ed24bcfbaa660df5ecd2a3 2,267 1.00/1.00 vMB 44
675,231 675,231 000000000000000000087ae31a888a6a11502c1e6c8fa4ed284a4fce3d4dc9a5 2,326 1.00/1.00 vMB 122
675,230 675,230 00000000000000000004696dd1f0255d4b29d154730c69f36e90fd4226c60fda 2,332 1.00/1.00 vMB 33
675,229 675,229 0000000000000000000463aa1afc8f17751e38ebc41393ea173488743ba161d0 1,342 1.00/1.00 vMB 48
675,228 675,228 000000000000000000093d5e5a8c9ec5a793530de8172c867ff8acef5430bda4 1,678 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.