Loading Tool

Explorer IconExplorer

Memory Pool

76,069 transactions
28.74 vMB
0.06952636 BTC
Random Selection Loading Transactions
Max Size: 175.83/200 MB

Candidate Block

Mining Attempt aaaedb122923dab6310ad126207b4b6ab9c07fc9776ff714fa56ced844981edc
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 2f4c3ffad22475f41b29fdeeb382739744e2951a7db55fa45fa399ccf31ba4c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.00713547 BTC
Feerates: 40.21 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (486,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,242 429,242 000000000000000004355d4bdf2def9b60c919324f51c37c6031d453b3f58ee8 886 1.00/1.00 vMB 21
429,241 429,241 0000000000000000018231b26e3a41e6b0b50c336da4a74b37d7ca9c0f81c1b8 312 0.14/1.00 vMB 61
429,240 429,240 00000000000000000439c4dc1621524334dceff9a3d7b92ac3bec940776df269 1,154 1.00/1.00 vMB 18
429,239 429,239 000000000000000001044faf4bb694f775110441aff2d22206d69c05188d5e5e 1,127 1.00/1.00 vMB 37
429,238 429,238 000000000000000004a6a7802f9224d7953edaa46de5986af2d8fe3e55f2e3c3 2,639 1.00/1.00 vMB 72
429,237 429,237 0000000000000000010b64b22d6676a93a638b079a402972fd41bc44eef90175 2,028 1.00/1.00 vMB 44
429,236 429,236 000000000000000004d1fc1add32712d804246b3cf7002ab4e80de462b9877e9 1,990 1.00/1.00 vMB 54
429,235 429,235 000000000000000002f60e9a44a315532230c9f5f57c529bc236b1ac9f347505 1,622 1.00/1.00 vMB 37
429,234 429,234 00000000000000000046cd6ccdde5ea5dcab34654604dcdc204cc42e08109599 1,905 1.00/1.00 vMB 45
429,233 429,233 0000000000000000040b66e7c7909cfdb91b2559c61e2b4d1f72fb00440e1ca9 2,343 1.00/1.00 vMB 65
429,232 429,232 0000000000000000012135e1705cdd48c05a23f0b7b883085a0bb9b30f11e5ee 2,318 1.00/1.00 vMB 60
429,231 429,231 000000000000000004abc9eb4da0f09124504b7bf93a4fc88acc4788d297d36b 2,783 1.00/1.00 vMB 81
429,230 429,230 0000000000000000010ea5d887cf3815d0161695ab9e9aef4aa4b282a4cfb62f 2,503 1.00/1.00 vMB 62
429,229 429,229 0000000000000000033dad6e6e011c177251c57c49e0f4156e04e67e995f0f6f 2,114 0.93/1.00 vMB 86
429,228 429,228 0000000000000000032c11c13a37e8f6b2cc4f5efa39c0d478418ddae6d0d9de 2,341 1.00/1.00 vMB 78
429,227 429,227 00000000000000000293b7fdaa75d712aa60e6f5b0e380514f61dd9e91f4f5cd 1,554 0.72/1.00 vMB 56
429,226 429,226 00000000000000000068602ddf32265ae124a92d4161300669b3381c0dcd9aa9 818 0.31/1.00 vMB 63
429,225 429,225 0000000000000000007d4aa2d9505e662b3d407b751fa9cccf0e65a01f64c9e1 1,144 1.00/1.00 vMB 27
429,224 429,224 0000000000000000038298937fe1b26ad752b4caa272a49c090453df4fc38440 412 1.00/1.00 vMB 9
429,223 429,223 0000000000000000028c15920d7f97626e62ff93ba3a230030203529d351dd83 180 0.07/1.00 vMB 60
429,222 429,222 0000000000000000017db9dfde1f3604b865c3bf583a9ae2b93826993a9267c0 1,326 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.