Loading Tool

Explorer IconExplorer

Memory Pool

45,834 transactions
32.26 vMB
0.12784753 BTC
Random Selection Loading Transactions
Max Size: 163.66/200 MB

Candidate Block

Mining Attempt 364936705bfacd9138a1278dd125fdb2148b449daf58bcce0d4b8af66f319149
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 6722a242c4a3914a7766805624a9c07d58117a82b147e13f13b2608755de1d54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,648
Size: 1.00 vMB
Total Fees: 0.05499020 BTC
Feerates: 265.25 > 5.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (352,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,455 562,455 0000000000000000001abf4471a2619a8ea134286fa8cf7ff2b28f63c9d883a9 3,099 1.00/1.00 vMB 6
562,454 562,454 000000000000000000058250dbd4d44abbc0ec6c53b8000ca62c92520c8bf11c 3,122 1.00/1.00 vMB 12
562,453 562,453 0000000000000000000e08a5a0588d4748ce682998d50f21bb5d44b0673047eb 2,986 1.00/1.00 vMB 28
562,452 562,452 00000000000000000020d1337dd8c64dcfae1c3bb67e9df10e32bf5e07668eba 2,706 1.00/1.00 vMB 11
562,451 562,451 000000000000000000028a10d9e6b2acd4801ab621a83fd4cb740ecd80a86980 2,678 1.00/1.00 vMB 3
562,450 562,450 0000000000000000002d2268a782cbcea88b6827b9c25cd3f432e4d4ab2479a5 2,759 1.00/1.00 vMB 22
562,449 562,449 0000000000000000000550c1a589f1acac887132ab1d6056a935a0b91fda1ce9 1 0.00/1.00 vMB 0
562,448 562,448 0000000000000000002d1e36984d0168a4983bf61f5bed88da0c1968761ae9f5 843 1.00/1.00 vMB 11
562,447 562,447 00000000000000000028d8bab6cd0f5e14996b60e21432e522b3dd90e9b81e67 1,005 1.00/1.00 vMB 9
562,446 562,446 0000000000000000002c5b23a66872eec11d903f52a44d228c6914826f1cc54f 1,338 1.00/1.00 vMB 19
562,445 562,445 00000000000000000012f34d2a68c1fce85e0c5a673a6cf23a9987fc7c0cf118 864 1.00/1.00 vMB 83
562,444 562,444 000000000000000000276451abc637a48b0584b86a039080b1d1bd8b96b4363b 1,714 0.55/1.00 vMB 9
562,443 562,443 0000000000000000001b4c44d456cd18cb3d3dfac14cd72e33c0a656dff5e892 2,798 0.92/1.00 vMB 11
562,442 562,442 0000000000000000000f5bc3829bf845bea14424f12a27aa900910a7d81c0b00 2,582 0.99/1.00 vMB 2
562,441 562,441 0000000000000000002b0bd377c9432b23ebf25868825642cfcaa01edeb97e80 3,075 1.00/1.00 vMB 21
562,440 562,440 00000000000000000015456850833f6fa93acb039d4a928d7becc4a64e62a07a 2,704 0.87/1.00 vMB 8
562,439 562,439 0000000000000000000df4555be047bdc7d2cfbe56ebc483474aa67cdb9f7ffb 1,615 1.00/1.00 vMB 4
562,438 562,438 0000000000000000000c4070a17b4f1ed30fc6bc7d994888811935bc1f0b3ce9 2,897 1.00/1.00 vMB 19
562,437 562,437 000000000000000000056c210cabc6f3b5635e6e69ba42eef197c02bc60e2d40 2,976 1.00/1.00 vMB 13
562,436 562,436 0000000000000000000d072e91a0e0a6768e02b3635d4c4f61dd8afb11ccfcba 3,003 1.00/1.00 vMB 12
562,435 562,435 00000000000000000020024e5b625fa13319ab902596164fc3070061249c241b 994 0.32/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.66 GB
    • Received: 11.70 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.