Loading Tool

Explorer IconExplorer

Memory Pool

48,482 transactions
30.46 vMB
0.10514578 BTC
Random Selection Loading Transactions
Max Size: 162.32/200 MB

Candidate Block

Mining Attempt 8453e754df6e085e5e19cd526ec0f179c8fed77b9b2a4e0844b8709bb23362bf
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 6caf940c3484fd9f7498c91278ca4e06141c4d0055224bf3e906686c4fb38ebf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.04185390 BTC
Feerates: 150.97 > 4.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (640,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,244 274,244 0000000000000001678f01e2b7f55253ecbacd403d78e35429644edda01531fb 367 0.18/1.00 vMB 44
274,243 274,243 0000000000000001ecb89b4525d458f35e0080ac26d1a88c9ff4b0c875b177da 383 0.22/1.00 vMB 55
274,242 274,242 000000000000000140eea972e34cb16749c83efde0ac5613d589eacb1e1fae6c 390 0.35/1.00 vMB 33
274,241 274,241 00000000000000048ec32fe2d9873972e25799775a9c4768ae6e7cffe1b7b10d 1,195 0.50/1.00 vMB 64
274,240 274,240 00000000000000007dd1a9c6ff5c9d0ecaa622c3a8c24455c8768f148399325b 222 0.25/1.00 vMB 20
274,239 274,239 000000000000000337794c75f3a4224186e13076afc8a81d119a8ee0473a53b3 99 0.25/1.00 vMB 11
274,238 274,238 000000000000000336e57c412f4e88be51a31200a2e54b3012f6d45a13cc86d8 569 0.25/1.00 vMB 44
274,237 274,237 0000000000000002a4b11b03a44c4ea0f44c9ef04ba5f64dbe1e3aeceaab18cf 353 0.25/1.00 vMB 24
274,236 274,236 00000000000000026059addcb3f00a6d461d5f78017d4e40c47ea2313cbb2b8b 696 0.25/1.00 vMB 90
274,235 274,235 000000000000000465a3adf565f15b24a39b9b61f5b0519ae160fcb370ffc6a1 108 0.25/1.00 vMB 18
274,234 274,234 00000000000000001f71d94c4423ee7f6b2c149c104ea1e88b1ac8a9b75321ae 335 0.25/1.00 vMB 33
274,233 274,233 000000000000000380e53a163b6f2c855a034b84a24520647d858d24133ec68c 1,223 0.50/1.00 vMB 72
274,232 274,232 00000000000000013a3addd92a43637e01754515664f25803ceaa7945e271ff0 966 0.50/1.00 vMB 35
274,231 274,231 0000000000000001a9efa44e9383ba6f0188864b15ff2fdd5aa3fa38a193a597 1,447 0.50/1.00 vMB 81
274,230 274,230 0000000000000001370b83b1524d0b8e2efbe17fbad471f5432dfc222b0219c5 417 0.23/1.00 vMB 50
274,229 274,229 00000000000000037f7544f243c085148e115f80023436510ba3fc7cfa04dd9f 298 0.19/1.00 vMB 9
274,228 274,228 0000000000000003bb7d1cb19d405fe718c57c34097b500d7ab43e8dc2d4e2d2 219 0.10/1.00 vMB 63
274,227 274,227 0000000000000000ccc0eb8f3140b75b87e8375b64e0cb5f162df3711577e52a 596 0.56/1.00 vMB 24
274,226 274,226 0000000000000001577efac234361140b7907488a7f02972df00f72bbc77da97 338 0.25/1.00 vMB 30
274,225 274,225 000000000000000028742ffe409bd46803b9041c41efc0cd7a9000eafbcbf868 694 0.25/1.00 vMB 68
274,224 274,224 0000000000000002acaf089412856356fb62df1d203e067f54b26a7ca1da3b71 1,057 0.50/1.00 vMB 60
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.