Loading Tool

Explorer IconExplorer

Memory Pool

78,435 transactions
29.40 vMB
0.06715549 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt 44e908d4d9824cc8a887d9dca64944abb6e7c199c1bc1e61f2a70291a3acdf16
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 9b916d2c98b1e32909de3598121b38273f87bfd352801971dc181263d07dd304
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,988
Size: 1.00 vMB
Total Fees: 0.00755190 BTC
Feerates: 40.21 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (267,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,333 647,333 0000000000000000000505305b268b64945f48b4fc674f0c28c74ae734443212 2,236 1.00/1.00 vMB 19
647,332 647,332 0000000000000000000815ed530ac49facf1799199d6e00d60263d4338399f9d 2,864 1.00/1.00 vMB 98
647,331 647,331 000000000000000000102ab57b3233df8381a1ca19e04de29281db9509872557 1,766 1.00/1.00 vMB 40
647,330 647,330 000000000000000000072a6db52937730c72cc8d73d6a2ec93c24b74321d37dc 1,646 1.00/1.00 vMB 38
647,329 647,329 0000000000000000000dbf5583b2f5977f8ac1050cee1271299fd428f09895bd 2,196 1.00/1.00 vMB 39
647,328 647,328 0000000000000000000deae2f3e378bbb10de5bc2eb39b0c01a1d0524b8851fa 2,236 1.00/1.00 vMB 85
647,327 647,327 0000000000000000000d30d2a096ee02aa46dbe9e59d6fcac13217ca916bf0c9 2,303 1.00/1.00 vMB 44
647,326 647,326 0000000000000000000c56f6ae256625c7786ebecbee728d036633d9919c5061 2,240 1.00/1.00 vMB 15
647,325 647,325 000000000000000000051148523db6f23bda431c40d141971b3ed5e03c689648 2,359 1.00/1.00 vMB 64
647,324 647,324 0000000000000000000f0b71980074c6ef7713252586f6145fdceb77b2888653 2,372 1.00/1.00 vMB 94
647,323 647,323 00000000000000000005efc17b6b3fbbdd17c647d3d5615737ad4e04e19f453d 2,583 1.00/1.00 vMB 104
647,322 647,322 000000000000000000057659888673716c73dc422f5b4da139155b01978f2390 2,817 1.00/1.00 vMB 30
647,321 647,321 0000000000000000000c9e91bc2f06229e55c8b7765cc898ee384f407231b9ac 2,645 1.00/1.00 vMB 49
647,320 647,320 00000000000000000005c92100b60d05cb632c036b22dc9bcd850e0ef8fe4d93 3,261 1.00/1.00 vMB 103
647,319 647,319 0000000000000000000bd2bbc8bd644600e00690a52bf5646f49344676a83a5a 2,742 1.00/1.00 vMB 99
647,318 647,318 00000000000000000004974d40abb9b6fcf042cf1c3d5fcd9095a1278acd3aea 2,894 1.00/1.00 vMB 52
647,317 647,317 000000000000000000089ea77077f75d5f41825ab569df1c841334be3ad46fa8 2,767 1.00/1.00 vMB 116
647,316 647,316 0000000000000000000fe3aafdf66a4f8c172fbb8b5b58d081a3231eaefd9cb4 1,123 1.00/1.00 vMB 69
647,315 647,315 0000000000000000000833d7b3a36e4ddb15d9b0e209a968825c528840213134 2,269 1.00/1.00 vMB 8
647,314 647,314 00000000000000000006533e70e105efacfb9d4afc1029ebe0abe8153599f7ca 1,915 1.00/1.00 vMB 17
647,313 647,313 0000000000000000000d9078c259b6d0529ccf736007508f7acfc3f1a8fb4fb3 2,602 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.