Loading Tool

Explorer IconExplorer

Memory Pool

77,324 transactions
29.07 vMB
0.10015064 BTC
Random Selection Loading Transactions
Max Size: 174.91/200 MB

Candidate Block

Mining Attempt 8090d1c82dcdf1b1d9b445e4acccf53b5342aeacfd13a424476997a616ba58f3
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root b8f482be2eaccfa44468b4b71155b35799ea601f9df7c1d85172ab8f69352d1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,410
Size: 1.00 vMB
Total Fees: 0.02648364 BTC
Feerates: 453.09 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (562,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,324 352,324 000000000000000001c66d40a6cdf12327986dafb19bd23e7e0cf1985ab29a2d 48 0.07/1.00 vMB 8
352,323 352,323 00000000000000000512e7463987a9d724453f16232171e983cf460a6ddc0a2d 224 0.16/1.00 vMB 19
352,322 352,322 00000000000000000e7c684ffabd3e1acc6c1b340665e5f9c40c26f6f7bf2b4d 94 0.05/1.00 vMB 24
352,321 352,321 000000000000000007d7c34e9c1ba6318f933bfc5b0bd917aff6140ba8554f65 258 0.16/1.00 vMB 24
352,320 352,320 000000000000000010f3b3442dcd20888506598c568b6c20d53d11207549c0b2 459 0.22/1.00 vMB 29
352,319 352,319 0000000000000000007aab37b3b3b61a7db3ff2c278d41c63a8cfc84c70f03e8 696 0.46/1.00 vMB 23
352,318 352,318 000000000000000002a19f9d53db496b43712e232a8655fe62078adc6bcda8e6 25 0.01/1.00 vMB 22
352,317 352,317 0000000000000000028581c27dc2a8cfa7f7ab1b43d0c34e4ce4b2ec54d703ac 900 0.42/1.00 vMB 31
352,316 352,316 000000000000000000a46c7caa24148926c943826ed0fa300a009c228031ac7d 400 0.18/1.00 vMB 30
352,315 352,315 00000000000000001543fed22757017eb975041533133caf5f9d37a5d0e564e4 407 0.22/1.00 vMB 22
352,314 352,314 0000000000000000081616e3f3ea605b4fd56f43b824705412673eee4c3f00ae 203 0.13/1.00 vMB 11
352,313 352,313 00000000000000000c460df8e751dde26cae2b471217b53d755770b4fab48ad1 910 0.46/1.00 vMB 27
352,312 352,312 000000000000000013825ce8db8e39a5daac8969a8d676eff2596cfe60d4bbeb 886 0.56/1.00 vMB 22
352,311 352,311 000000000000000013934fc1eb3f378bd2b8f9b982a92f1166edc1f7c8108680 644 0.46/1.00 vMB 21
352,310 352,310 000000000000000013de0a8cee7acbcf69fb6968a85a153c3159d828c18d561e 534 0.29/1.00 vMB 25
352,309 352,309 00000000000000000c75b5577e558932a8be1f49748df0fbe36b25ce62dded3d 1,406 0.86/1.00 vMB 21
352,308 352,308 00000000000000000d43a41d4695e23576cdf65d9faff2509ff066af3eb76d47 880 0.48/1.00 vMB 27
352,307 352,307 00000000000000000d55a1012e968097b00a0f58d9d754ded7eb60a402b4ddea 438 0.24/1.00 vMB 26
352,306 352,306 00000000000000000c5c2b07b84b608581ed1723959e89cabb5b6bf53f8ea794 480 0.24/1.00 vMB 28
352,305 352,305 00000000000000001200ffc70af39882728895900a9e0430594c7e05f24c4887 471 0.23/1.00 vMB 32
352,304 352,304 00000000000000000f8d29f7f183cb5fb1f091d4a8d6cba2d55c5217827f0d1b 105 0.06/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.