Loading Tool

Explorer IconExplorer

Memory Pool

76,608 transactions
28.46 vMB
0.06427769 BTC
Random Selection Loading Transactions
Max Size: 172.72/200 MB

Candidate Block

Mining Attempt 5f80a84f1a6a6a557c45face3eef9178ba8080d82cf0982dbe2c0d268dbb5e9d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root dc0f8a1e61a376d6dd65405f05b78fdb5b80e67def0813e78c66a82b73d4981d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,615
Size: 1.00 vMB
Total Fees: 0.00528911 BTC
Feerates: 178.73 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (502,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,402 412,402 000000000000000004b6792c3dcb0dd5c0b4b18c05bdb7a9cafdb7a12eb39069 1,860 1.00/1.00 vMB 53
412,401 412,401 00000000000000000202bf16b609501e7dbb7e067053af4c538fde93052a4f7e 1,578 1.00/1.00 vMB 61
412,400 412,400 000000000000000000e265530c67d2d9ab3ce948fa11ee4837c6fa001ab044f3 2,947 0.99/1.00 vMB 49
412,399 412,399 0000000000000000049a73bd4392d436ebbde25bd1d8b6538359a5054ce610b4 2,268 1.00/1.00 vMB 62
412,398 412,398 000000000000000001955803ac201da1a12ac62e9ee5aa985c7e1f28a9f45eff 2,465 1.00/1.00 vMB 82
412,397 412,397 000000000000000002a8b83fe09e7f52a1bc6eaf88a3cf428e05e4227f8f684e 2,832 1.00/1.00 vMB 91
412,396 412,396 00000000000000000474d4a68218c4a1034890e5814ebc31de66bc0f29f90bfd 1,660 0.90/1.00 vMB 33
412,395 412,395 0000000000000000053c41ba9fc1af87739cf477fec1ef23993d0532f389326c 1,684 1.00/1.00 vMB 42
412,394 412,394 0000000000000000029035770a9764d2966f4ec7fb9b3e255dc57b99c8473346 1,916 1.00/1.00 vMB 68
412,393 412,393 000000000000000000e338bb728271b23c14e683a8cce3493cc7ef5ca00f5eea 1 0.00/1.00 vMB 0
412,392 412,392 000000000000000003539b039fa5c6126477f7d2003cfab2db3a8e4ae27b3a1a 1,409 1.00/1.00 vMB 54
412,391 412,391 000000000000000000ab6151b416e977f478fdc6f26ef889c07c3596dff7f3d2 1,184 0.99/1.00 vMB 38
412,390 412,390 00000000000000000405cac73f11c12c7c27996a483ce5ca3859c38dbd3fa2b8 2,075 0.99/1.00 vMB 56
412,389 412,389 000000000000000002052f742dc1ab6b2a0a2c053dec53b173dc9aafee29b1ba 2,309 1.00/1.00 vMB 45
412,388 412,388 0000000000000000030f454b192166811bff58ece4076a52b17222f996ed0c41 2,974 1.00/1.00 vMB 62
412,387 412,387 00000000000000000317903af96450023f76d56b36022749977726606205aec2 2,376 1.00/1.00 vMB 88
412,386 412,386 00000000000000000279457cd3f46d6fba073331c7bb2d6b7d7106be9fa528ad 2,840 1.00/1.00 vMB 95
412,385 412,385 000000000000000005973b1b2e9d2ceda977316a25e072c7e7f09c43f5fd906f 2,807 1.00/1.00 vMB 58
412,384 412,384 0000000000000000030cd6674b2ccadabacf266956b790f50a9249d18d424747 2,194 0.99/1.00 vMB 60
412,383 412,383 000000000000000002f7afcf2476da234ffe7efc9d1f25d7ba28af891b077f52 2,283 1.00/1.00 vMB 59
412,382 412,382 000000000000000004ea1aef9310d8d10166f456edcf3e987dec34cd241c032b 1,431 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.68 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: 675.47 GB
    • Received: 16.43 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.