Loading Tool

Explorer IconExplorer

Memory Pool

79,231 transactions
29.72 vMB
0.07586125 BTC
Random Selection Loading Transactions
Max Size: 178.19/200 MB

Candidate Block

Mining Attempt f6f0d5a14bf8410688d286accb090231bf2eea8292797fe54f3139e07d7cdcf4
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 41dfdef32400f10aff2c1e7ad98b8e08179a527f819d7b7bd6c917db64965955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,686
Size: 1.00 vMB
Total Fees: 0.01535356 BTC
Feerates: 150.77 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (267,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
647,312 647,312 00000000000000000003545d0912bec3a94b10a0d376de744988fc9c5e9dac6e 2,847 1.00/1.00 vMB 50
647,311 647,311 0000000000000000000b6358a6237e457f9e437d4bd477cbf9c8fab779b39a5e 2,565 1.00/1.00 vMB 41
647,310 647,310 000000000000000000054cbe864620d6fa83386d0cda92b6bc10bebd7fcae1da 2,662 1.00/1.00 vMB 96
647,309 647,309 0000000000000000000feb51e36ab58d940df21cd3ed8287e6eebbcd770de6ee 1,662 1.00/1.00 vMB 92
647,308 647,308 00000000000000000005b180f0420f2a64acad886e2d15c68e92d75baa288956 2,102 1.00/1.00 vMB 109
647,307 647,307 000000000000000000053466af51edabf0667048f6cf52cc695aab55cdde1afb 2,266 1.00/1.00 vMB 105
647,306 647,306 00000000000000000002c3af053c81f0776236958d63f60b7b2f20e11fcd3fb1 2,098 1.00/1.00 vMB 128
647,305 647,305 0000000000000000000f67d1edcc722d58b676f89690fe5628b15c7087788ca4 2,724 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.