Loading Tool

Explorer IconExplorer

Memory Pool

79,357 transactions
29.36 vMB
0.09978973 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 7d2c30e317ccdd426a19087eafeb3559cb6f71bd8bc4cb54b7bbcfc1260141a3
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 6902b018e533a11224c496bc2d5e91f4febc11c4971a2ec6bd1641790d22d438
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,464
Size: 1.00 vMB
Total Fees: 0.03701510 BTC
Feerates: 150.62 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (445,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,250 469,250 000000000000000000a6174950338ff21584fa1e4e2e58448990b0a107ed6d30 2,122 1.00/1.00 vMB 473
469,249 469,249 0000000000000000017c4f89e730be9cb44e2d8d1b76fcbdd76673e4828b4fbd 2,010 1.00/1.00 vMB 403
469,248 469,248 000000000000000000f3c560c9e512804bdd3750c67a36d4052742058d2a14c5 2,077 1.00/1.00 vMB 373
469,247 469,247 000000000000000000f86d35dfae792967498a52fbddf2f37dc93344f63a81da 1,442 1.00/1.00 vMB 550
469,246 469,246 000000000000000001c495db43662aefb83224a36fd25266fa20b870f215715c 2,065 1.00/1.00 vMB 437
469,245 469,245 000000000000000000f375deed4c6437fce9e7fb219b6091cd27dc14f9479ee3 2,071 1.00/1.00 vMB 437
469,244 469,244 0000000000000000008010403f3d0e2163534b476648bad0b769151ab92876e1 1,686 1.00/1.00 vMB 256
469,243 469,243 000000000000000000d3fb1a0ce1a0e96e4302ea93e263ba2026989b5702a52b 2,067 1.00/1.00 vMB 239
469,242 469,242 000000000000000000d0a0783acaa9c1fb533a5008f431a790971140f0f9e4af 1,465 1.00/1.00 vMB 172
469,241 469,241 0000000000000000002e22ca21df411a7b7819ff0711cc2bd9933fe74f799c2b 2,178 1.00/1.00 vMB 256
469,240 469,240 000000000000000001d35f73b691f6a6e1163e77b415a4fc88bdc96e002f82df 1,420 1.00/1.00 vMB 251
469,239 469,239 000000000000000000cf8196dbba48679b1cf71f8fa82d03e54afdd1878c2fba 1,658 0.99/1.00 vMB 287
469,238 469,238 00000000000000000103921ab4c0bbe95cca577113d7b48b05e13f0b0e6e1998 2,200 1.00/1.00 vMB 352
469,237 469,237 000000000000000000f9f2a950f0c5219f3f960f87247210ac33e84c9af3ec39 2,078 1.00/1.00 vMB 372
469,236 469,236 0000000000000000002bf30a376e9df1e491141c3caf8bba15307d324bfcada8 2,399 0.99/1.00 vMB 343
469,235 469,235 00000000000000000174be888dadee86785532f8cf5abb9ec7fc7a8de985307e 1,831 1.00/1.00 vMB 357
469,234 469,234 0000000000000000002f17586e5b3bdbc4a282300b607695cb7d04ab1ef84410 2,551 1.00/1.00 vMB 397
469,233 469,233 000000000000000000324dc0fc5652ad6ec7474df2dba96c4f8cadea680f6135 2,666 1.00/1.00 vMB 482
469,232 469,232 000000000000000001d2fa324c7661596fcdf0da7cbd55ceb948d0e86b1bb883 2,542 1.00/1.00 vMB 331
469,231 469,231 000000000000000001601f9caf6d3857f6de51bea911ef23637b168c5df999d2 2,302 1.00/1.00 vMB 418
469,230 469,230 0000000000000000018f47b2c7d9d701f3efea678581b35988a3e0229c327783 1,750 1.00/1.00 vMB 260
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.